Creates a new user account. Requires admin role.
Request body for creating a new user
Unique username
User's password
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
Workspace access policy. all=true grants the top-level role in every workspace. all=false requires explicit workspace grants and a top-level viewer role.
User created successfully
Response containing user information
User information