Exact Match Identity Mapper REST Endpoints

Exact Match Identity Mapper
The Exact Match Identity Mapper maps an identifier string to user entries by searching for the entry containing a specified attribute whose value is the provided identifier. For example, the username provided by the client for DIGEST-MD5 authentication must match the value of the uid attribute
Add, Search, Compare or Delete Exact Match Identity Mapper
Method: post
Path: /rest/v1/admin
Delete a Exact Match Identity Mapper by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Exact Match Identity Mapper by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Exact Match Identity Mapper by DN
Method: patch
Path: /rest/v1/admin/{dn}