Sign in

List admin users

documented

List users in the enterprise workspace.

GET /api/admin.users.listUsersno 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://slack.com/api/admin.users.list" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -d '{"cursor": "{{$cursor}}", "limit": {{$limit}}, "include_deactivated_user_workspaces": {{$include_deactivated_user_workspaces}}, "is_active": {{$is_active}}, "team_id": "{{$team_id}}"}'