Queries the account synchronization scope of applications in Identity as a Service (IDaaS) Employee IAM (EIAM). This scope is the same as the scope within which developers can call the DeveloperAPI to query and manage accounts.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the instance. | idaas_ue2jvisn35ea5lmthk267xxxxx |
ApplicationId | string | Yes | The ID of the application. | app_mkv7rgt4d7i4u7zqtzev2mxxxx |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"ApplicationProvisioningScope": {
"OrganizationalUnitIds": [
"ou_wovwffm62xifdziem7an7xxxxx"
],
"GroupIds": [
"group_utjijqz4gqzzfjujgwbqnhcg5e"
],
"UsedQuota": 10,
"MaxQuota": 20
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-03-28 | API Description Update. The response structure of the API has changed | View Change Details |