Tokens
Users
Resend a token
Resend the specified token
The token to resend must already exist for the user
It will be revoked and a new one issued
post/v2/users/{userId}/tokens
Path parameters
userIdstring uuid required
The UUID of the User.
Request body
Example request
{
"tokenType": "INVITE_MFA_USER",
"verificationCode": "123456"
}Response
request completed okay