Skip to content

Groups

Use this section when you need documentation about groups in Orkes Conductor.

Start with the overview pages, then move into the reference or tutorial that matches the workflow, worker, API, or integration you are implementing.

Quick reference

Use this groups API when you need to manage groups from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.

Endpoint Description
PUT /api/groups/{id} Create/Update Groups
POST /api/groups/{groupId}/users Add Users to Group in Bulk
POST /api/groups/{groupId}/users/{userId} Add Single User to Group
DELETE /api/groups/{groupId}/users Remove Users from Group in Bulk
DELETE /api/groups/{groupId}/users/{userId} Remove Single User from Group
GET /api/groups/{groupId}/permissions Get Group Permission over Resources
DELETE /api/groups/{id} Delete Group
GET /api/groups Get All Groups
GET /api/groups/{id}/users Get All Users in Group
GET /api/groups/{id} Get Group by ID

Authentication: every endpoint above requires Orkes Conductor API credentials with permission for the target resource. See individual pages for path/query parameters, request bodies, and response examples.

If you are unsure where to begin, start with Create/Update Groups, Add Users to Group in Bulk, Add Single User to Group, Remove Users from Group in Bulk, Remove Single User from Group. These pages cover the most common entry points for this section.

When to use this section

Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.

Pages