WorkspaceUsersBatchRequest
Push people into the workspace in one call, each with its columns and rows. Users are record-native (one Users table per workspace); a person is a record keyed by their Email — an unknown address registers and invites a new account, a known one is granted membership here.
- usersType: array · WorkspaceAssetsBatchAsset[]required
- nameType: stringrequired
Asset name
- statusType: string enumrequired
Asset status
values- active
- inactive
- columnsType: array object[] · AssetColumnRequest[]
Column definitions (optional).
- isType: boolean
Taggable Whether items in this asset can be tagged
- itemsType: array object[] · AssetItemRequest[]
Rows for this asset.
A row — an object mapping each column's
keyto its value. - keyType: string
URL-safe key (slug) — lowercase, no spaces. Auto-generated from
nameon create if omitted; unique within the project; cannot be all-numeric. Usable in place of the id in any path. - parentnullable
Id Parent asset — ID or key.
- Type: number
Parent asset — ID or key.

