there are scenario when user is shown as inactive when he logs in BAM console. Follow these steps to activate the user.
- go to tmp folder of BAM in the domain
- search for BAM config file
- edit the file config file
- make following property false
cd $domain_home/servers/Managed_bam_server01/tmp/_WL_user/oracle-bam_11.1.1
find . -name BAMServerConfig.xml
vi ./568z2c/config/BAMServerConfig.xml
<EnableBackgroundUserGroupValidation>false</EnableBackgroundUserGroupValidation>