Skip to content

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

FlagTypeRequiredDescription
--expandstringNo
--maxResultsstringNoThe maximum number of items to return (limited to 1000).
--startAtstringNoThe index of the first item to return.

Example:

bash
jr users get-all

get-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

FlagTypeRequiredDescription
--expandstringNo
--maxResultsstringNoThe maximum number of items to return (limited to 1000).
--startAtstringNoThe index of the first item to return.

Example:

bash
jr users get-all-users-default