Asynchronous Execution
To perform synchronization in asynchronous mode, use the synchronize_async custom operation of the Tenant APS resource whose APS ID you prepared, as explained below.
After running this operation, full synchronization is started for the Microsoft account that belongs to the Tenant APS resource.
Note: If synchronization is successfully started, HTTP status code 202 is returned.
Important: Synchronization is a custom operation. The user whose key and secret you use to access the APS REST API must have http://www.parallels.com/Office365/Tenant and GET in its list of allowed operations.
HTTP Request
Copy
GET https://BRAND_DOMAIN/aps/2/resources/APS_ID_OF_TENANT_RESOURCE/synchronize_async?fullSync=true
HTTP Response
N/A
Example
HTTP Request
Copy
GET https://example.com/aps/2/resources/6fcff2c9-de5c-4eb3-b2b7-d5722cc29338/synchronize_async?fullSync=true
HTTP Response
N/A