Get SCIM Schemas
GET
https://setup.adra.com/api/organizations/{organizationSid}/scim
/Schemas
Production server
{var_value}
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
andfamilyName
, 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...
Response
Waiting for a request to be sent.