Device Pinners
Device Pinners
Building on the login tracking feature – which allows admins to set limits on the number of devices a user can access Box from and sends alerts to them and the user whenever a new device is used to access that Box account – Box has additional device management functionality to increase security when accessing Box on mobile or desktop devices: device pinning.
To learn more about device pinning, please see our community documentation.
APIs
The Box API allows for device pins to be inspected and removed.
GET /enterprise/:id/device_pinners
: Retrieves all the device pins within an enterprise.GET /device_pinners/:id
: Retrieves information about an individual device pin.DELETE /device_pinners/:id
: Deletes an individual device pin.