| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
UmsV1UsersGet200Response |
UserManagementApi.getUsers(String organizationId,
String userName,
String permissionId,
String roleId)
Get User Information - Deprecated
This endpoint is deprecated.
|
UmsV1UsersGet200Response |
UserManagementSearchApi.searchUsers(SearchRequest searchRequest)
Search User Information
This endpoint is to get all the user information depending on the filter criteria passed in request body.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<UmsV1UsersGet200Response> |
UserManagementApi.getUsersWithHttpInfo(String organizationId,
String userName,
String permissionId,
String roleId)
Get User Information - Deprecated
This endpoint is deprecated.
|
ApiResponse<UmsV1UsersGet200Response> |
UserManagementSearchApi.searchUsersWithHttpInfo(SearchRequest searchRequest)
Search User Information
This endpoint is to get all the user information depending on the filter criteria passed in request body.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
UserManagementApi.getUsersAsync(String organizationId,
String userName,
String permissionId,
String roleId,
ApiCallback<UmsV1UsersGet200Response> callback)
Get User Information - Deprecated (asynchronously)
This endpoint is deprecated.
|
okhttp3.Call |
UserManagementSearchApi.searchUsersAsync(SearchRequest searchRequest,
ApiCallback<UmsV1UsersGet200Response> callback)
Search User Information (asynchronously)
This endpoint is to get all the user information depending on the filter criteria passed in request body.
|
| Modifier and Type | Method and Description |
|---|---|
UmsV1UsersGet200Response |
UmsV1UsersGet200Response.addUsersItem(UmsV1UsersGet200ResponseUsers usersItem) |
UmsV1UsersGet200Response |
UmsV1UsersGet200Response.users(List<UmsV1UsersGet200ResponseUsers> users) |
Copyright © 2020. All rights reserved.