Authentication
✅ Organization User (CustomerEmployee
)❌ Delegated User (
EndUser
)❌ Personal Access Token not allowed
✅ Service Account
Required Permissions
Auth:Users:Create
: Always required.Authorizations
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
Body
The email address of the new user.
The kind of user being created.
In this endpoint it can only be "CustomerEmployee
" (creating an "EndUser
" is done through the Delegated Registration endpoint)
CustomerEmployee
Value that can be used to correlate the entity with an external system.
If set to true, the user will have to authenticate via SSO
Response
Success
User id.
64
"us-6b58p-r53sr-rlrd3l5cj3uc4ome"
User kind.
CustomerEmployee
, EndUser