ldap_synchUser

Synchronizes one user with the latest information in LDAP for that person.

Syntax

public void ldap_synchUser( String accessToken, long userId );

Description

The ldap_synchUser operation synchronizes one user with the latest information in LDAP for that person.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

userId

The identifier of the user whose information you want synchronized with that person’s LDAP data.

return_value

None.

See Also