PUT
/
mfa
/
admin
/
rollout
/
reminders
Update MFA rollout reminder settings
curl --request PUT \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/rollout/reminders \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "cadence": "<string>",
  "enabled": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Reminder settings

cadence
enum<string>
required
Available options:
3d,
daily,
weekly
enabled
boolean

Response

200 - application/json

OK

cadence
string
enabled
boolean