POST api/Seats/Create/UserGroups?LicenseId={LicenseId}

Creates seats for user groups in license

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LicenseId

LicenseId

globally unique identifier

Required

Body Parameters

UserGroupIds

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3670e374-c4e5-4052-a7c7-de5f87986f93",
  "834302ea-b632-4dab-8997-85a2b9074a5c"
]

application/xml, text/xml

Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <guid>3670e374-c4e5-4052-a7c7-de5f87986f93</guid>
  <guid>834302ea-b632-4dab-8997-85a2b9074a5c</guid>
</ArrayOfGuid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Resonse if create seats request pass validation.

ExternalApiResponseOfEmptyResponse
NameDescriptionTypeAdditional information
IsValid

boolean

None.

Errors

Collection of ExternalApiError

None.

Data

EmptyResponse

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.