Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Body

application/json
email
string<email>
required

Email address of the user

firstname
string
required

First name

lastname
string
required

Last name

groups
string[]

List of group keys to add the user to

activation_email
string | null

Activation email type to send (e.g. "standard")

user_organisation_identifier
string | null

Organisation-specific identifier for the user

properties
object

Custom property key-value pairs

Response

user created

status
boolean
result
object