v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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

tokenType'INVITE_MFA_USER' | 'MFA_REGISTRATION' required

The type of the token to resend

verificationCodestring nullable
<p>Optional property that MUST be suppied when manually verifying a user</p> <p>The user's smsNumber is registered via a separate endpoint and an OTP sent to them</p>

Example request

{
  "tokenType": "INVITE_MFA_USER",
  "verificationCode": "123456"
}

Response

request completed okay