<userlist> XML element

In this XML element, you use the <usergroup> and <user> sub-elements to specify which PPM users and user groups are permitted to call up the dashboard.

You can specify a user group here, e.g., DASHBOARD_USERS and then add users to this group conveniently in User management in PPM.

The source XML attribute specifies the name of the connection to which the user or user group applies. The optional admin attribute with a value of true releases Dashboard Builder for the specified user.

Example

<userlist>

<usergroup name="DASHBOARD_USERS" source="ppm" />

<user name="system" admin="true" source="ppm" />

</userlist>