Skip to content

Add admin user management CLI commands (strapi/strapi#23022)#3061

Open
pwizla wants to merge 2 commits intomainfrom
cms/add-admin-user-cli-commands-23022
Open

Add admin user management CLI commands (strapi/strapi#23022)#3061
pwizla wants to merge 2 commits intomainfrom
cms/add-admin-user-cli-commands-23022

Conversation

@pwizla
Copy link
Copy Markdown
Collaborator

@pwizla pwizla commented Apr 16, 2026

This PR updates documentation based on strapi/strapi#23022.

What changed

strapi/strapi#23022 added four new admin user management CLI commands. This PR documents them in the CLI reference page, following the same pattern as the existing admin:create-user and admin:reset-user-password sections.

New commands documented

Command Alias Description
strapi admin:list-users admin:list Lists all administrator accounts in a table
strapi admin:delete-user admin:delete Deletes an existing administrator by email
strapi admin:active-user admin:active Sets the active status (true/false) of an administrator
strapi admin:block-user admin:block Sets the blocked status (true/false) of an administrator

All commands support interactive prompts when options are omitted (except list-users).

Generated automatically by the docs self-healing workflow.
Review before merging.

…mmands

Documents four new admin user management CLI commands merged in strapi/strapi#23022:
admin:list-users, admin:delete-user, admin:active-user, and admin:block-user.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@strapi-cla
Copy link
Copy Markdown

strapi-cla commented Apr 16, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ pwizla
❌ github-actions[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Error Error Apr 20, 2026 10:10am

Request Review

@github-actions github-actions bot added pr: updated content PRs updating existing documentation content source: CMS internal PRs created by the Strapi core team labels Apr 16, 2026
@pwizla pwizla added the auto-doc-healing Automatically generated documentation PR label Apr 16, 2026
@pwizla pwizla added the flag: merge pending release Pending Strapi Release label Apr 20, 2026
@pwizla pwizla self-assigned this Apr 20, 2026
@pwizla pwizla added this to the 6.22.0 milestone Apr 20, 2026
@pwizla pwizla marked this pull request as ready for review April 20, 2026 09:26
All 19 headings with colons (configuration:dump, admin:create-user, etc.)
were showing truncated in the 'On this page' sidebar because Docusaurus
strips content after ':' in plain-text headings. Backticks preserve the
full command name in both the heading and the TOC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-doc-healing Automatically generated documentation PR flag: merge pending release Pending Strapi Release internal PRs created by the Strapi core team pr: updated content PRs updating existing documentation content source: CMS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants