Queries information about Employee Identity and Access Management (EIAM) groups by page.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /v2/{instanceId}/{applicationId}/groups HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Authorization | string | Yes | The authentication information. The value is in the Bearer ${access_token} format. Example: Bearer ATxxxx. | Bearer xxxx |
| instanceId | string | Yes | The instance ID. | idaas_ue2jvisn35ea5lmthk267xxxxx |
| applicationId | string | Yes | The application ID. | app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| groupNameStartWith | string | No | The prefix of the group name. | group_xxx |
| nextToken | string | No | nextToken | NTxxx |
| maxResults | integer | No | The number of entries per page. Default value: 20. | 20 |
Response parameters
Examples
Sample success responses
JSONformat
{
"totalCount": 1000,
"data": [
{
"groupName": "name_test",
"instanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"createTime": 1652085686179,
"groupId": "group_ufdsasn35ea5lmthk267xxxxx",
"groupSourceType": "build_in",
"description": "description_demo",
"groupSourceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"updateTime": 1652085686179,
"groupExternalId": "group_ufdsasn35ea5lmthk267xxxxx"
}
],
"nextToken": "NTxxx",
"maxResults": 20
}Error codes
For a list of error codes, visit the Service error codes.
