Skip to main content
POST
Set the employee sync provider

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
organizationId
string

Auto-resolved from your API key / session. You can omit this; it is ignored by the server.

provider
object | null

Provider slug to use for employee sync (must have the "sync" capability in its manifest — call list-providers to see options). Pass null or omit the field to disable employee sync for this org.

Example:

"google-workspace"

Response

201 - undefined