Skip to main content
POST
Create User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantName
string
required

Tenant name

ssoId
string
required

SSO configuration ID

Body

application/json
schemas
string[]
required
userName
string
required
id
string | null
externalId
string | null
name
ScimUserName · object | null
displayName
string | null
emails
ScimUserEmail · object[] | null
active
boolean | null
meta
ScimMeta · object | null

Response

User created