users create options
After creating a user, activate it with
naive use <user_id>.
These commands act inside one project — the active one
(
naive projects use), else the organization’s default. Select another for a
single command with --project <project_id>. A user created in one project is
not listed by, or assignable in, another.--user <id> is not a global override — it exists only on the commands that declare it
(approvals, connections, vault, logs, loops, env, module add,
agent-profiles provision, mobile proxy-set). Everywhere else, select the subject with
naive use <id> or NAIVE_ACTIVE_USER_ID. See use for the full resolution order.naive users delete <id> suspends the tenant user (DELETE /v1/users/{id}); the naming is
the HTTP verb, not the effect.