Root DN REST Endpoints

Root DN
The Root DN configuration contains all the Root DN Users defined in the Directory Server. In addition, it also defines the default set of privileges that Root DN Users automatically inherit.
Add, Search, Compare or Delete Root DN
Method: post
Path: /rest/v1/admin
Delete a Root DN by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Root DN by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Root DN by DN
Method: patch
Path: /rest/v1/admin/{dn}