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:
[ "92d65e1b-43a9-4dc8-9415-f6101a94ff60", "14d04d85-fd49-41a5-a808-9b9ef33b8e1e" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>92d65e1b-43a9-4dc8-9415-f6101a94ff60</guid> <guid>14d04d85-fd49-41a5-a808-9b9ef33b8e1e</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.