PAM User('user3' in this sample) is set to disabled.
User export (csv) shows the user "Active Flag" is set to "f".
Type,UserName,First Name,Last Name,Password,Password Set Time,Phone,Cell Phone,Email,Description,Active Flag,Activation Time,Last Activation Time,Account Disabled Time,Expiration Time,Authentication,Email On Login Contact,Email Self On Login Flag,Terminate Session on Deactivation Flag,Access Times,Provision Type,Group Membership,Applet Message,Roles,PA Group Membership,Smart Button Group,User Principal Name,Login IP Ranges,API Keys |
RemoteCLI shows the following.
<User> |
REST API returns the following.
Release : All PAM (tested on PAM 3.4.1 and 4.0.0)
Component :
This is an expected result.
If you are checking the user account status, please use the csv export or use the REST API.
User export and REST API are getting the user information from 'uag.user' table which would have the expected state.
RemoteCLI is a Credential Management Utility so it gets the information from 'cspm.admin' table hence the difference.
Use csv user export or REST API to get user account status.