List all device sessions of a team.
Permission : Team member file access.
**Required scope:** `sessions.list`
**Endpoint format:** [RPC](https://docs.dropboxapi.com/dropbox-api/docs/technical-reference/request-response-formats#rpc-endpoints)
**Authentication:** [Team](https://docs.dropboxapi.com/dropbox-api/docs/auth-types#team-authentication)
Request
This endpoint expects a nullable object.
cursorstring or nullOptional
At the first call to the devices/list_team_devices the cursor shouldn’t be passed.
Then, if the result of the call includes a cursor, the following requests should include the
received cursors in order to receive the next sub list of team devices.
include_desktop_clientsbooleanOptionalDefaults to true
Whether to list desktop clients of the team members.
include_mobile_clientsbooleanOptionalDefaults to true
Whether to list mobile clients of the team members.
include_web_sessionsbooleanOptionalDefaults to true
Whether to list web sessions of the team members.
Response
Successful response
deviceslist of objects
The devices of each member of the team.
cursorstring or nullOptional