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 Delegated Registration endpoint.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Name | Conditions |
---|---|
See Common Errors for common errors.
See User Management Errors for user management specific errors.
Success - The created user
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)
the kind of user being created. For now, in this endpoint it can only be
"CustomerEmployee
" (creating an "EndUser"
is done through the Delegated Registration endpoint)
externalId
String
Optional
a user defined value that can be used to correlate the entity with an external system