POST api/Seats/Remove/UserGroups?LicenseId={LicenseId}
Removes user group seats from a license
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseId |
LicenseId |
globally unique identifier |
Required |
Body Parameters
UserGroupIds
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "dbc81377-2f08-4ef9-8bcc-f1fc6639933e", "cecf82b9-e36c-4ae8-a8b6-f831b39cf6c9" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>dbc81377-2f08-4ef9-8bcc-f1fc6639933e</guid> <guid>cecf82b9-e36c-4ae8-a8b6-f831b39cf6c9</guid> </ArrayOfGuid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response if remove seats request pass validation.
ExternalApiResponseOfEmptyResponse| Name | Description | Type | Additional 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.