List members' devices
documentedList devices for all team members.
POST /2/team/devices/list_members_devicesAdminno implementation yet0 runsNo 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}}}'