# TheJiraCloudPlatformRestApi.UserBean

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **String** | The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. | [optional] 
**active** | **Boolean** | Whether the user is active. | [optional] 
**avatarUrls** | **AllOfUserBeanAvatarUrls** | The avatars of the user. | [optional] 
**displayName** | **String** | The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. | [optional] 
**key** | **String** | This property is deprecated in favor of &#x60;accountId&#x60; because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.   The key of the user. | [optional] 
**name** | **String** | This property is deprecated in favor of &#x60;accountId&#x60; because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.   The username of the user. | [optional] 
**self** | **String** | The URL of the user. | [optional] 
