Files
coder/docs/reference/cli/organizations_members_list.md
T
Asher 47daca6eea feat: add filtering to org members (#23334)
Continuation of https://github.com/coder/coder/pull/23067

Add filtering to the paginated org member endpoint (pretty much the same
as what I did in the previous PR with group members, except there I also
had to add pagination since it was missing).
2026-03-21 16:58:45 -08:00

1.0 KiB
Generated

organizations members list

List all organization members

Usage

coder organizations members list [flags]

Options

-c, --column

Type [username|name|last seen at|user created at|user updated at|user id|organization id|created at|updated at|organization roles]
Default username,organization roles

Columns to display in table output.

-o, --output

Type table|json
Default table

Output format.