The Group Management API adheres to the SCIM 2.0 protocol unless otherwise stated, and provides management and provisioning of Groups and its members (Users) within a Program. Managing Groups requires that the acting User have a role of Program Manager or Administrator, and Group read and/or write access.
User groups are SCIM groups only. Currently, this API does not support creating audiences .
Returns a list of all accessible Groups in the acting User's Program.
Security
oauth2_as_a_server(Required scopes: groups.read) or oauth2_as_a_user(Required scopes: groups.read)
- US1https://partner.socialchorus.com/scim/v2/Groups
- US2https://partner.us2.onfirstup.com/scim/v2/Groups
- EUhttps://partner.onfirstup.eu/scim/v2/Groups
- oauth2_as_a_server
- oauth2_as_a_user
curl -i -X GET \
'https://partner.socialchorus.com/scim/v2/Groups?startIndex=0&count=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListResponse" ], "Resources": [ { … } ] }