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,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
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.
|
com.squareup.okhttp.Call |
getUsersAsync(String organizationId,
String userName,
String permissionId,
String roleId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
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.
|
com.squareup.okhttp.Call |
getUsersCall(String organizationId,
String userName,
String permissionId,
String roleId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUsers
|
ApiResponse<UmsV1UsersGet200Response> |
getUsersWithHttpInfo(String organizationId,
String userName,
String permissionId,
String roleId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
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.
|
void |
setApiClient(ApiClient apiClient) |
public UserManagementApi()
public UserManagementApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getUsersCall(String organizationId, String userName, String permissionId, String roleId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, 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)merchantConfig - (merchant details)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UmsV1UsersGet200Response getUsers(String organizationId, String userName, String permissionId, String roleId, com.cybersource.authsdk.core.MerchantConfig merchantConfig) 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)merchantConfig - (merchant details)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, com.cybersource.authsdk.core.MerchantConfig merchantConfig) 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)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getUsersAsync(String organizationId, String userName, String permissionId, String roleId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, 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)merchantConfig - (merchant details)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 © 2018. All rights reserved.