Sign in

Check add-members job status

documented

Check status of asynchronous member additions.

POST /2/team/members/add/job_status/getAdminno 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/add/job_status/get" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Dropbox-API-Select-Admin: {{$team_member_id}}" \
  -d '{"async_job_id": "{{$async_job_id}}"}'
Check add-members job status · Dropbox · OpenIntegrations