Skip to main content
GET
/
organizations
/
{organizationID}
/
members
List members of an organization
curl --request GET \
  --url https://api.xata.tech/organizations/{organizationID}/members \
  --header 'Authorization: Bearer <token>'
{
  "members": [
    {
      "email": "jsmith@example.com",
      "name": "<string>",
      "id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organizationID
string
required

Unique identifier for a specific organization

Response

200 - application/json

OK

members
object[]
required