Send Recovery Code Email
PUT /auth/recover/user/code
Sends the user a recovery verification code. This code is used as a second factor to verify the user initiated the recovery request.
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
{
"message": "success"
}
Last updated