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
Required Permissions
None
Request body
username *
String
email of the user
orgId *
String
globally unique ID of the organization of the user
Example
{
"username": "[email protected]",
"orgId": "or-34513-nip9c-8bppvgqgj28dbodrc"
}Responses
Success - generic success message
Last updated