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
🟢200OK
application/json
Returned if the request is successful.
Body
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/rest/api/3/user/properties'