Trigger SCIM Sync
Trigger SCIM synchronization.
Endpoint
POST /api/v1/sso/scim/sync
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <access_token> |
Content-Type | Yes | application/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.