I want to collect email addresses of all registered users. Which table should I refer?
Answer Posted / Saumitra Kumar Mishra
In Websphere, if you are using IBM's WebSphere Application Server Profile - Community Edition (WAS CE), the default user management mechanism is the Liberty User Registry. The 'wasp_user' table in the 'lib' schema contains the user information, but the email addresses are stored in the 'email' column.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers