# Post Endpoint - RunOneDriveSyncJob

Starts a synchronization job with OneDrive

# HTTP Request

One of the following requests should be made:

POST /api/onedrive/syncjob/run

# Query parameters

Name Description
syncJobId required. ID of sync job which have to synchronized.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization
Content-Type required. application/json

# Responses

Code Description Type
200 Starting onedrive sync job synchronization done successfully.
401 If access is not allowed with the given credentials/data.
500 Starting onedrive sync job synchronization failed due to an internal server error.
Last updated: May 15, 2025 at 6:02 PM