POST https://setup.adra.com/api/organizations/{organizationSid}/scim /Users Production server

Create a new user

Creates a new user with the provided SCIM attributes.

✅ Supported SCIM User Properties in Adra

These properties are the only ones recognized by Adra; others are ignored at runtime.

🔹 SCIM Core Schema (urn:ietf:params:scim:schemas:core:2.0:User)

SCIM Field Type Description Internal Mapping Required
userName string Unique login identifier Username
name.givenName string User's first name FirstName
name.familyName string User's last name LastName
emails array Must be of type work, primary: true. Only one accepted. Email
active boolean User's activation status Active
title string User's job title Title
timezone string Olson format (e.g., Europe/London) TimeZone
locale string Language/region setting (e.g., en-GB) Culture
preferredLanguage string User's preferred language Language
externalId string External unique ID from IdP ExternalId
id string Adra-generated unique user ID OperatorGuid

🔹 Enterprise User Schema (urn:ietf:params:scim:schemas:extension:enterprise:2.0:User)

SCIM Field Type Description Internal Mapping Required
employeeNumber string Employee reference number EmployeeNumber

📌 Fields not listed above are explicitly ignored by the Adra SCIM client.

Authentication:  Adra personal access token (http)

Body

  • object | null
  • boolean
  • array[object]
  • string | null
  • object | null
  • object
  • string | null
  • string | null
  • string | null
  • string
  • string | null
  • array[string] | null
POST /Users
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-createuser

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.