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:
[ "f904964e-d16e-47ad-a49c-943325600c5e", "5d5571db-f27e-44d4-8473-e9d9f60b0302" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>f904964e-d16e-47ad-a49c-943325600c5e</guid> <guid>5d5571db-f27e-44d4-8473-e9d9f60b0302</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.