Synchronizes one user with the latest information in LDAP for that person.
public void ldap_synchUser( String accessToken, long userId );
The ldap_synchUser operation synchronizes one user with the latest information in LDAP for that person.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the user whose information you want synchronized with that person’s LDAP data.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)