cancel
Showing results for 
Search instead for 
Did you mean: 

REST Service , Web services SDK how to get user information

Former Member
0 Kudos

I am working on a password reset flow for an web portal. I would require the user's(Enterprise) email address to send him a email when his password is reset or changed.

But i find that REST Service SDK does not support this functionaility to retrieve user properties. More limited in terms of user administration. (http://server:6405/biprws/logon/long)

Web Services SDK provides user information like sessionInfo , username , token but not email address. ( http://servername:8080/dswsbobje/services/Session )

Can someone point me in right direction to get enterprise user's email address using the sap webi web services.

Accepted Solutions (1)

Accepted Solutions (1)

former_member230921
Active Contributor

Go Get enterprise User email you have to use BI Platform REST API:

API:

http://server:6405/biprws/v1/users/<user_id>;

<user_id> : SI_ID or SI_CUID of the Enterprise User

REST API to Get specific user details using user ID

User Management REST APIs (BI Platform)

These APIs are available from BOE 4.2 SP03 +.

-Bharath

Answers (0)