Logo
30 Day Challange API Documentation

Get a group resource

GET https://api.getpostman.com/scim/v2/Groups/{{groupId}}

Gets information about a Qodex group within the team.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:Group" ], "id": "561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00", "displayName": "Test-API", "members": [ { "value": "b1c794f24f4c49f4b5d503a4cb2686ea", "display": "Taylor Lee" } ], "externalId": "1234", "meta": { "resourceType": "Group", "created": "2022-02-22T04:24:13.000Z", "lastModified": "2022-02-22T04:24:13.000Z" } }



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

ENDPOINTS