updateDn

Updates the DN (Distinguished Name) of the user to the new DN in the Directory.

The following list summarizes the prerequisites of this call:

For Java:

Copy
void updateDn(UserId userId) 
throws NoSuchUserException, SessionException, ManagementException, LocalizedRemoteException;

For C++:

Copy
void updateDn(UserId *userId);

Parameters:

  • userId —ID of the user to be deleted.

Exceptions:

  • NoSuchUserException— if the specified user does not exist.

  • SessionException— if there is no valid session (such as session not opened or timed out). For related error codes, see Maximum Session Error Codes.

  • ManagementException— if an internal failure occurs.

  • LocalizedRemoteException—thrown by the Web service layer only when the most severe, unexpected, SOAP-level failures occur. For related error codes, see Communication and Connectivity Error Codes.