My Devices REST Endpoints
Self-Service/My Devices
This endpoint is used by an end user to query, update, and delete one or more devices associated with their account. This REST API is SCIM compliant.
- Delete a Device
- Method: deletePath:
/admin/v1/MyDevices/{id} - Get a Device
- Method: getPath:
/admin/v1/MyDevices/{id} - HTTP Options
- Method:Path:
/admin/v1/MyDevices - Search Devices
- Method: getPath:
/admin/v1/MyDevices - Update a Device
- Method: patchPath:
/admin/v1/MyDevices/{id}