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

# Update a user application property

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

Update 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

## Request body

- 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[]

## Response `204`

An empty response.

---

[API](https://skmtc.dev/bitbucket/apis/bitbucket-api.md) · [All operations](https://skmtc.dev/bitbucket/apis/bitbucket-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitbucket/bitbucket-api/revisions/952ded611d03/schema)
