v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBSCIM
Create user
Provisions a new user into the authenticated organization using the SCIM urn:ietf:params:scim:schemas:core:2.0:User schema.
If a user with the same userName or primary email already exists in another organization within the same customer group (SSO-linked), the user is added to this organization instead of being created.
post/scim/Users
Request body
Example request
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
]
}Response
User created successfully