Home > Contents > Index >
CCUSER.GETSITEROLES
Gets the roles for the user for the specified site.
Syntax
<CCUSER.GETSITEROLES NAME="user name" SITE="site ID" OBJVARNAME="variable name" />Parameters
NAME (required)
- Name of the user.
SITE (required)
- Site ID.
OBJVARNAME (required)
- Name of the role list object to create.
Example
<!-- Get the roles of the user for this site --> <USERMANAGER.GETUSERFROMNAME USERNAME="xceladmin" OBJVARNAME="u"/> <CCUSER.GETSITEROLES NAME="u" SITE="968251170475" OBJVARNAME="roleobject"/> <ROLELIST.GETALL NAME="roleobject" VARNAME="roles"/> <BR/> CCUSER.GETSITEROLES: <CSVAR NAME="Variables.roles"/><BR/><BR/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.