Users

Get multiple users using ids

Returns user details for the ids provided in the request. Currently this API returns a maximum of 100 results. If more than 100 account ids are passed in, then the first 100 will be returned.

Permissions required: Permission to access the Confluence site ('Can use' global permission).

get/wiki/rest/api/user/bulk

Query parameters

accountIdstring required

A list of accountId's of users to be returned.

expandstring[]

A multi-value parameter indicating which properties of the user to expand.

  • operations returns the operations that the user is allowed to do.
  • personalSpace returns the user's personal space, if it exists.
  • isExternalCollaborator(@deprecated) use isGuest instead to return whether the user is a guest.

Response

Returned if, the list of users is returned.

startinteger required
limitinteger required
sizeinteger required
_linksGenericLinks required

Changes

No recorded changes to this endpoint across all 1 revision of this API.