Sign in

List members' devices

documented

List devices for all team members.

POST /2/team/devices/list_members_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_members_devices" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"include_web_sessions": {{$include_web_sessions}}, "include_desktop_clients": {{$include_desktop_clients}}, "include_mobile_clients": {{$include_mobile_clients}}}'
List members' devices · Dropbox · OpenIntegrations