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>" } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for a specific organization
OK
Show child attributes
Email address associated with the user account
Name of the user
Unique identifier for a user account
Was this page helpful?