mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
be1c06dec9
- Adds a new API endpoint `GET /api/v2/users/oidc-claims` that returns only the **merged claims** (not the separate id_token/userinfo breakdown). Scoped exclusively to the authenticated user's own identity — no user parameter, so users cannot view each other's claims. - Adds a new CLI command:** `coder users oidc-claims` that hits the above endpoint. - The existing owner-only debug endpoint is preserved unchanged for admins who need the full claim breakdown. > 🤖 This PR was created with the help of Coder Agents, and will be reviewed by my human. 🧑💻
1.5 KiB
Generated
1.5 KiB
Generated
users
Manage users
Aliases:
- user
Usage
coder users [subcommand]
Subcommands
| Name | Purpose |
|---|---|
create |
Create a new user. |
list |
Prints the list of users. |
show |
Show a single user. Use 'me' to indicate the currently authenticated user. |
delete |
Delete a user by username or user_id. |
edit-roles |
Edit a user's roles by username or id |
oidc-claims |
Display the OIDC claims for the authenticated user. |
activate |
Update a user's status to 'active'. Active users can fully interact with the platform |
suspend |
Update a user's status to 'suspended'. A suspended user cannot log into the platform |