Create User
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.
Required Permissions
Name | Conditions |
---|---|
| Always Required |
| When |
Request Body
| String | the email address of the new user |
| Enumerated Type (String) | the kind of user being created. For now, in this endpoint it can only be
" |
| String |
|
Example:
Responses
See Common Errors for common errors.
See User Management Errors for user management specific errors.
Success - The created user
Last updated