Skip to content

Detail a SCIM schema

Request

Returns the specified schema used by this SCIM API. Implements SCIM 2.0 specification.

Security
oauth2_as_a_server(Required scopes: users.read) or oauth2_as_a_user(Required scopes: users.read)
Path
schema_idstringrequired

The Schema ID.

curl -i -X GET \
  'https://partner.socialchorus.com/scim/v2/Schemas/{schema_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/scim+json
object
Response
{ "id": "urn:SocialChorus:1.0:User", "name": "SocialChorusUserExtension", "description": "Social Chorus User Extension", "attributes": [ {}, {}, {}, {}, {}, {}, {}, {}, {} ] }