Get all group memberships for the app
If specified, only groups matching this filter
are returned.
The following fields can be referenced in the filter:
name
created_at
description
wrapping_key_name
Number of groups to skip
Continuation token to continue getting results. It must be the same token returned from the backend from a previous call, or empty.
Existence of this query parameter controls the response (and the backend behavior):
- If specified (including an empty value), the backend returns metadata alongside
the collection of groups. The metadata will potentially contain a fresh
continuation_token
.
Note: If there is a limit
specified in the request and DSM returns limit
-many items in the
response, it will still include a fresh continuation token if there are more items in the collection.
Additionally, unlike other query parameters, limit
is not required to remain unchanged in a chain of
requests with coninutation_token
s.
- If omitted, the backend returns just a collection of groups with no metadata.
Success result
Whether the entity has been assigned an exclusive "all groups role"
The collection of group memberships the entity is a member in