get_users_seat_offering
Retrieve all users assigned to a seat offering, sorted by creation date. Paginated list, default 20 per page.
Instructions
🟢 READ-ONLY · Multiple seats · GET /v2/seats/{id}/users
Get all users of seat offering
Retrieves all the users who are members of the seat offering specified by the provided seat offering id. The users are in sorted order, with the most recently created user appearing first, and the list is paginated, with a default limit of 20 users per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the seat offering. | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned |