Users
Bulk get users
Returns a paginated list of the users specified by one or more account IDs.
Permissions required: Permission to access Jira.
get/rest/api/3/user/bulk
Query parameters
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page.
usernamestring[]
This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
keystring[]
This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
accountIdstring[] required
The account ID of a user. To specify multiple users, pass multiple accountId parameters. For example, accountId=5b10a2844c20165700ede21g&accountId=5b10ac8d82e05b22cc7d4ef5.
[ "5b10ac8d82e05b22cc7d4ef5" ]
Response
Returned if the request is successful.