v4
latestOpenAPI 3.0.32026-07-312,317012.2 MBGroups
get/api/v1/groups/{id}/members
Path parameters
idstring required
The ID of the group to list members for.
Query parameters
offsetnumber
The offset to start from. If you enter 10, it will start from the 10th member.
limitnumber
The number of members to return.
searchstring
The text string that member email(in case of users) or name(in case of machine identities) will be filtered by.
orderBy'name'
The column to order members by.
orderDirection'asc' | 'desc'
The direction to order members in.
Filter members by type. Can be a single value ('users' or 'machineIdentities') or an array of values. If not specified, both users and machine identities will be returned.
Response
Default Response