In Keycloak db I can see user details which are imported from LDAP but not attributes(Mappers), anyone please provide the informaiton about table where it will be stored.
I wanted to develop one API for users info, I am not able achive with exsting API.
http://localhost:8080/admin/realms/relame/users?q=emailid:<email> position:<Deputy Manager>
I am not able to get the users info with query params(LDAP Attribute which have space like if I pass Manager I will get the response) that I provided above.