Get users in a group
Log in to add to favouritesPage last updated 14 June 2024
GET/api/security/groups/{groupIdentifier}/users?order={order}&pageIndex={pageIndex}&pageSize={pageSize}&includeInherited={includeInherited}&zenQL={zenQL}&excludedGroups={excludedGroups}
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| groupIdentifier(required) | path | string | group identifier | For convenience, Group resources can be referenced by using either the group name or id |
| order | query | string | - | A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order. |
| pageSize | query | number | integer | The number of results per page. The default is 25. |
| pageIndex | query | number | integer | The index of the page. |
| includeInherited | query | boolean | - | Specify to include the users of all the descendant groups |
| zenql | query | string | - | ZenQL query to select the users returned in the listing |
| excludedGroups | query | string | - | A comma-separated list of group identifiers such as Guid ids or names whose children will be excluded from the returned values |
Responses
Examples
GET: /api/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/usersGET: /api/security/groups/Paper%20Street%20Soap%20Company/usersGET: /api/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/users?pageIndex=0&pageSize=10&includeInherited=trueGET: /api/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/users?includeInherited=true&zenQL=firstname~test&excludedGroups=System%20AdministratorsRemarks
Permissions
Member of System Administrators.