-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
12
-
9
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
It is common to have an LDAP directory that does not support incremental syncs and is moderately sized. These directories don't have the option to lower the sync interval to pick up group membership changes for known users, so admins currently have to trigger syncs from the UI if the sync interval is not an acceptable time to wait for the change to reach Confluence. If the REST API had a means of triggering a sync remotely, it would give admins an easy (and scriptable) way to pick up changes to a directory.
- is related to
-
JRASERVER-25988 Push user synchronisation via Remote API
- Closed
-
CWD-2759 Force application sync on add user event
- Under Consideration
- relates to
-
JRASERVER-25988 Push user synchronisation via Remote API
- Closed
-
CONFCLOUD-26737 Trigger Directory Syncs using the REST API
- Gathering Interest
-
CWD-5029 Trigger Remote Directory Synchronization in Crowd via Remote API
- Future Consideration
- mentioned in
-
Page Loading...
Hi, the excellent script that was posted here stopped working for us after upgrading to Confluence 7.19.
Apparently the GET request for the sync now needs to be a POST, with the payload being atl_token.
Replacing the last for.. loop with these lines worked for us with 7.19.6: