List Groups Assigned to Application
GET {{baseUrl}}/api/v1/apps/:appId/groups?q=<string>&after=<string>&limit=<integer>&expand=<string>
Enumerates group assignments for an application.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | ||
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 |