Provide a way to get a list of DevicePins for a specific Box User using the Box API
Currently if you want to delete all device pins for a user, you must
- pull the complete list of device pins for your enterprise
- seach through the results for a specific user
- for each device pin found, destroy it.
It would really help to be able to call
/enterprises/{enterpriseid}/devicepinners/{userboxid}
and get the device pins for that user.
This feature is already available in the GUI.
1
vote