---
title: "Sets the authenticated user's body colors."
method: POST
path: "/v2/avatar/set-body-colors"
tags: ["Avatars"]
---

# Sets the authenticated user's body colors.

`POST /v2/avatar/set-body-colors`

## Headers

- `Roblox-Place-Id` integer

## Request body

- RobloxPlatformAvatarBodyColorsModelV2
  - `headColor3` string
  - `torsoColor3` string
  - `rightArmColor3` string
  - `leftArmColor3` string
  - `rightLegColor3` string
  - `leftLegColor3` string

## Response `200`

OK

- RobloxApiAvatarModelsAvatarApiSuccessResponse — Success response class
  - `success` boolean — Gets or sets a value indicating whether the request was a success.

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed

---

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