Users

Get user details

get

Update user info

put

Delete user

delete

Workspace Members

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

This endpoint allows operations concerning the members of a given workspace.

Expected parameters

NameDescriptionInRequiredSchema
workspace_id

Workspace ID

path✅string

Get the List Members of a Workspace

GET
https://api.xata.io/workspaces/workspace_id/members

Retrieve the list of members of the given workspace

Responses