Create a user
In New user, enter a username, choose one or more roles, and select Create user.Manage attributes through the API
User attributes are intentionally not edited as JSON in the web UI. Administrators can set or remove them withPATCH /users/{username}/attributes. When a new attribute name is saved—for
example tenant_id—it immediately becomes available to role rules as user.tenant_id. See the
Users API for the request format.
First-login flow
The user must change the generated password before accessing traces, the Connect page, MCP, or administration. Changing it also revokes their other browser sessions.Role and attribute changes apply to the user’s existing sessions and API keys without rotating
credentials. Deleting a user revokes both.