cURL
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>" }
Update the organization MFA policy
MFA policy update request
The body is of type object.
object
OK
Was this page helpful?