cURL
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>" ] }
Returns members in your organization.
{organization_id}
The access token received from the authorization server in the OAuth 2.0 flow.
36
Organization billing