UsersApi class
Methods
-
companiesCompanyIdUsersGet(String companyId)
→ Future<CompaniesCompanyIdUsersGet200Response?>
-
Get a list of all users in a company
-
companiesCompanyIdUsersGetWithHttpInfo(String companyId)
→ Future<Response>
-
Get a list of all users in a company
-
companiesCompanyIdUsersPost(String companyId, User user)
→ Future<CompaniesCompanyIdUsersPost200Response?>
-
Create a new user
-
companiesCompanyIdUsersPostWithHttpInfo(String companyId, User user)
→ Future<Response>
-
Create a new user
-
companiesCompanyIdUsersUserIdDelete(String companyId, String userId)
→ Future<CompaniesCompanyIdUsersUserIdDelete200Response?>
-
Delete single user by ID
-
companiesCompanyIdUsersUserIdDeleteWithHttpInfo(String companyId, String userId)
→ Future<Response>
-
Delete single user by ID
-
companiesCompanyIdUsersUserIdGet(String companyId, String userId)
→ Future<CompaniesCompanyIdUsersUserIdGet200Response?>
-
Get single user by ID
-
companiesCompanyIdUsersUserIdGetWithHttpInfo(String companyId, String userId)
→ Future<Response>
-
Get single user by ID
-
companiesCompanyIdUsersUserIdPatch(String companyId, String userId, User user)
→ Future<CompaniesCompanyIdUsersUserIdPatch200Response?>
-
Update an existing user by ID
-
companiesCompanyIdUsersUserIdPatchWithHttpInfo(String companyId, String userId, User user)
→ Future<Response>
-
Update an existing user by ID
-
meGet()
→ Future<MeGet200Response?>
-
Get current authenticated user's profile information. Returns: JSON response with user profile data from database
-
meGetWithHttpInfo()
→ Future<Response>
-
Get current authenticated user's profile information. Returns: JSON response with user profile data from database
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited