public class UserManagementApi extends Object
| Constructor and Description |
|---|
UserManagementApi() |
UserManagementApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
UmsV1UsersGet200Response |
getUsers(String organizationId,
String userName,
String permissionId,
String roleId)
Get User Information - Deprecated
This endpoint is deprecated.
|
okhttp3.Call |
getUsersAsync(String organizationId,
String userName,
String permissionId,
String roleId,
ApiCallback<UmsV1UsersGet200Response> callback)
Get User Information - Deprecated (asynchronously)
This endpoint is deprecated.
|
okhttp3.Call |
getUsersCall(String organizationId,
String userName,
String permissionId,
String roleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUsers
|
ApiResponse<UmsV1UsersGet200Response> |
getUsersWithHttpInfo(String organizationId,
String userName,
String permissionId,
String roleId)
Get User Information - Deprecated
This endpoint is deprecated.
|
void |
setApiClient(ApiClient apiClient) |
public UserManagementApi()
public UserManagementApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getUsersCall(String organizationId, String userName, String permissionId, String roleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
organizationId - This is the orgId of the organization which the user belongs to. (optional)userName - User ID of the user you want to get details on. (optional)permissionId - permission that you are trying to search user on. (optional)roleId - role of the user you are trying to search on. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UmsV1UsersGet200Response getUsers(String organizationId, String userName, String permissionId, String roleId) throws ApiException
organizationId - This is the orgId of the organization which the user belongs to. (optional)userName - User ID of the user you want to get details on. (optional)permissionId - permission that you are trying to search user on. (optional)roleId - role of the user you are trying to search on. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UmsV1UsersGet200Response> getUsersWithHttpInfo(String organizationId, String userName, String permissionId, String roleId) throws ApiException
organizationId - This is the orgId of the organization which the user belongs to. (optional)userName - User ID of the user you want to get details on. (optional)permissionId - permission that you are trying to search user on. (optional)roleId - role of the user you are trying to search on. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getUsersAsync(String organizationId, String userName, String permissionId, String roleId, ApiCallback<UmsV1UsersGet200Response> callback) throws ApiException
organizationId - This is the orgId of the organization which the user belongs to. (optional)userName - User ID of the user you want to get details on. (optional)permissionId - permission that you are trying to search user on. (optional)roleId - role of the user you are trying to search on. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.