Contents

Disable Lost Mode

Take the device out of Lost Mode.

URL

PUT https://yourmdmhost.example.com/mdm#DisableLostModeCommand

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/xml
DisableLostModeResponse

The response object the system returns for the Disable Lost Mode Command.

Discussion

A device responds with error codes:

  • 12067: If it isn’t in Lost Mode.

  • 12069: If the request to disable Lost Mode failed.

  • 12078: If the command is invalid while in Lost Mode.

Erasing a device also disables Lost Mode. To reenable Lost Mode, the MDM server needs to store the device’s Lost Mode state before erasing it, and restore that state if the device enrolls again.

Refer to the following sections to determine supported channels and requirements, and to see an example request and response.

Command availability

Device channel

iOS, Shared iPad

User channel

NA

Requires supervision

iOS

Allowed in user enrollment

NA

Required access right

NA

Example request and response

HTTP Body

The request object the server returns for the Disable Lost Mode Command.

Topics

Commands and responses

See Also

Lost Device