Users

Get user details

get

Update user info

put

Delete user

delete

Branch Migrations [deprecated]

https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations

This path allows access to migrations on a given database branch.

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

The DBBranchName matches the pattern `{db_name}:{branch_name}`.

path✅string

Get Branch Migration History [Deprecated]

GET
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations

Request Body Type Definition

Responses