You can use this plugin:
https://de.wordpress.org/plugins/user-role-editor/
You can set up a new role and copy all allowed tasks to the new role. In adminimize you can then disable what you need to.
Related Posts:
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- Are User Levels Still Currently Used?
- Where are $current_user->allcaps set?
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- how do I add role and capability after I create a new user
- Update user role for expired membership
- Editor can create any new user except administrator
- Remove Ability for Other Users to View Administrator in User List?
- Groups of capabilities: users with multiple roles?
- User-edit role setting distinct from wp_capabilities? [closed]
- Allowing users to edit only their page and nobody else’s
- How to let contributors to create a new revision(draft) editing their published posts
- Hide Admin Menu for Specific User ID who has administrator Role
- Allowing an email as the username?
- Grouping users under parent user
- How to update user role without logout
- How to check user role without using current_user_can()
- Do not allow users to create new posts and pages
- How to enable the theme editor cap for an editor role?
- How to assign capabilities to user NOT to User Role
- how to add custom user capabilities using add_user_meta or something else?
- Front end user meta options for users
- How-to Delay The Capability To Publish Posts?
- How to customize wp_signon()
- Is there a simple way to manage capabilities per user?
- Can I create users that have access to *some* other users posts instead of all other users posts?
- Set default page for user account in admin
- Log all users out of all locations after 24 hours
- Hide everything on site for visitors except specific page IDs
- Get User Role by ID not working
- Getting users by specific capability, not role
- Managing Users and Creating Groups [closed]
- How to disable a specific page for a specific user
- Remove Capabilities from WP admin for specific user role
- Updating wp_user_level on user update
- wordpress user roles are not working
- Displaying different in-page content to cliente/admin
- Problem with automatic role change through cron job
- How can I allow an User to publish only 5 posts per month?
- Add a role and give admin priviledges
- How can I prevent certain custom roles from seeing other custom roles on the user list page?
- What’s the correct way to add capabilites to user roles?
- Allow admins to login as other users
- Redirect admin 403 “Cheatin uh?” admin pages
- WordPress user role with create user capability?
- How to make WordPress ‘editor’ role to list/view/add/edit users only with the role ‘author’?
- Hook into add_user_role and update based on new and removed roles
- How to Moderate Edits to User Profiles?
- fine-grained capabilities for user related capabilities
- Disabling user capability to edit_posts or delete_posts in the front-end
- In admin manage users page, how can I stop users with certain privileges from editing users with other privileges?
- Groups roles & capabilities
- Custom User Role: Can Edit Own Page, Cannot Create New
- WordPress install checking permissions of user id 0
- Allowing users to edit only their page and nobody else’s
- How to bulk change user role to “No role for this site”
- Restrict Access to the User Profile
- Username has been exposed
- Subscriber role – blank page
- Creating Custom user type just like custom post
- Control Category of each user can post
- Limit user access to installing/configuring a plugin?
- current_user_can() returning true for capability when the user and role do not have the capability
- MySQL query to list users who never signed in
- How to remove/limit Editor accounts privileges, to prevent them from deleting media and pages created by Admin
- How to add default folders to Every registered User when registered in WordPress site?
- If the current user is an administrator or editor
- Getting a List of Currently Available Roles on a WordPress Site?
- How to allow an user role to create a new user under a role which lower than his level only?
- user_login vs. user_nicename
- How to programatically change username (user_login)?
- Difference between update_user_meta and update_user_option
- Find out if logged in user is not subscriber
- get_user_meta() doesn’t include user email?
- What’s the difference between the capability remove_users and delete_users?
- How to restrict access to uploaded files?
- wp_update_user not updating
- Automatically delete inactive users after 2 months
- Check if user is admin by user ID
- alphabetically order role drop-down selection in dashboard
- Execute a function when admin changes the user role
- What the user_status column?
- Add Custom User Capabilities Before or After the Custom User Role has Been Added?
- How to assign specific users the capability to edit specific pages / posts / custom post types
- How to hide media uploads by other users in the Media menu?
- Show admin bar only for some USERS roles
- How to get all capabilities of an existing user role
- How to display custom user meta from registration in backend?
- Check if specific username is logged in
- How to create a template for a custom URI associated with the user
- How to order users alphabetically by their last name?
- Post list based on the user that is logged in
- How do you add a custom option to user data?
- Extending WP_User class and using this sub-class during the whole lifecycle
- The ‘user_has_cap’ hook seems to take two page loads to trigger
- Basic auth WordPress REST API dilemma
- Wp_User_Query not sorting by meta key
- How we can get the user id by its display_name
- WP_User_Query with combined meta query – not working?