REST API — WorkflowMembers
Ce contenu n’est pas encore disponible dans votre langue.
| 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. |