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 Jiraglobal permission, to access the property keys on any user.
Access to Jira, to access the calling user's property keys.
Request
Query Params
Responses
🟢200Returned if the request is successful.
application/json
Body
🟠400Returned if `accountId` is missing.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission or is not accessing their user record.
🟠404Returned if the user is not found.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/user/properties'