POST v1/bunits/{bunitId}/unassignedMicrosoft365Tenants?bunitIdToLink={bunitIdToLink}
Assign a list of Microsoft 365 tenants to a business unit
A consumption unit for each tenant will be created
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The business unit the server of the tenant is related to | integer |
Required |
bunitIdToLink |
The ID of the business unit the tenants should be assigned to | integer |
Required |
Body Parameters
IDs of tenants to assing
Collection of integerRequest Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ArrayOfLong xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <long>1</long> <long>2</long> </ArrayOfLong>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.