---
title: "Sets the tag for a user"
method: POST
path: "/v1/user/tag"
tags: ["Users"]
---

# Sets the tag for a user

`POST /v1/user/tag`

## Request body

- RobloxContactsApiRequestSetUserTagRequestModel
  - `targetUserId` integer — The userId of the target of the userTag.
  - `userTag` string — The userTag to be set

## Response `200`

OK

- RobloxContactsApiResponseSetUserTagResponseModel
  - `status` 'Success' | 'Moderated' — Status message to be sent to the setter of the userTag ['Success' = 0, 'Moderated' = 1]

## Other responses

- `400` — 2: The target user is invalid or does not exist. 4: Invalid parameters. 6: The userTag is too long.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 5: The user cannot tag themselves.
- `429` — 10: The flood limit has been exceeded.

---

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