| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
UmsV1UsersGet200Response |
UserManagementApi.getUsers(String organizationId,
String userName,
String permissionId,
String roleId)
Get user based on organization Id, username, permission and role
This endpoint is to get all the user information depending on the filter criteria passed in the query.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<UmsV1UsersGet200Response> |
UserManagementApi.getUsersWithHttpInfo(String organizationId,
String userName,
String permissionId,
String roleId)
Get user based on organization Id, username, permission and role
This endpoint is to get all the user information depending on the filter criteria passed in the query.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
UserManagementApi.getUsersAsync(String organizationId,
String userName,
String permissionId,
String roleId,
ApiCallback<UmsV1UsersGet200Response> callback)
Get user based on organization Id, username, permission and role (asynchronously)
This endpoint is to get all the user information depending on the filter criteria passed in the query.
|
| Modifier and Type | Method and Description |
|---|---|
UmsV1UsersGet200Response |
UmsV1UsersGet200Response.addUsersItem(UmsV1UsersGet200ResponseUsers usersItem) |
UmsV1UsersGet200Response |
UmsV1UsersGet200Response.users(List<UmsV1UsersGet200ResponseUsers> users) |
Copyright © 2018. All rights reserved.