cancel
Showing results for 
Search instead for 
Did you mean: 

How to get info about user lock from MII services

Former Member
0 Kudos

Hello,

I would like to get information about the user account if it is locked or not. I was trying to use Admin service as described here:


http://help.sap.com/saphelp_mii140sp04/helpdata/en/5d/b2d69f348b4fa7b8a7133b6e35b4fa/content.htm

I've used UserAttribList mode but there is no such information there. I also tried UserDataReport but didn't get any info at all with that. Do you know any way to get the user account locked/unlocked information via the MII service?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

If I am not mistaken, this is not really exposed through MII related service details and you'll need to go into NetWeaver to check and unlock accounts.

Best Regards,

Jeremy

Former Member
0 Kudos

Hi Jeremy,

thanks for answer. So in that case is there any API for NetWeaver to get this data or do I have to query the database for that? Of course I know it can be done via UI, but I want to automate this.

former_member185280
Active Contributor
0 Kudos

There is a Java API available so you can write a custom action or jsp. You may have to dig around to find the correct one for your Netweaver version.

https://help.sap.com/javadocs/nwce/ce71/se/com/sap/security/api/IUserAccount.html

I think there was a UME web service at one time but it wasn't supported and isn't available anymore.

Regards,
Christian

Answers (0)