Match And Replace Identity Mapper REST Endpoints

Match And Replace Identity Mapper
The Match And Replace Identity Mapper provides a way to use a regular expression to translate the provided identifier when searching for the appropriate user entry. This may be used, for example, if the provided identifier is expected to be an e-mail address or Kerberos principal, but only the username portion (the part before the "@" symbol) should be used in the mapping process. Note that a replacement will be made only if all or part of the provided ID string matches the given match pattern. If no part of the ID string matches the provided pattern, the given ID string is used without any alteration.
Add, Search, Compare or Delete Match And Replace Identity Mapper
Method: post
Path: /rest/v1/admin
Delete a Match And Replace Identity Mapper by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Match And Replace Identity Mapper by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Match And Replace Identity Mapper by DN
Method: patch
Path: /rest/v1/admin/{dn}