Skip to main content
API version 2024.0 Device pins allow enterprises to control what devices can use native Box applications.
id
string
example: 11446498The unique identifier for this device pin.
type
string
example: device_pinnerThe value will always be device_pinner.Value is always device_pinner
owned_by
User (Mini)object
The user that the device pin belongs to.
product_name
string
example: iPadThe type of device being pinned.
{
  "id": "11446498",
  "type": "device_pinner",
  "owned_by": {
    "id": "11446498",
    "type": "user",
    "login": "[email protected]",
    "name": "Aaron Levie"
  },
  "product_name": "iPad"
}