SkillHub
Referenceorgs

List billable seats

GET
/orgs/{orgHandle}/billing/seats

Path Parameters

orgHandle*string
Lengthlength <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/orgs/string/billing/seats"
{  "seats": [    {      "user": {        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",        "handle": "string",        "displayName": "string",        "avatarUrl": "string"      },      "reasons": [        {          "kind": "org-role",          "role": "owner"        }      ]    }  ]}