Resend Registration Code
PUT /auth/registration/code
Sends the user a new registration code. The previous registration code will be marked invalid. If the user has already completed their registration no action will be taken
Request headers required. See Request Headers for more information.
Required Permissions
Since this endpoint is not authenticated, the permissions apply to the application only.
Name | Conditions |
---|---|
| Always Required |
| When |
| When |
Request body
|
| email of the user |
|
| globally unique ID of the organization of the user |
Example
Responses
See Common Errors for common errors.
See User Registration Errors for user registration specific errors.
Success - generic success message
Last updated