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

# Get user properties

`GET /wiki/rest/api/user/{userId}/property`

Returns the properties for a user as list of property keys. For more information
about user properties, see [Confluence entity properties](https://developer.atlassian.com/cloud/confluence/confluence-entity-properties/).
`Note`, these properties stored against a user are on a Confluence site level and not space/content level.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission).

## Path parameters

- `userId` string, required

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

Returned if the requested properties are returned.

- UserPropertyKeyArray
  - `results` object[], required
    - `key` string
  - `start` integer
  - `limit` integer
  - `size` integer
  - `_links` GenericLinks

## Other responses

- `400` — Returned if request has malformed syntax or userId is not a valid user id.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `403` — Returned if the user does not have the correct permissions.
- `404` — Returned if there is no user with the given user ID.

---

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