List Memberships
List memberships of a compliance group. Released in 1.55.3
Last updated
Was this helpful?
List memberships of a compliance group. Released in 1.55.3
Last updated
Was this helpful?
🚧 Roles and PrivilegesCalling this endpoint requires the Scope Management role with the VIEW_ROLE_SCOPES entitleable action. See Bot Permissions for a list of roles and associated privileges.
📘 Note
limit
query parameter: A query may return fewer than the value of limit due to filtering or service-side maximums. Do not depend on the number of results being fewer than the limit value to indicate your query reached the end of the list of data, use the absence of next instead as described in the following example: If you setlimit
to 10 and only 9 results are returned, there may be more data available, but one item was removed due to privacy filtering. Some maximums for limit may be enforced for performance reasons.
sort
query parameter: if the name of the field is preceded by a "-", then the results will be returned in descending order, otherwise results will be returned in ascending order. For example, a sort param value of "-name" would return results sorted by the "name" field in descending order, while a value of "name" would return results sorted by the "name" field in ascending order. The fields available for sorting are "lastAddedDate" and "lastRemovedDate".
/v2/admin/usergroups/{groupId}/memberships
URL-Safe encoded Group ID
This is a comma separated list of optional expanded fields to include on each membership object returned. The fields available for expansion are "user" and "group". If absent, these fields will not be returned on the membership objects.
Session authentication token.