| 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 |
|---|---|
okhttp3.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 © 2020. All rights reserved.