java - How to retrieve User details from SessionID using RESTful APIs? -
i have developed web application in user logins through third party authentication. now, want retrieve user details i.e. userid, username etc. through session , based on user details, different roles assigned different users. third party ready share sessionid , through want me retrieve information using restful apis.
what changes need make in code in order so?
Comments
Post a Comment