# users Manage users Aliases: - user ## Usage ```console coder users [subcommand] ``` ## Subcommands | Name | Purpose | | -------------------------------------------- | ------------------------------------------------------------------------------------- | | [activate](./users_activate.md) | Update a user's status to 'active'. Active users can fully interact with the platform | | [create](./users_create.md) | | | [list](./users_list.md) | | | [show](./users_show.md) | Show a single user. Use 'me' to indicate the currently authenticated user. | | [suspend](./users_suspend.md) | Update a user's status to 'suspended'. A suspended user cannot log into the platform |