Objectclass Mapping REST Endpoints

Objectclass Mapping
Objectclass Mappings define the mapping of LDAP objectclasses below a RDBMS Workflow Element to fields in database tables A Objectclass Mapping is used when we want to map part of the DIT below the naming context defined by an RDBMS Workflow Element to the contents of a database table. An Objectclass Mapping is responsible for generating a collection of entries from the data in the RDBMS at a particular level in the DIT. All entries generated by a particular Objectclass Mapping have the same sequence of rdn attribute types relative to the suffix of the workflow element to which this Objectclass Mapping belongs. Objectclass Mapping can also be used to define multiple level hierarchies in the DIT.
Add, Search, Compare or Delete Objectclass Mapping
Method: post
Path: /rest/v1/admin
Delete a Objectclass Mapping by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Objectclass Mapping by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Objectclass Mapping by DN
Method: patch
Path: /rest/v1/admin/{dn}