List admin users
documentedList users in the enterprise workspace.
GET /api/admin.users.listUsersno implementation yet0 runsNo 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}}"}'