Logo
30-day challenge API Documentation

Get all group resources

GET https://api.getpostman.com/scim/v2/Groups

Gets all Qodex groups within the team.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

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



Curl
curl -X GET 'https://api.getpostman.com/scim/v2/Groups' -H 'Authorization: undefined'

ENDPOINTS