Create User
Last updated
Last updated
POST /auth/users
Create a new user in the caller's org. This will also send an registration email to the created User's email, with a registration code, and pointing him to complete his registration on Dfns Dashboard. The user is created without any permissions.
If you want the created User to not know about about Dfns, and don't want him to receive the registration email from Dfns, you should rather use the endpoint.
Auth:Users:Create
Always Required
Auth:Types:Employee
When kind
is CustomerEmployee
email
*
String
the email address of the new user
kind
*
Enumerated Type (String)
externalId
String
Optional
a user defined value that can be used to correlate the entity with an external system
Success - The created user
the kind of user being created. For now, in this endpoint it can only be
"CustomerEmployee
" (creating an "EndUser"
is done through the endpoint)
See for common errors.
See for user management specific errors.