---
title: "Get a user application property"
method: GET
path: "/users/{selected_user}/properties/{app_key}/{property_name}"
tags: ["properties"]
---

# Get a user application property

`GET /users/{selected_user}/properties/{app_key}/{property_name}`

Retrieve an [application property](/cloud/bitbucket/application-properties/) value stored against a user.

## Path parameters

- `selected_user` string, required
- `app_key` string, required
- `property_name` string, required

## Response `200`

The value of the property.

- ApplicationProperty — An application property. It is a caller defined JSON object that Bitbucket will store and return. The `_attributes` field at its top level can be used to control who is allowed to read and update the property. The keys of the JSON object must match an allowed pattern. For details, see [Application properties](/cloud/bitbucket/application-properties/).
  - `_attributes` string[]

---

[API](https://skmtc.net/bitbucket/apis/bitbucket-api.md) · [All operations](https://skmtc.net/bitbucket/apis/bitbucket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitbucket/bitbucket-api/versions/4ec8bd2515c5/schema)
