Skip to main content

Get all users

Jira get all users action retrieves a paginated list of users from your Jira Cloud site. This is a read-only action that returns user account information for workflows that need to enumerate Jira accounts, generate user reports, or cross-check users against other systems.

Prerequisites

  • Your admin must complete the initial Jira setup and enable Jira actions in the Admin Console so that the Jira action pack is available in Agent Builder.
  • Each user is prompted to connect their Jira account via OAuth in Glean before running agents that use Jira actions, including Jira Assign issue.
  • If your Jira organization uses Central OAuth, a Jira administrator must authorize the app for the site before users can run Jira actions in Glean.

Supported parameters

ParameterTypeDescription
Max resultsIntegerMaximum number of users to return in a single call.
Start atIntegerStarting position in the overall user list for pagination.

Usage examples

  • "Get all Jira users from our instance so I can generate a report for the quarterly audit."

  • "List all user accounts in our Jira Cloud."

  • "Show me all active and inactive users in Jira."

Troubleshooting

FAQs