---
title: "Get user property"
method: GET
path: "/rest/api/2/user/properties/{propertyKey}"
tags: ["User properties"]
---

# Get user property

`GET /rest/api/2/user/properties/{propertyKey}`

Returns the value of a user's property. If no property key is provided [Get user property keys](#api-rest-api-2-user-properties-get) is called.

Note: This operation does not access the [user properties](https://confluence.atlassian.com/x/8YxjL) created and maintained in Jira.

**[Permissions](#permissions) required:**

 *  *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg), to get a property from any user.
 *  Access to Jira, to get a property from the calling user's record.

## Path parameters

- `propertyKey` string, required

## Query parameters

- `accountId` string
- `userKey` string
- `username` string

## Response `200`

Returned if the request is successful.

- EntityProperty — An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
  - `key` string — The key of the property. Required on create and update.
  - `value` unknown

## Other responses

- `400` — Returned if `accountId` is missing.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission or is not accessing their user record.
- `404` — Returned if the user is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
