PUT
/
mfa
/
admin
/
enrollment-policies
Set enrollment policy for a factor
curl --request PUT \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/enrollment-policies \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method_type": "<string>"
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Body

application/json

Policy

method_type
string
required
policy
enum<string>
required
Available options:
DISABLED,
OPTIONAL,
REQUIRED

Response