---
title: "Gets the list of games and associated role assignment info for the requested user and role."
method: GET
path: "/v1/game-localization-roles/roles/{role}/current-user"
tags: ["Localization", "Universes"]
---

# Gets the list of games and associated role assignment info for the requested user and role.

`GET /v1/game-localization-roles/roles/{role}/current-user`

## Path parameters

- `role` 'translator', required

## Query parameters

- `exclusiveStartKey` string
- `pageSize` integer
- `groupId` integer

## Response `200`

OK

- RobloxTranslationRolesApiGetGameLocalizationRoleAssignmentsForUserResponse — Response model containing a list of games and associated role assignment info for the requested user and role.
  - `games` RobloxGameLocalizationClientGameLocalizationRolesGameLocalizationRoleAssignment[] — List of games with associated role assignment info.
    - `gameId` integer
    - `assignee` RobloxGameLocalizationClientGameLocalizationRolesAssignee
      - `assigneeType` 'user' | 'group' | 'groupRole' — ['User' = 0, 'Group' = 1, 'GroupRole' = 2]
      - `id` integer
  - `previousPageCursor` string — Cursor which can be used for navigating to previous page.
  - `nextPageCursor` string — Cursor which can be used for navigating to next page.

## Other responses

- `400` — 10: Invalid page size 11: Maximum page size exceeded 12: Invalid exclusive start key
- `401` — 0: Authorization has been denied for this request.
- `500` — 0: An unknown error occurred
- `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/versions/e15802062270/schema)
