Use the generate-role-layout CLI command to generate a new layout for an existing role, based on the layout for the specified user. Once the new role layout has been defined, any users who are assigned that role before they log in for the first time, will receive the layout for that role.
generate-role-layout <user> <role>
If either of the following parameters contains spaces (John Doe, or DBA Managers), replace the space characters with underscore characters. For example:
generate-role-layout John_Doe DBA_Managers
user - The name of the user whose layout will be used as a model for the role layout.
role - The role to which the new layout will be attached.