For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

Removed attribute for lock reason

· One min read

We have removed the lockReason attribute from the device object in the MobileID API.

To get the lock reason, you must now use the Get device endpoint for the MobileID Device management resource.

The lock reason is then returned in the deviceDetails object, so you must use query parameter detailed=true.

Note

Although it is still possible to pass the lockReason attribute in the request body when using the Update device endpoint, it is no longer applied.