Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need a way to get EM User email info

ArunBaveraMar 31 2019 — edited Apr 1 2019

When creating user from emcli or GUI we provide the EMAIL id.

Is there a way to get that info back from emcli  or MGMT VIEWS  without GUI?

emcli create_user

-name="name"

-password="password"

[-type="user_type"]

[-roles="role1;role2;  ."]

[-email="email1;email2;  ."]

Something like:

emcli list -resource="Administrators" -columns='USER_NAME,CONTACT,EMAIL_NAME'  ?

Note:EMAIL_NAME is not available as valid column name  and it is not part of the mgmt_created_users.

Comments
Post Details
Added on Mar 31 2019
2 comments
218 views