GET https://setup.adra.com/api/organizations/{organizationSid}/scim /Schemas Production server

Get SCIM Schemas

Returns available fields for each schema, including the attributes of the User that we support. The supported attributes include:

  • userName: A unique identifier for the User, required for authentication.
  • name: The components of the user's real name, which includes both givenName and familyName, and can be returned as a full name or individual components.
  • externalId: The provider unique ID of a SCIM resource.
  • title: The user's title, such as 'Vice President'.
  • timezone: The User's time zone in the 'Olson' time zone database format.
  • active: A Boolean indicating the User's administrative status.
  • emails: Only one email address is supported, which must be of type 'work'.
  • locale: Language/region setting (e.g., 'en-GB').
  • preferredLanguage: User's preferred language.
  • id: Adra-generated unique user ID.
  • employeeNumber: Employee reference number (Enterprise User Schema).
Authentication:  Adra personal access token (http)
GET /Schemas
Loading...

Share your request

Use this link to easily share a pre-filled request of this operation. Everything you filled will be shared apart from the authentication fields.

Request URL

https://developer.adra.com/doc/adra-scim/explorer/operation/operation-getschemas

Send a delete request

It looks like you’re about to send a DELETE request to this API. This type of request carries a risk of permanent and irreversible data loss.

Are you sure you want to continue?
Response
Waiting for a request to be sent.