POST
/
mfa
/
admin
/
rollout
/
pilot
Start the pilot stage of MFA rollout
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/rollout/pilot \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "group_id": "<string>"
}
'
{
  "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).

Body

application/json

Pilot group

group_id
string
required

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