NAME

JIRA::API::User -

SYNOPSIS

my $obj = JIRA::API::User->new();
...

PROPERTIES

accountId

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.

accountType

The user account type. Can take the following values:

*  `atlassian` regular Atlassian user account
*  `app` system account used for Connect applications and OAuth to represent external systems
*  `customer` Jira Service Desk account representing an external service desk

active

Whether the user is active.

applicationRoles

The application roles the user is assigned to.

avatarUrls

The avatars of the user.

displayName

The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.

emailAddress

The email address of the user. Depending on the user’s privacy setting, this may be returned as null.

expand

Expand options that include additional user details in the response.

groups

The groups that the user belongs to.

key

This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.

locale

The locale of the user. Depending on the user’s privacy setting, this may be returned as null.

name

This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.

self

The URL of the user.

timeZone

The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 84:

Non-ASCII character seen before =encoding in 'user’s'. Assuming UTF-8