Seats

Assign seats to users

Assign seats to users for a product code.

post/api/v2/seats/users

Request body

Example request

{
  "data": {
    "attributes": {
      "user_uuids": [
        ""
      ]
    },
    "type": "seat-assignments"
  }
}

Response

Created

Example response

{
  "data": {
    "type": "seat-assignments"
  }
}

Changes