Path: / admin / realms / {realm} / user-federation / sync / {id}

trigger sync of users

Path parameters:
realm - realm name (not id!)
id -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/user-federation/sync/{id}?action=…trigger sync of users

Method Detail

GET /admin/realms/{realm}/user-federation/sync/{id}

trigger sync of users

HTTP Example:
GET /admin/realms/{realm}/user-federation/sync/{id}?action=…
API Example:

UserFederationResource.syncUsers({'action': /* trigger sync of users */,
  'realm': /* name realm name (not id!) */,
  'id': /* trigger sync of users */});

Output:
Response -
Query parameters:
action