Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The instance ID. | idaas_ue2jvisn35ea5lmthk267xxxxx |
PageNumber | long | No | The number of the page to return. | 1 |
PageSize | long | No | The number of entries to return on each page. | 20 |
UserId | string | Yes | The account ID. | user_d6sbsuumeta4h66ec3il7yxxxx |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 1000,
"Groups": [
{
"GroupId": "group_d6sbsuumeta4h66ec3il7yxxxx",
"GroupMemberRelationSourceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"GroupMemberRelationSourceType": "build_in"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-05-29 | The response structure of the API has changed | View Change Details |