Get a user
Gets the public information associated with a user account.
If the user’s profile is private, location, website and
created_on elements are omitted.
Note that the user object returned by this operation is changing significantly, due to privacy changes. See the announcement for details.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”This can either be an Atlassian Account ID OR the UUID of the account,
surrounded by curly-braces, for example: {account UUID}.
Responses
Section titled “ Responses ”The user object
object
Links related to an Account.
object
A link to a resource related to this object.
object
Example generated
{ "type": "example", "links": { "avatar": { "href": "https://example.com", "name": "example" } }, "created_on": "2026-04-15T12:00:00Z", "display_name": "example", "uuid": "example"}If no user exists for the specified UUID, or if the specified account is a team account, not a personal account.
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
object
Optional structured data that is endpoint-specific.
object
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}