Assign specific admin in LDAP organization mapping.

Hello Awx members,

I am a newbie in AWX usage, and want to using LDAP to import my user groups.

I found that in the organization mapping, it seems only assign “Group DN” in the “admins” and “users” field.
But in my use scenario, I want to assign “only” the specific group leader to become the org admin without manual setting through UI.
Could it possible?

For instance,
I want to set the org mapping like this:

{
“my Org1”:{
“admins”: “uid=groupALead,ou=orgUsers,dc=ex,dc=com”,
“users”: “uid=groupA,ou=org,dc=ex,dc=com”,
“remove_admins”:true,
“remove_users”:true
}
}
the DN “uid=groupALead,ou=orgUsers,dc=ex,dc=com” is a specific member.

Could any setting help me to do that?
I found that in official document said that the original setting could only accept GroupDN in that field, but it seems inflexible.

Maybe someone could help me in this? Thanks!