Skip to main content
Nintex Community Menu Bar

Get User's permissions

  • August 27, 2007
  • 3 replies
  • 15 views

Forum|alt.badge.img+2

Hi guys,


I was wondering if there's a function or something to get via code a specific user's permissions (Admin, Start, View...).


Suggestions?


 Thanks in advance.

3 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • August 28, 2007

Hi,


I assume you're talking K2.net 2003 here.  Have a look at the Help file under References | K2.net 2003 Management Objects |  Namespaces | SourceCode.K2Mng Namespace | Classes | Permissions for some code samples.


HTH,


Ockert


Forum|alt.badge.img+13
  • Rookie
  • August 28, 2007
Note that the code that checks to see if the user has process Admin permission does not work if the user is within an AD group and the AD group is assigned for Admin rights.   

Forum|alt.badge.img+2
  • Author
  • September 10, 2007
Thanks, I'll take a look at them.