Get User Property Keys

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

Returns the keys of all properties for a user.

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

Permissions required:

  • Administer Jira global permission, to access the property keys on any user.
  • Access to Jira, to access the calling user's property keys.

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;keys&quot;:[{&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/issue/EX-2/properties/issue.support&quot;,&quot;key&quot;:&quot;issue.support&quot;}]}