public class UsersApi extends Object
| Constructor and Description |
|---|
UsersApi() |
UsersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
UserSettingsInformation |
getSettings(String accountId,
String userId)
Gets the user account settings for a specified user.
|
void |
setApiClient(ApiClient apiClient) |
public UsersApi()
public UsersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public UserSettingsInformation getSettings(String accountId, String userId) throws ApiException
accountId - The external account number (int) or account ID Guid.userId - The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
UsersApi.GetSettingsOptions Options for modifying the method behavior.ApiException - if fails to make API callCopyright © 2016. All rights reserved.