Using MQL, rename the portal workspace object. You might need to update the access privileges for the role or group.
mod portal "<username>:MetricsDashboard" user "<username>" name
"<role/group>:MetricsDashboard";
where:
<username> is the login name of the user who created the dashboard
<role/group> is the name of the role or group who will share that dashboard
For example,
mod portal "Test Everything:MetricsDashboard" user "Test Everything"
name "DesignEngineer:MetricsDashboard";
You can use this MQL code to list the workspace portals for the user:
list portal user "Test Everything";