---
title: "Creates a Localization Table with the given data.
Note that this endpoint simply creates a table and does not associate it with any universe, so if intending to use this to create tables usable in experience more setup will be needed to grant those experiences access."
method: POST
path: "/v1/localization-table/tables"
tags: ["Localization"]
---

# Creates a Localization Table with the given data.
Note that this endpoint simply creates a table and does not associate it with any universe, so if intending to use this to create tables usable in experience more setup will be needed to grant those experiences access.

`POST /v1/localization-table/tables`

## Request body

- RobloxLocalizationTablesApiCreateTableRequest
  - `name` string
  - `ownerType` 'User' | 'Group'
  - `ownerId` integer

## Response `200`

OK

- RobloxLocalizationTablesApiCreateTableResponse
  - `id` string, uuid
  - `assetId` integer

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You do not have permission to get this table.

---

[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)
