Generic SCIM Endpoint - List Groups
The List Groups endpoint returns either all groups within an organization matching the given filter or all groups if no filter is provided.
Request
Endpoint
/provisioning/generic/v2/Groups
HTTP method
GET
Path parameters
Parameter
Requirement
Description
Example
count
Optional
Allows the response to be paginated per the specified number of rows
5
filter
Optional
Filters the response results; must be in the form displayName%20eq%20%22…%22 where … is the desired display name
roleName
startIndex
Optional
Allows further results to be provided incrementally
1
Example requests
Example request with filter
GET app.strongdm.com/provisioning/generic/v2/Groups?filter=displayName%20eq%20%22myRole%22
Example request without filter
GET app.strongdm.com/provisioning/generic/v2/Groups?startIndex=1&count=5
Response
Example success response
Last updated
Was this helpful?

