Skip to content

Users

Use this section when you need documentation about users 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 users API when you need to manage users from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.

Endpoint Description
PUT /api/users/{id} Create/Update User
DELETE /api/users/{id} Delete User
GET /api/users Get All Users
GET /api/users/{id} Get User by ID
GET /api/users/{userId}/permissions Get User Permission over Resources
GET /api/users/{userId}/checkPermissions Check User Permission over Resources

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 User, Delete User, Get All Users, Get User by ID, Get User Permission over Resources. 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