Members REST Endpoints
Processes/Instances/Members
The operations from the Processes/Instances/Members category.
- Add Members to an Instance
- Method: postPath:
/process/api/v1/instances/{id}/members - Delete a Member of an Instance
- Method: deletePath:
/process/api/v1/instances/{id}/members/{identityId} - Get Member Details of an Instance and IdentityId
- Method: getPath:
/process/api/v1/instances/{id}/members/{identityId} - Get Members of an Instance
- Method: getPath:
/process/api/v1/instances/{id}/members - Update/Delete Members of an Instance
- Method: putPath:
/process/api/v1/instances/{id}/members