Sign in

Get team member info

documented

Get detailed information about a team member.

POST /2/team/members/get_infoAdminno 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/members/get_info" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"members": [{".tag": "team_member_id", "team_member_id": "{{$team_member_id}}"}]}'