{"section":"announcements","requestedLocale":"en","requestedSlug":"2025-08-07-license-manager-new-resources-for-managing-admin-users","locale":"en","slug":"2025-08-07-license-manager-new-resources-for-managing-admin-users","path":"docs/en/announcements/2025/august/2025-08-07-license-manager-new-resources-for-managing-admin-users.md","branch":"main","content":"We created two new [resources in License Manager](/en/docs/tutorials/license-manager-resources) to simplify and standardize access control, grouping actions related to administrative user management in the VTEX Admin more intuitively.\n\n## What has changed?\n\nWe consolidated legacy reading and writing resources for [user](/en/docs/tutorials/managing-admin-users) information and [roles](/en/docs/tutorials/roles) into two new *License Manager* resources:\n\n| New resource name | New resource key (`resource_key`) | Description |\n| ----- | ----- | ----- |\n| Edit Admin Users | `EditAdminUsers` | Allows creating, editing, and removing admin users. |\n| View Admin Users | `ViewAdminUsers` | Allows viewing user and role information. |\n\nThese new resources replace the legacy resources for [managing users](/en/docs/tutorials/managing-admin-users) in the VTEX Admin:\n\n| Legacy resource name | Legacy resource key (`resource_key`) | Legacy resource description | New resource name | New resource key (`resource_key`) |\n| ----- | ----- | ----- | ----- | ----- |\n| Get paged users | `Get_Users_Paged` | Allows listing the account's admin users. | View Admin Users | `ViewAdminUsers` |\n| Find user by email | `Get_User_By_Identifier` | Allows searching for admin users by email. | View Admin Users | `ViewAdminUsers` |\n| Get paged roles | `Get_Roles_Paged` | Allows listing the account roles. | View Admin Users | `ViewAdminUsers` |\n| Save user | `Save_User` | Allows creating or editing admin users. | Edit Admin Users | `EditAdminUsers` |\n| Remove user | `Remove_User` | Allows revoking admin user access. | Edit Admin Users | `EditAdminUsers` |\n\n## Why did we make this change?\n\nGrouping resources with similar scopes improves traceability, reduces redundancies, and makes it easier to manage permissions based on roles. The change simplifies understanding and controlling which administrative actions each role can perform.\n\n## What needs to be done?\n\nNo action is needed. We analyzed existing roles and automatically updated their permissions:\n\n- If a role already had one or more legacy resources, an equivalent new resource was added.  \n- No previous permissions were removed.  \n- Legacy resources weren't deprecated.\n\nWe recommend reviewing the existing roles on your account to understand how the new resources were applied. If you have any questions, see the [License Manager documentation](/en/docs/tutorials/license-manager-resources)."}