Users

Get user details

get

Update user info

put

Delete user

delete

Database Branch by Name

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

Create a new database branch

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string

Create Database Branch

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

Expected parameters

NameDescriptionInRequiredSchema
from

Name of source branch to branch the new schema from

query-string

Request Body Type Definition

Responses