APIPricing

List seat assignments

List seat assignments for the org. Seats are low-cardinality, so this returns the full set unpaginated.

GET/seat-assignments

List seat assignments for the org. Seats are low-cardinality, so this returns the full set unpaginated.

Response Body

application/json

application/json

curl -X GET "https://example.com/seat-assignments"
[  {    "id": null,    "user_id": null,    "provider": "claude",    "plan": "string",    "effective_from": "2019-08-24T14:15:22Z",    "effective_to": "2019-08-24T14:15:22Z"  }]