Namespace: "urn:zimbraAdmin"
RenameLDAPEntry SOAP Command

Rename LDAP Entry

Authorization token required true
Admin Authorization token required true

RenameLDAPEntryRequest

    <RenameLDAPEntryRequest dn="{current-dn}" new_dn="{new-dn}" /> ## RenameLDAPEntryRequest

The following table describes elements and attributes you can define within a <RenameLDAPEntryRequest> element:

XPath Required / Optional Description
@dn Required (only 1) Type:String
A valid LDAP DN String (RFC 2253) that identifies the LDAP object
@new_dn Required (only 1) Type:String
New DN - a valid LDAP DN String (RFC 2253) that describes the new DN to be given to the LDAP object

RenameLDAPEntryResponse

    <RenameLDAPEntryResponse> ## RenameLDAPEntryResponse
        <LDAPEntry name="{ldap-entry-name}"> ## LDAPEntryInfo
            (<a n="{key}" /> ## Attr)*
        </LDAPEntry>
    </RenameLDAPEntryResponse>

The following table describes elements and attributes you can define within a <RenameLDAPEntryResponse> element:

XPath Required / Optional Description
/LDAPEntry Required (only 1) Information about updated LDAP entry
/LDAPEntry@name Required (only 1) Type:String
LDAP Entry name
/LDAPEntry/a Optional (0 or more) Attributes
/LDAPEntry/a@n Required (only 1) Type:String
Key