Sign in

List member devices

documented

List devices for a specific team member.

POST /2/team/devices/list_member_devicesAdminno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.dropboxapi.com/2/team/devices/list_member_devices" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Dropbox-API-Select-Admin: {{$team_member_id}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"team_member_id": "{{$team_member_id}}", "include_web_sessions": true, "include_desktop_clients": true, "include_mobile_clients": true}'
List member devices · Dropbox · OpenIntegrations