/
Retrieve user MFA status
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/profile/mfa
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/profile/mfa
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/profile/mfa
- SecretApiKey
- JWT
curl -i -X GET \
https://www.rebilly.com/_mock/catalog/all/profile/mfa \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'User MFA status retrieved.
Type of MFA enrollment. Type duo cannot be updated or deleted. If you need to reset your Duo MFA, Contact support.
Enum:"duo""otp"null
Date and time when MFA verification is most recently passed. To disable MFA, no more than 10 minutes must elapse between this value and the request to disable MFA.
Response
{ "status": "active", "type": "duo", "lastAuthTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }