Create data table in customer workspace

Creates a data table in a customer workspace.

Path parameters

managed_user_idstringRequired

Embedded customer Account ID or External ID. External IDs must be prefixed with E.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
The name of the data table to create.
folder_iddoubleRequired
ID of the folder to create the data table in.
schemamap from strings to anyRequired

Defines the schema (columns) of the data table.

Response

Data table created successfully.
datamap from strings to any or null

Errors