v51

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
users

Update user

Updates a user's information. Requires admin role.

patch/users/{userId}

Path parameters

userIdstring required

unique identifier of the user

Request body

usernamestring

New username (must be unique)

role'admin' | 'manager' | 'developer' | 'operator' | 'viewer'

User role determining access permissions. admin: full access including user management, manager: DAG CRUD and execution with audit log access, developer: DAG CRUD and execution, operator: DAG execution only, viewer: read-only

isDisabledboolean

Whether to disable the user account

Response

User updated successfully