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:
[ "250ea030-63bc-4212-b91d-e8549efbc499", "35d4e8ad-4bb7-4011-ae03-ccaa008744aa" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>250ea030-63bc-4212-b91d-e8549efbc499</guid> <guid>35d4e8ad-4bb7-4011-ae03-ccaa008744aa</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.