Billing
Assign a Max seat to a user
Assigns a Max seat to the given user. Fails if no seats are available or the user already holds one. Requires a USER API key belonging to an OWNER or ADMIN.
post/public/v1/billing/max/seats/assign
Request body
Example request
{
"userId": 12
}Response
Seat assigned
Example response
{
"success": true,
"userId": 12
}