Skip to content

REST API — WorkflowMembers

Method Path What it does
POST /api/workflows/{workflow_id}/invite Invite a user to the workflow by email. Owner only.
GET /api/workflows/{workflow_id}/members List all members of a workflow. Any member/viewer can see.
DELETE /api/workflows/{workflow_id}/members/{user_id} Remove a member from the workflow. Owner can remove anyone; non-owners can only leave.
PATCH /api/workflows/{workflow_id}/members/{user_id} Update a member’s role. Owner only.