Stampfactory
Dokumentation
Single Sign-on

Verzeichnis-Synchronisation abrufen

Every supported provider, configured or not — an unconfigured one comes back as a disabled placeholder so the admin screen binds against one list and does not have to know the provider catalogue.

GET
/sso/sync
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Response-Body

application/json

application/json

curl -X GET "https://example.com/sso/sync"
{  "data": [    {      "id": "string",      "provider": "string",      "configured": true,      "enabled": true,      "auto_commit": true,      "group_id": "string",      "admin_email": "string",      "default_schedule_model_id": "string",      "default_holiday_calendar_id": "string",      "runnable": true,      "requires_admin_email": true,      "credentials_configured": true,      "synced_at": "string",      "last_error": "string",      "last_run": null,      "updated_at": "string"    }  ]}