Users

Get user details

get

Update user info

put

Delete user

delete

Accept an Invite

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

This [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call)-style endpoint accepts a given invite to join a workspace.

Expected parameters

NameDescriptionInRequiredSchema
workspace_id

Workspace ID

path✅string
invite_key

Invite Key (secret) for the invited user

path✅string

Accept the Invitation to Join a Workspace

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

Accept the invitation to join a workspace. If the operation succeeds the user will be a member of the workspace

Responses