Stampfactory
Dokumentation
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.

POST
/sso/sync/{provider}/preview
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"      }    ]  }}