Skip to main content

Trigger SCIM Sync

Trigger SCIM synchronization.

Outline

Endpoint

POST /api/v1/sso/scim/sync

Headers

HeaderRequiredDescription
AuthorizationYesBearer <access_token>
Content-TypeYesapplication/json

Request Body

{
"provider_id": 1,
"sync_type": "full"
}

Response

Success (200)

{
"success": true,
"data": {
"sync_id": "sync_123",
"status": "in_progress",
"message": "SCIM synchronization completed successfully"
},
"message": "SCIM synchronization completed successfully"
}

Features

  • User provisioning
  • Group synchronization
  • Conflict resolution

Status

[WARNING] TODO: Not Implemented

This endpoint is defined in the router but the implementation logic is not yet complete.