Join Participant REST Endpoints

Join Participant
Join Participants are other WorkFlow elements that are participating in Join process. The Join WorkflowElement can have one primary participant and one or more secondary participants, each of which is a WorkFlow Element of any type like LDAP Proxy WorkflowElement, RDBMS WorkflowElement, LocalBackend WorkflowElement, Distribution WorkflowElement, LoadBalancing WorkflowElement or even another Join WorkflowElement.
Add, Search, Compare or Delete Join Participant
Method: post
Path: /rest/v1/admin
Delete a Join Participant by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Join Participant by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Join Participant by DN
Method: patch
Path: /rest/v1/admin/{dn}