- Guide
- Beginner
- 5 minutes read
- Reviewed August 5, 2026
- WordPress users, roles and permissions
WordPress provides administration screens for creating accounts, editing profiles, changing roles and removing users.
The mechanical steps are simple. The important work is deciding who should receive access, which permissions they need and what should happen to their content when access ends.
Before Creating an Account
Confirm:
- The person or integration has a legitimate requirement.
- An individual account will be used instead of shared credentials.
- The smallest suitable role has been selected.
- The recovery email is controlled by the account owner or organization.
- Additional security requirements, such as two-factor authentication, are understood.
- The account has an owner responsible for future review.
For temporary work, define an expiry or review date even if WordPress does not enforce one automatically.
Adding a User
Administrators with the appropriate capability can use Users → Add New.
The form commonly requests:
- Username.
- Email address.
- First and last name.
- Website URL, when relevant.
- Password or generated credential.
- Whether to send an account notification.
- Initial role.
Choose the role according to the tasks the user must perform. Do not assign Administrator simply to avoid testing permissions.
Editing a User
From Users → All Users, authorized administrators can open an account and update profile details or role assignments.
Before changing an email address, remember that it may be used for password recovery and security notifications. Before reducing permissions, confirm that another user can complete any ongoing approvals or administration tasks.
Changing Roles
A role change takes effect on the capabilities available to the account. It does not automatically transfer content, revoke all sessions or remove application credentials.
When changing responsibilities, review the complete access surface:
- WordPress role.
- Custom plugin permissions.
- Application Passwords.
- Active sessions.
- Hosting, SFTP or database access outside WordPress.
- External services connected to the account.
Reviewing the User List
The Users screen can be used to filter by role, search accounts and perform bulk changes.
A periodic audit should identify:
- Unknown accounts.
- Former staff or contractors.
- Dormant administrators.
- Generic or shared users.
- Accounts with unnecessary privileges.
- Service accounts without a documented integration.
- Users whose email addresses are no longer controlled.
Removing a User
Deleting a user may affect authored content. WordPress can offer options to delete the user's content or attribute it to another account.
Before removal:
- Back up the site.
- Review authored posts and custom content types.
- Reassign content where necessary.
- Revoke Application Passwords and active sessions.
- Remove access to external systems.
- Record the reason and date of removal if your governance process requires it.
Deleting the WordPress account does not automatically delete every record created by plugins or external services.
Offboarding Without Immediate Deletion
Some organizations first reduce the role or block login while preserving the account for attribution and investigation.
WordPress core does not provide a universal account-disabled state in the same way for every workflow. A trusted plugin, identity provider or custom process may be used when the account must remain stored but unable to authenticate.
Document whichever method you adopt.
Bulk Changes Require Care
Bulk role changes are efficient but can affect many accounts at once. Verify the selected users and confirm that the target role exists and has the expected capabilities.
Avoid performing large permission changes directly in production without a tested rollback plan.
Frequently Asked Questions
Can I create a user without sending an email?
The administration interface provides notification choices. Make sure the user receives credentials through a secure process if no notification is sent.
What happens to posts when a user is deleted?
WordPress can delete or reassign content during the deletion workflow. Custom plugin data may require separate handling.
Should every team member have an account?
Anyone who needs authenticated access should normally have an individual account for accountability and revocation.
Applying Adding and Managing WordPress Users in a Real WordPress Project
Assign access from responsibilities and capabilities rather than job title or convenience. Use named accounts, least privilege, clear recovery ownership and a documented process for reviewing and removing access.
A connected concept is WordPress Users and User Profiles. Reading the two together helps separate the immediate task from the wider WordPress responsibility.
A useful implementation begins by writing down the current state, the intended outcome and the evidence that will prove the change worked. This prevents a configuration screen, plugin recommendation or code snippet from becoming the entire strategy.
A Reliable Workflow
- Define the outcome and the people affected.
- Inventory the current configuration, data and dependencies.
- Confirm a backup or rollback point.
- Rehearse the change on staging when production risk is meaningful.
- Apply one controlled change at a time.
- Validate the primary workflow and related functionality.
- Clear only the caches that are relevant.
- Record the final configuration, owner and next review date.
Validation Checklist
- The intended WordPress object, setting or workflow changed.
- Existing content and permissions still behave correctly.
- Mobile, keyboard and authenticated states were tested where relevant.
- Logs do not show new warnings or failed background work.
- URLs, redirects and search signals remain consistent.
- Another team member can understand the final state from the documentation.
Rollback and Documentation
A rollback is part of the procedure, not an admission of failure. Record which files, database state, settings and external services must return to the previous version. Document any data created between the change and rollback.
Official Reference Context
The WordPress Roles and Capabilities is the primary version-specific reference for this topic. Use the current documentation to verify interface labels, supported APIs and behaviour before applying instructions to a production site.
How to Verify the Result
- Sign in with a test account for each important role.
- Confirm both visible menus and direct permission checks.
- Review account recovery, session revocation and offboarding.
Related Articles
- WordPress Users and User Profiles
- The Principle of Least Privilege in WordPress
- WordPress Password and Account Security
- Passwords, Sessions and Account Access
Sources and Further Reading
Continue Learning
- Section: Users, Roles and Permissions
- Previous: How Roles and Capabilities Work Together
- Next: User Registration in WordPress