v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSeats
Get users with seats
Get the list of users assigned seats for a product code.
get/api/v2/seats/users
Query parameters
product_codestring required
The product code for which to retrieve seat users.
page[limit]integer
Maximum number of results to return.
page[cursor]string
Cursor for pagination.
Response
OK
Example response
{
"data": [
{
"attributes": {
"assigned_at": "2021-01-01T00:00:00Z",
"email": "user@example.com",
"name": "John Doe"
},
"id": "00000000-0000-0000-0000-000000000000",
"type": "seat-users"
}
]
}