Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
members
Get Organization Members
curl --request GET \
  --url https://api.human.prod.artistree.io/v1/organizations/{organization_id}/members \
  --header 'Authorization: Bearer <token>'
{
  "org_admins": [
    "<string>"
  ],
  "not_org_admins": [
    "<string>"
  ]
}
Your {organization_id} can be found here voight.ai/organizations

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required
Required string length: 36

Response

Organization billing

org_admins
string[]
required
not_org_admins
string[]
required