cancel
Showing results for 
Search instead for 
Did you mean: 

List of Roles and Users

Former Member
0 Kudos

Hi,

Is there a way in MII v 12 to obtain the details of all the Roles and Users of MII, just as I can obtain the details of all Active Users using the URL http://<ServerName>/XMII/Illuminator?service=Admin&Mode=SessionList.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You need the list of roles assined to the login user.

In MII 12.0 their are 2 session variable.

IllumLoginName and IllumLoginRoles

whe you use below method, you can get the desired output.

<AppletName>.getpropertyValue("IllumLoginName ") --- provids the User Name

<AppletName>.getpropertyValue("IllumLoginRoles") --- Provides the comma seprated list of roles assined to user.

Former Member
0 Kudos

Hi,

maybe this is what you are looking for:

All roles as XML list:

[http://server:port/XMII/Illuminator?Service=SystemInfo&Mode=RoleList&Content-Type=text/xml]

This one returns all users, however no information from which database (LDAP or UME):

[http://server:port/XMII/Illuminator?Service=SystemInfo&Mode=UserList&Content-Type=text/xml]

Regards

Michael

Edited by: Michael Otto on Aug 11, 2008 2:13 PM

Former Member
0 Kudos

Hi,

Is it possible to obtain complete details of the users like Full Name, Role to which he is tagged, email ID etc.

Thanks

Former Member
0 Kudos

The URL suggested by David will give you details for Current logged in user, if you want to get details for specific user, try this

http://<Server:port>/XMII/Illuminator?Mode=UserAttribList&Service=Admin&Group=<userName>&Content-Typ...

Hope this helps

Rupesh

jcgood25
Active Contributor
0 Kudos

http://help.sap.com/saphelp_xmii115/helpdata/en/Connectors/IlluminatorSystemConnector.htm

Just follow the same URL syntax to the right of the question mark ( /Lighthammer/Illuminator? as shown in the 11.5 help documentation is now simply /XMII/Illuminator? but the services and modes are the same.

Regards,

Jeremy