Get all group resources

GET {{baseUrl}}/scim/v2/Groups

Gets all Qodex groups within the team.

Request Params

KeyDatatypeRequiredDescription
startIndexstringThe index entry by which to begin the list of returned results.
countstringLimit the number of results returned in a single response. By default, the system returns a list of 100 users.
filterstringFilter results by a specific word or phrase. Filter values are case-sensitive. This query parameter only supports the displayName filter.

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":0,"startIndex":1,"itemsPerPage":0,"Resources":[]}