| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
UmsV1UsersGet200Response |
UserManagementApi.getUsers(String organizationId,
String userName,
String permissionId,
String roleId)
Get user information
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 information
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 information (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 © 2019. All rights reserved.