cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

check if a user has a specific role

matthias_prller
Participant
0 Kudos
247

Hello,

Is it possible to check if a user has a specific role in MII 12.0?

For example if the user has the role "xmii Developers" I would do something more in a transaction than if the user doesn't have this role.

Thank you for your help.

Regards,

Matthias

View Entire Topic
Former Member
0 Kudos

Hi Matthias Pröller ,

Are u finding difficulty to trace which role user is assigned to? If so, then u can refer Abesh's Blog.

OR

If you are writing Transaction to get user list based on Role , then u can do following

Create XML query.

Configure above XML Query in Transaction, in links map (XML Query) URL like given below

"https://Server:Port/XMII/Illuminator?service=admin&Mode=UserList&Content-Type=text/xml&group=XMII Administrators&IllumLoginName=loginId&IllumLoginPassword=pwd"

Regards,

Padma

Edited by: Rao on Mar 31, 2009 11:52 AM