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

# Sets the authenticated user's scales.

`POST /v1/avatar/set-scales`

## Headers

- `Roblox-Place-Id` integer

## Request body

- RobloxWebResponsesAvatarScaleModel
  - `height` number, double
  - `width` number, double
  - `head` number, double
  - `depth` number, double
  - `proportion` number, double
  - `bodyType` number, double

## Response `200`

OK

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

## Other responses

- `400` — 1: Please pass in the scales JSON
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 3: The user does not have permissions to change scales.

---

[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/revisions/958b2b40425d/schema)
