InternalCreate a new instance of the service.
Returns information about how anonymous users are represented, like the profile picture and display name.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
Optionalexpand?: "operations"[]A multi-value parameter indicating which properties of the user to expand.
operations returns the operations that the user is allowed to do.Returned if the anonymous user representation is returned.
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).
A list of accountId's of users to be returned.
Optionalexpand?: ("operations" | "isExternalCollaborator" | "personalSpace")[]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.Returned if, the list of users is returned.
Returns the currently logged-in user. This includes information about the user, like the display name, userKey, account ID, profile picture, and more.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
Optionalexpand?: ("operations" | "isExternalCollaborator" | "personalSpace")[]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) see isGuest in response to find out
whether the user is a guest.Returned if the current user is returned.
Returns the groups that a user is a member of.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
The account ID of the user. The accountId uniquely identifies the user across
all Atlassian products.
For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.
Optionallimit?: numberThe maximum number of groups to return per page. Note, this may be restricted by fixed system limits.
Optionalstart?: numberThe starting index of the returned groups.
Returned if the requested groups are returned.
Returns a user's email address regardless of the user’s profile visibility settings. For Connect apps, this API is only available to apps approved by Atlassian, according to these guidelines. For Forge apps, this API only supports access via asApp() requests.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
The account ID of the user, which uniquely identifies the user across all
Atlassian products.
For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192. Required.
Returned if the requested user's email is returned.
Returns a user's email address regardless of the user’s profile visibility settings. For Connect apps, this API is only available to apps approved by Atlassian, according to these guidelines. For Forge apps, this API only supports access via asApp() requests.
Any accounts which are not available will not be included in the result.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
The account IDs of the users.
Returned if the request is successful.
Returns a user. This includes information about the user, such as the display name, account ID, profile picture, and more. The information returned may be restricted by the user's profile visibility settings.
Note: to add, edit, or delete users in your organization, see the user management REST API.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
The account ID of the user. The accountId uniquely identifies the user across
all Atlassian products.
For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.
Optionalexpand?: ("operations" | "isExternalCollaborator" | "personalSpace")[]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) see isGuest in response to find out
whether the user is a guest.Returned if the requested user is returned.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users