Skip to main content
PATCH
/
org
/
settings
/
mfa
Update MFA policy
curl --request PATCH \
  --url https://api.thundercompute.com:8443/v1/org/settings/mfa \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "mfa_policy": "<string>",
  "organization_id": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

MFA policy update request

The body is of type object.

Response

OK

mfa_policy
string
organization_id
string