users
get-all
Get all users
Returns a list of all users, including active users, inactive users and previously deleted users that have an Atlassian account.
Privacy controls are applied to the response based on the users' preferences. This could mean, for example, that the user's email address is hidden. See the Profile visibility overview for more details.
Permissions required: Browse users and groups global permission.
GET /rest/api/3/users/search
| Flag | Type | Required | Description |
|---|---|---|---|
--expand | string | No | |
--maxResults | string | No | The maximum number of items to return (limited to 1000). |
--startAt | string | No | The index of the first item to return. |
Example:
jr users get-allget-all-users-default
Get all users default
Returns a list of all users, including active users, inactive users and previously deleted users that have an Atlassian account.
Privacy controls are applied to the response based on the users' preferences. This could mean, for example, that the user's email address is hidden. See the Profile visibility overview for more details.
Permissions required: Browse users and groups global permission.
GET /rest/api/3/users
| Flag | Type | Required | Description |
|---|---|---|---|
--expand | string | No | |
--maxResults | string | No | The maximum number of items to return (limited to 1000). |
--startAt | string | No | The index of the first item to return. |
Example:
jr users get-all-users-default