GET
/
mfa
/
admin
/
rollout
Get MFA enforcement rollout plan
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/rollout \
  --header 'Authorization: <api-key>'
{
  "current_enrollment": 123,
  "enforced_at": "<string>",
  "enrollment_threshold": 123,
  "pilot_enrolled_pct": 123,
  "pilot_group_id": "<string>",
  "pilot_size": 123,
  "pilot_success_pct": 123,
  "stage": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

current_enrollment
integer
enforced_at
string
enrollment_threshold
integer
pilot_enrolled_pct
number
pilot_group_id
string
pilot_size
integer
pilot_success_pct
number
stage
string