MoveToDN
Moves an object from one Distinguished Name (DN) location to another in the LDAP directory.
Input
| Name | Type | Description |
| DN | String | Specifies the current Distinguished Name (DN) of the object to be moved on the LDAP server. For example, 'cn=Bob F,ou=Employees,dc=Domain'. This DN identifies the object's current location in the directory. |
| NewParentDN | String | Defines the new parent Distinguished Name (DN) where the object should be moved. For example, 'ou=Test Org,dc=Domain'. This DN specifies the new location in the LDAP directory. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the object was successfully moved to the new location in the LDAP directory. |