---
title: "PUT /houndProfile/"
method: PUT
path: "/houndProfile/"
tags: ["KVStore", "public"]
---

# PUT /houndProfile/

`PUT /houndProfile/`

## Headers

- `x-m2-organization-id` string, required

## Request body

- PutHoundProfileRequestSchema — The request body for the Hound Profile endpoint
  - `userId` string, required — The user ID of the hound profile to set
  - `username` string — The username of the hound profile
  - `profile` object
    - `tokenRef` string, required — The token reference of the profile picture
    - `profilePictureUrl` string, required — The profile picture URL of the hound profile

## Response `200`

The response body for the Hound Profile endpoint

- PutHoundProfileResponseSchema — The response body for the Hound Profile endpoint
  - `username` string — The username of the hound profile
  - `profilePictureUrl` string — The profile picture URL of the hound profile

## Other responses

- `4XX` — The error object returned by the API when an error occurs

---

[API](https://skmtc.net/otherside/apis/key-value-store.md) · [All operations](https://skmtc.net/otherside/apis/key-value-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/key-value-store/revisions/fc05ba366987/schema)
