Create a new user
POST
https://setup.adra.com/api/organizations/{organizationSid}/scim
/Users
Production server
{var_value}
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)
POST /Users
Loading...
Response
Waiting for a request to be sent.