public class UserManagementApi extends Object
| Constructor | Description |
|---|---|
UserManagementApi() |
|
UserManagementApi(ApiClient apiClient) |
| Modifier and Type | Method | 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, com.cybersource.authsdk.core.ConfigException
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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic UmsV1UsersGet200Response getUsers(String organizationId, String userName, String permissionId, String roleId) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<UmsV1UsersGet200Response> getUsersWithHttpInfo(String organizationId, String userName, String permissionId, String roleId) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call getUsersAsync(String organizationId, String userName, String permissionId, String roleId, ApiCallback<UmsV1UsersGet200Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.