Skip to main content
PATCH
Update user calendar sync provider

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Path Parameters

id
string
required

Unique identifier of the user to update

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
calendarSyncProviders
object | null
required
id
string

id of the user to be updated. If undefined, the user making the request is updated

Response

Calendar sync provider updated successfully