public class AccountsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AccountsApi.GetGroupsOptions |
class |
AccountsApi.GetOrganizationsOptions |
| Constructor and Description |
|---|
AccountsApi() |
AccountsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
MemberGroupsResponse |
getGroups(UUID organizationId,
UUID accountId)
Returns the list of groups in an account.
|
MemberGroupsResponse |
getGroups(UUID organizationId,
UUID accountId,
AccountsApi.GetGroupsOptions options)
Returns the list of groups in an account.
|
OrganizationsResponse |
getOrganizations()
Returns the list of organizations of which the authenticated user is a member.
|
OrganizationsResponse |
getOrganizations(AccountsApi.GetOrganizationsOptions options)
Returns the list of organizations of which the authenticated user is a member.
|
PermissionsResponse |
getPermissions(UUID organizationId,
UUID accountId)
Returns the list of permission profiles in an account.
|
void |
setApiClient(ApiClient apiClient) |
public AccountsApi()
public AccountsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public MemberGroupsResponse getGroups(UUID organizationId, UUID accountId) throws ApiException
organizationId - The organization ID Guid (required)accountId - The account ID Guid (required)ApiExceptionpublic MemberGroupsResponse getGroups(UUID organizationId, UUID accountId, AccountsApi.GetGroupsOptions options) throws ApiException
organizationId - The organization ID Guid (required)accountId - The account ID Guid (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic OrganizationsResponse getOrganizations() throws ApiException
ApiExceptionpublic OrganizationsResponse getOrganizations(AccountsApi.GetOrganizationsOptions options) throws ApiException
options - for modifying the method behavior.ApiException - if fails to make API callpublic PermissionsResponse getPermissions(UUID organizationId, UUID accountId) throws ApiException
organizationId - The organization ID Guid (required)accountId - The account ID Guid (required)ApiException - if fails to make API callCopyright © 2021. All rights reserved.