The local user account for a Tenant is not visible from the Cloud Director UI
VMware Cloud Director 10.6.1.x
Local user name has been changed to a new name via Administration > Access Control > Users in the Tenant portal.
To resolve the issue refer to the following steps:
sudo -i -u postgres psql vcloud
select * from usr where name_in_source = '<missing username>';username and name_in_source is not matching in step 2, that confirm that the username has been changed for the missing Local User.User Name" with the correct Local User name.