<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
0D50Z00008KetbgSABOkta Classic EngineAdministrationAnswered2024-04-16T09:16:00.000Z2018-09-04T03:17:46.000Z2018-10-12T19:14:49.000Z

609ny (609ny) asked a question.

E0000100 - Search query is not giving expected result.

Has anyone has any idea on E0000100 (Unable to perform search query.) error message. We are trying to extract all users from Okta using listUsers method, but we are just getting half of the user lists with error message -

 

HTTP -1, Okta E0000100 (Unable to perform search query.),

 

Can someone guide us how to resolve this issue?


  • Hi Bhima,

     

    Thank you for the update. This is a known limitation in ElasticSearch that has never been implemented. I would recommend submitting this idea as a new feature via the following link https://support.okta.com/help/oktaideas. Features suggested in our community are reviewed and can be voted and commented on by other members of the community, therefore making it much easier for the team to understand the priorities that you have for feature requests.

     

    Thanks,

    Daisy Sun

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
  • Hi Bhima,

     

    Thank you for contacting Okta Community! Can you let us know the exact API calls you are using?

    If you are using the API for "List Users with Search", we do have a limit of 10,000 users for the search query. You would see the error "E0000100 (Unable to perform search query)" after getting 10000 users using pagination. Unfortunately, this had not been outlined in our documentation. We've connected with our docs team and they will be proceeding to update the docs.

     

    If this does not apply to your use case, please open a Support case so we can dig into this issue.

     

    Thanks,

    Daisy Sun

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
  • 609ny (609ny)

    Hello Dailsy,

     

    Thanks alot for the reply. I'm using listUsers method with a filter.

     

    UserList usrList = client.listUsers(null, null, null, filter, null);

    Usrit=usrList.iterator();

     

    where filter is all active/lockedout/provisioned/staged associates from our organization.

     

    listUsers extracts nearly 50K records. But we have more than a lakh. Please let me know if we have any solution for this issue.

     

    Thanks,

    Expand Post
  • Hi Bhima,

     

    Thank you for the update. This is a known limitation in ElasticSearch that has never been implemented. I would recommend submitting this idea as a new feature via the following link https://support.okta.com/help/oktaideas. Features suggested in our community are reviewed and can be voted and commented on by other members of the community, therefore making it much easier for the team to understand the priorities that you have for feature requests.

     

    Thanks,

    Daisy Sun

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
This question is closed.
Loading
E0000100 - Search query is not giving expected result.