Get User Property

GET {{baseUrl}}/rest/api/3/user/properties/:propertyKey?accountId=<string>&userKey=<string>&username=<string>

Returns the value of a user's property. If no property key is provided Get user property keys is called.

Note: This operation does not access the user properties created and maintained in Jira.

Permissions required:

  • Administer Jira global permission, to get a property from any user.
  • Access to Jira, to get a property from the calling user's record.

Request Params

KeyDatatypeRequiredDescription
accountIdstringThe account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
userKeystringThis parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
usernamestringThis parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

RESPONSES

status: OK

{&quot;key&quot;:&quot;issue.support&quot;,&quot;value&quot;:{&quot;system.conversation.id&quot;:&quot;b1bf38be-5e94-4b40-a3b8-9278735ee1e6&quot;,&quot;system.support.time&quot;:&quot;1m&quot;}}