Generate new recovery codes for user
POST
/
sdk
/
{environmentId}
/
users
/
mfa
/
recovery
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Response
200 - application/json
count
integer
requiredThe number of recovery codes available
recoveryCodes
string[]
requiredRecovery codes for the user to use in case they lose access to their MFA device
Was this page helpful?