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:
[ "43a91f3b-37a5-4a13-bf38-3c9ddea75df4", "6b8eeffe-f6c3-4fde-82fb-9dc0ff7cd156" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>43a91f3b-37a5-4a13-bf38-3c9ddea75df4</guid> <guid>6b8eeffe-f6c3-4fde-82fb-9dc0ff7cd156</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.