Single Sign-on
Verzeichnis-Synchronisation simulieren
Reads the directory and returns the full action list. Writes nothing but the run record. Synchronous: a group is a bounded set and the screen needs the answer to be actionable.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
provider*string
Response-Body
application/json
application/json
curl -X POST "https://example.com/sso/sync/string/preview"{ "data": { "id": "string", "provider": "string", "mode": "string", "status": "string", "triggered_by": "string", "triggered_by_user_id": "string", "source_run_id": "string", "error": "string", "stats": { "created": 0, "updated": 0, "deactivated": 0, "skipped": 0, "conflicts": 0 }, "started_at": "string", "finished_at": "string", "created_at": "string", "plan": [ { "action": "string", "subject": "string", "code": "string", "email": "string", "name": "string", "surname": "string", "display_name": "string", "user_id": "string", "employee_id": "string", "conflict": "string", "changes": { "property1": { "from": "string", "to": "string" }, "property2": { "from": "string", "to": "string" } }, "message": "string", "result": "string" } ] }}Verzeichnis-Synchronisation konfigurieren PUT
Idempotent upsert — always 200, also on the first write.
Verzeichnis-Synchronisation ausführen POST
Applies the plan of one preview run. The run has to belong to this provider, be younger than 30 minutes and not have been committed before; anything else answers 422.