---
title: "Gets list of users assigned a specific role in a game."
method: GET
path: "/v1/game-localization-roles/games/{gameId}/roles/{role}/assignees"
tags: ["Localization", "Universes", "Users"]
---

# Gets list of users assigned a specific role in a game.

`GET /v1/game-localization-roles/games/{gameId}/roles/{role}/assignees`

## Path parameters

- `gameId` integer, required
- `role` 'translator', required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxTranslationRolesApiAssignee
  - `data` RobloxTranslationRolesApiAssignee[]
    - `id` integer
    - `name` string
    - `type` 'user' | 'group' | 'groupRole' — ['User' = 0, 'Group' = 1, 'GroupRole' = 2]

## Other responses

- `400` — 3: Invalid game id
- `401` — 0: Authorization has been denied for this request.
- `403` — 1: You must be authorized to use this endpoint
- `503` — 2: Feature is disabled

---

[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/80880b69892d/schema)
