Directory End Point REST Endpoints

Directory End Point
Directory End Points are used to define Directory Server end point that will be used to handle RESTful requests over HTTP. is a dedicated end point for directory services over REST.
Add, Search, Compare or Delete Directory End Point
Method: post
Path: /rest/v1/admin
Delete a Directory End Point by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Directory End Point by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Directory End Point by DN
Method: patch
Path: /rest/v1/admin/{dn}