AWX Ldap direct attribute access

When I run a ldapsearch for a given user I see their company and department however the only attributes I’m able to see and reference for a user in AWX are below.

`

{
“first_name”: “givenName”,
“last_name”: “sn”,
“email”: “mail”
}

`

Is there a method to reference either their company or department so I can use the API for users and set permissions based off their department/company?

Thanks