Skip to content

Session Revocation — Dropbox Business

Session Revocation — Dropbox Business

Challenge revokes active device sessions (web, desktop, and/or mobile) for a Dropbox Business team member.

Credentials

  1. Create a Dropbox Business app with team scopes.
  2. Required scopes: members.read, sessions.list, sessions.modify
  3. Generate a team access token and paste it into Challenge under Integrations → Session Revocation → Dropbox Business.

Optional settings

SettingDefaultEffect
Revoke web sessionsOnEnds browser sessions
Revoke desktop clientsOnUnlinks desktop devices
Revoke mobile clientsOnUnlinks mobile devices

API calls Challenge makes

StepEndpoint
LookupPOST /2/team/members/get_info (by email)
List devicesPOST /2/team/devices/list_member_devices
RevokePOST /2/team/devices/revoke_device_session_batch

Username format

Use the member’s primary email address.

Troubleshooting

SymptomCheck
member_not_foundEmail not a team member
Partial revoke failureSome devices already revoked; check result metadata
http_401Invalid or expired team token