Users

Get user details

get

Update user info

put

Delete user

delete

Workspace Invites

https://api.xata.io/workspaces/workspace_id/invites

This endpoint enables working with invites for a given workspace.

Expected parameters

NameDescriptionInRequiredSchema
workspace_id

Workspace ID

path✅string

Invite a User to Join the Workspace

POST
https://api.xata.io/workspaces/workspace_id/invites

Invite some user to join the workspace with the given role

Request Body Type Definition

Responses