API Reference
Reference for the REST API
cURL
curl --request GET \ --url https://api.xata.tech/organizations/{organizationID}/members \ --header 'Authorization: Bearer <token>'
{ "members": [ { "email": "jsmith@example.com", "name": "<string>", "id": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://xata.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://xata.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for a specific organization
[a-zA-Z0-9_-~:]+
OK
Show child attributes
Was this page helpful?