{ "opencollection": "1.0.0", "info": { "name": "Dropbox API Reference Account Team > Devices API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Team > Devices", "type": "folder" }, "items": [ { "info": { "name": "Dropbox devices/list_member_devices", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team/devices/list_member_devices", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[devices/list_member_devices](https://www.dropbox.com/developers/documentation/http/teams#team-devices-list_member_devices)\n\nscope: `sessions.list`\n\nList all device sessions of a team's member." }, { "info": { "name": "Dropbox devices/list_members_devices", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team/devices/list_members_devices", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[devices/list_members_devices](https://www.dropbox.com/developers/documentation/http/teams#team-devices-list_members_devices)\n\nscope: `sessions.list`\n\nList all device sessions of a team.\nPermission : Team member file access." }, { "info": { "name": "Dropbox devices/revoke_device_session", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team/devices/revoke_device_session", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[devices/revoke_device_session](https://www.dropbox.com/developers/documentation/http/teams#team-devices-revoke_device_session)\n\nscope: `sessions.modify`\n\nRevoke a device session of a team's member." }, { "info": { "name": "Dropbox devices/revoke_device_session_batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team/devices/revoke_device_session_batch", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[devices/revoke_device_session_batch](https://www.dropbox.com/developers/documentation/http/teams#team-devices-revoke_device_session_batch)\n\nscope: `sessions.modify`\n\nRevoke a list of device sessions of team members." } ] } ], "bundled": true }