Unblock MFA User Device
POST {{apiPath}}/environments/{{envID}}/users/{{userID}}/devices/{{deviceID}}
If you want to unblock a blocked MFA user device, you can use the endpoint
/environments/{{envID}}/users/{{userID}}/devices/{{deviceID}}
with the headers:
Content-type: application/vnd.pingidentity.device.unblock+json
Authorization: Bearer {{accessToken}}
In the Authorization request header field, the accessToken
value is your full base64url-encoded JSON web token generated by the authentication service.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/b30ac647-e33e-464f-a6ea-0275082d4c26/devices/6697f628-7712-4e71-b52b-920ba0635020"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/b30ac647-e33e-464f-a6ea-0275082d4c26"}},"id":"6697f628-7712-4e71-b52b-920ba0635020","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"id":"b30ac647-e33e-464f-a6ea-0275082d4c26"},"type":"SMS","lock":{"status":"UNLOCKED"},"block":{"status":"UNBLOCKED"},"status":"ACTIVE","createdAt":"2022-09-22T13:07:15.115Z","updatedAt":"2022-11-20T15:52:58.519Z","phone":"+14135550150","testMode":true}