on 2021 Mar 19 9:28 AM
Instead of going to MII menu -> search for user -> select user -> select tab "Assigned Roles" -> Modify -> Add|Remove -> ... -> Save
I would like to use an MII service. Is there any? If yes, what is the syntax for adding/removing a role?
Request clarification before answering.
Ordinarily I would not just paste a link, but this document is a little more difficult to find than searches for other solutions.
https://blogs.sap.com/2013/01/02/illuminator-services-of-sap-mii/
Cheers, Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The document is pretty comprehensive. Start with something simple like logged on Users or Admin Users list to get used to using the xml queries. Then try with the ProfileEditor or whichever other service you think would work. If UME is connected to an outside Access and Authentication processor like LDAP, you may have problems, but the way you described what you do normally would indicate this is not the case. You can use the [Param.X] in the xml link for passing variables.
Then maybe we have different understanding about "comprehensive". According to me that page is very poor regarding details. Let's have "user1" and "role1", then the following call will list all info about "user1" (also "role1" will be displayed if "user1" has assigned to himself):
and the following call will display all the roles:
http://some_mii_system:50000/XMII/Illuminator?service=SystemInfo&mode=RoleList&RowCount=1000&Content-Type=text/xml
But I would like to add/remove "role1" for "user1". What's the syntax?
Thx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.