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: delete
Path: /admin/v1/MyDevices/{id}
Get a Device
Method: get
Path: /admin/v1/MyDevices/{id}
HTTP Options
Method: options
Path: /admin/v1/MyDevices
Search Devices
Method: get
Path: /admin/v1/MyDevices
Update a Device
Method: patch
Path: /admin/v1/MyDevices/{id}