Skip to main content
GET
/
v0
/
organization-members
List organization members
curl --request GET \
  --url https://api.avidoai.com/v0/organization-members \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>'
{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "email": "ada@example.com",
      "firstName": "Ada",
      "lastName": "Lovelace",
      "profilePictureUrl": "https://cdn.example.com/avatars/ada.png",
      "banned": false
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Response

Successfully retrieved the list of non-banned organization members

Successful response containing the list of non-banned members of the authenticated organization.

data
OrganizationMember · object[]
required