Members REST Endpoints

Processes/Instances/Members
The operations from the Processes/Instances/Members category.
Add Members to an Instance
Method: post
Path: /process/api/v1/instances/{id}/members
Delete a Member of an Instance
Method: delete
Path: /process/api/v1/instances/{id}/members/{identityId}
Get Member Details of an Instance and IdentityId
Method: get
Path: /process/api/v1/instances/{id}/members/{identityId}
Get Members of an Instance
Method: get
Path: /process/api/v1/instances/{id}/members
Update/Delete Members of an Instance
Method: put
Path: /process/api/v1/instances/{id}/members