add_user_seat_offering
Add a user to a seat offering and optionally assign them a seat within it.
Instructions
🟡 WRITE · creates data · Multiple seats · POST /v2/seats/{id}/users/{uid}
Add a user to a seat offering
Add a user to the seat offering specified by the provided seat offering id. Additionally there is the option to assign the user a seat in the seat offering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the seat offering. | |
| uid | Yes | User Id or email (encoded string) | |
| body | No | Request body (application/json). |