get_all_users
Retrieve all Jira users by enumerating group memberships. Optionally filter by specific groups or account status (active, inactive, or all).
Instructions
List all Jira users (union of the groups that grant Jira access).
Jira Server/DC has no single "all users" endpoint — users are enumerated
through group membership. By default this reads every group that grants
Jira Software access on this instance and de-duplicates the members.
Pass groups to target specific group(s) instead.
Args:
groups: Group names to read. Defaults to the instance's Jira Software
license groups.
status: Which users to return by account state — active (default,
enabled users only), inactive (deactivated / blocked / former
employees, active=false), or all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | No | ||
| status | No | active |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |