<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007eSb7KCASOkta Classic EngineDirectoriesAnswered2024-04-16T11:23:09.000Z2022-05-18T07:55:56.000Z2022-05-19T23:24:14.000Z
  • Mihai N. (Okta, Inc.)

    Hi @k0u8f (k0u8f)​ ,Thank you for reaching out to the Okta Community!

     

    The docs do mention this as a possible limitation under https://help.okta.com/en/prod/Content/Topics/Directory/LDAP-interface-limitations.htm 

    "Querying the memberOf attribute can affect your org rate limits. To avoid rate limit issues, Okta recommends using the group membership attribute uniqueMember. This configuration scales API calls with the number of groups and not the number of users."

     

    Maybe try something like this:

     

    (&(objectclass=groupofuniquenames(uniquemember=uid=username@domain.com,ou=users,dc=company,dc=okta,dc=com))

     

    Hope it helps!  

    Expand Post
This question is closed.
Loading
LDAP interface : uniqueMember attribute