UserRoles

Retrieves a comma-delimited list of roles the current user belongs to.

Type and Usage

Output

Returns the user role list as a string.

Example

For example:

PublicContributor,ClassifiedConsumer

References the list of user roles:

<$if UserRoles$>
    <$include optional_field$>
<$endif$>