PUT
/
sdk
/
{environmentId}
/
users
/
mfa
/
{mfaDeviceId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

mfaDeviceId
string
required

ID of the MFA Device

Body

application/json
default
boolean
required

Whether or not this is the default MFA device for the user

Was this page helpful?