<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
0D50Z00008G7k9wSABOkta Classic EngineOkta Integration NetworkAnswered2024-04-15T11:06:41.000Z2018-08-13T14:19:24.000Z2019-02-08T20:39:46.000Z
  • vlad.huma1.5163136961455237E12 (Vendor Management)

    Hello Anupam,

     

    This can be achieved with the following /api/v1/users/userId

    We also recommend using Postman and we also have a collection of Rest API for you to get started. Please take a look at the documentation listed below and you should also find Users(Okta API) Collection that contains the command above.

     

    Link: https://developer.okta.com/code/rest/

     

    Best regards,

     

    Vlad Huma

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
  • vlad.huma1.5163136961455237E12 (Vendor Management)

    Hello Anupam,

     

    This can be achieved with the following /api/v1/users/userId

    We also recommend using Postman and we also have a collection of Rest API for you to get started. Please take a look at the documentation listed below and you should also find Users(Okta API) Collection that contains the command above.

     

    Link: https://developer.okta.com/code/rest/

     

    Best regards,

     

    Vlad Huma

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
    Selected as Best
  • 6aznb (6aznb)

    Im unsure how the /api/v1/users/userId would help. As I understand it, that would return the profile of a single user with the id of userId. The closest I see is the /api/v1/users endpoint which would fetch all users up to the max of 200, which wont work for an organization with greater than 200 and would involve a much higher overhead retrieving all data on all users when all you want is the count.

     

    Is there any way to pull a count for an organization >200 users?

    Expand Post
This question is closed.
Loading
How can we get User stats i.e Active User count via Rest API?