Users

Get user details

get

Update user info

put

Delete user

delete

A specific invite within a given workspace

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

This endpoint enables working with a given invite.

Expected parameters

NameDescriptionInRequiredSchema
workspace_id

Workspace ID

path✅string
invite_id

Invite identifier

path✅string

Updates an Existing Invite

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

This operation provides a way to update an existing invite. Updates are performed in-place; they do not change the invite link, the expiry time, nor do they re-notify the recipient of the invite.

Request Body Type Definition

Responses

Deletes an Invite

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

This operation provides a way to cancel invites by deleting them. Already accepted invites cannot be deleted.

Responses