public class BulkExportsApi extends Object
| Constructor and Description |
|---|
BulkExportsApi() |
BulkExportsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
OrganizationExportResponse |
createAccountSettingsExport(UUID organizationId,
OrganizationAccountsRequest request)
Creates a new Account Setting Export request.
|
OrganizationExportResponse |
createUserListExport(UUID organizationId,
OrganizationExportRequest request)
Creates a new User List Export request.
|
Object |
deleteAccountSettingsExport(UUID organizationId,
UUID exportId)
Deletes a single Account Settings Export request
Required scopes: account_read
|
Object |
deleteUserListExport(UUID organizationId,
UUID exportId)
Deletes a single User List Export request
Required scopes: user_read
|
OrganizationExportResponse |
getAccountSettingsExport(UUID organizationId,
UUID exportId)
Returns the details/metadata for a single Account Setting Export request
Required scopes: account_read
|
OrganizationExportsResponse |
getAccountSettingsExports(UUID organizationId)
Returns the details/metadata for Account Setting Export requests
Required scopes: account_read
|
ApiClient |
getApiClient() |
OrganizationExportResponse |
getUserListExport(UUID organizationId,
UUID exportId)
Returns the details/metadata for a single User List Export request
Required scopes: user_read
|
OrganizationExportsResponse |
getUserListExports(UUID organizationId)
Returns a list of existing User List Exports (requests and completed exports) and their details/metadata
Required scopes: user_read
|
void |
setApiClient(ApiClient apiClient) |
public BulkExportsApi()
public BulkExportsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public OrganizationExportResponse createAccountSettingsExport(UUID organizationId, OrganizationAccountsRequest request) throws ApiException
organizationId - The organization ID Guid (required)request - Request body containing details about the accounts be compared (required)ApiException - if fails to make API callpublic OrganizationExportResponse createUserListExport(UUID organizationId, OrganizationExportRequest request) throws ApiException
organizationId - The organization ID Guid (required)request - Request body containing details about what is to be exported (required)ApiException - if fails to make API callpublic Object deleteAccountSettingsExport(UUID organizationId, UUID exportId) throws ApiException
organizationId - The organization ID Guid (required)exportId - The export ID Guid for the request (required)ApiException - if fails to make API callpublic Object deleteUserListExport(UUID organizationId, UUID exportId) throws ApiException
organizationId - The organization ID Guid (required)exportId - The export ID Guid for the request (required)ApiException - if fails to make API callpublic OrganizationExportResponse getAccountSettingsExport(UUID organizationId, UUID exportId) throws ApiException
organizationId - The organization ID Guid (required)exportId - The export ID Guid for the request (required)ApiException - if fails to make API callpublic OrganizationExportsResponse getAccountSettingsExports(UUID organizationId) throws ApiException
organizationId - The organization ID Guid (required)ApiException - if fails to make API callpublic OrganizationExportResponse getUserListExport(UUID organizationId, UUID exportId) throws ApiException
organizationId - The organization ID Guid (required)exportId - The export ID Guid for the request (required)ApiException - if fails to make API callpublic OrganizationExportsResponse getUserListExports(UUID organizationId) throws ApiException
organizationId - The organization ID Guid (required)ApiException - if fails to make API callCopyright © 2021. All rights reserved.