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

Since this endpoint is not authentication, the permissions apply to the application only.

Request body

Example

{
  "username": "jdoe@example.co",
  "orgId": "or-34513-nip9c-8bppvgqgj28dbodrc"
}

Responses

Success - generic success message

{
    "message": "success"
}

Last updated