Root DN User REST Endpoints

Root DN User
A Root DN User are administrative users who can granted special privileges that are not available to non-root users (for example, the ability to bind to the server in lockdown mode). By default a Root DN User inherits the default set of privileges defined in the Root DN configuration.
Add, Search, Compare or Delete Root DN User
Method: post
Path: /rest/v1/admin
Delete a Root DN User by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Root DN User by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Root DN User by DN
Method: patch
Path: /rest/v1/admin/{dn}