cancel
Showing results for 
Search instead for 
Did you mean: 

Reading MII Security using a webservice

Former Member
0 Kudos

Hi Experts,

I want to read the MII Security parameters from outside XMII. I can do this by using a webservice. But I want to know is there any predefined transaction available which will give us all the users configured in Netweaver for MII and roles assigned to each user? If so could you please help me find out that transaction?

If there is no predefined transaction available, can anyone explain me how to read the MII Users and roles from a transaction?

MII Version : 12.1.0 SP8

Regards,

Rajesh.

Accepted Solutions (1)

Accepted Solutions (1)

former_member4529
Active Contributor
0 Kudos

Hi,

You can use the following Illuminator services which you can execute from any external systems by simple HTTP calls. Pass the username and password as IllumLoginName and IllumLoginPassword in the URL parameter or use basic authentication:

http://<server>:<port>/XMII/Illuminator?service=admin&mode=RoleList&Group=<role/username>;

http://<server>:<port>/XMII/Illuminator?service=admin&mode=UserList&Group=<Role/GroupName>;

http://<server>:<port>/XMII/Illuminator?service=admin&mode=UserAttribList&Mask=<MaskName>;

http://<server>:<port>/XMII/Illuminator?service=admin&mode=RoleAttribList&Group=<role/username>;

Thanks,

Dipankar

Answers (0)