List Groups
GET {{baseUrl}}/api/v1/groups?q=<string>&filter=<string>&after=<string>&limit=<integer>&expand=<string>
Enumerates groups in your organization with pagination. A subset of groups can be returned that match a supported filter expression or query.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | ||
filter | string | Filters apps by status, user.id, group.id or credentials.signing.kid expression | |
after | string | Specifies the pagination cursor for the next page of apps | |
limit | string | Specifies the number of results for a page | |
expand | string | Traverses users link relationship and optionally embeds Application User resource |