PUT
/
mfa
/
admin
/
methods
/
{methodType}
Enable or disable a company-wide MFA method
curl --request PUT \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/methods/{methodType} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "active": true
}'
{
  "active": true,
  "method_type": "<string>",
  "policy": "<string>"
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

methodType
string
required

Method type (totp, email, push, webauthn, …)

Body

application/json

Active flag

active
boolean

Response

200 - application/json

OK

active
boolean
method_type
string
policy
string