Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Endpoint

Method

/scim/Groups[GROUP-ID]

GROUP-ID is the identifier for the entity in Talentech

GET

 

Note

Note: This endpoint will NOT return any values in the “members” property.
This is deliberate as pr. recommendation from Microsoft.

To get information about members, see “Get group by displayname” endpoint

Sample-Request:

Code Block
curl --location --request GET '[API-URL]/scim/groups/[GROUP-ID]' \
--header 'Authorization: Bearer [AUTH-TOKEN]'

...