Users

Get user details

get

Update user info

put

Delete user

delete

Compare branch with custom schema.

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

Compare the branch schema with a custom provided schema.

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string

Compare Branch With User Schema.

POST
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/schema/compare

Request Body Type Definition

Responses