Step 5: Read all users in a group
GET {{apiPath}}/environments/{{envID}}/users?filter=memberOfGroups[id eq "{{UseCaseGroupID}}"]
The GET /environments/{{envID}}/users?filter=memberOfGroups[id eq "{{groupID}}"]
operation modifies the returns all the users request. The added filter lists all users that belong to the specified group.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |