Difference between revisions of "How to create contacts with roles in portals?"
From SmartWiki
Julia Decker (talk | contribs) |
m |
||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
− | /s_edituser.jsp?nextlevel=1&scope=1&userid=0&roleids=# | + | /s_edituser.jsp?nextlevel=1&scope=1&userid=0&roleids=#=####&accesslink=0 |
</pre> | </pre> | ||
If you are assigning multiple [[Role|roles]], the values for the roleids need to be comma separated. | If you are assigning multiple [[Role|roles]], the values for the roleids need to be comma separated. | ||
+ | |||
+ | '''Where Access type is:''' | ||
+ | |||
+ | 0 = No access, 1 = Administration or Portal Interface, 3 = User Centric or Applicant Interface | ||
[[Category:FAQ]][[Category:System Management]] | [[Category:FAQ]][[Category:System Management]] |
Revision as of 10:34, 12 May 2008
To do this, you need to put the following shortcut into your portal:
/s_edituser.jsp?nextlevel=1&scope=1&userid=0&roleids=#=####&accesslink=0
If you are assigning multiple roles, the values for the roleids need to be comma separated.
Where Access type is:
0 = No access, 1 = Administration or Portal Interface, 3 = User Centric or Applicant Interface