Genesys Cloud - Developer Community!

 View Only

Sign Up

Expand all | Collapse all

OAuth API getOauthClients doesn't allow paging request parameters

  • 1.  OAuth API getOauthClients doesn't allow paging request parameters

    Posted 05-21-2025 04:55

    We are using the OAuth API from the SDK to get the list of OAuth clients.

    While the 

    OAuthClientEntityListing

    implements the PagedResource interface the

    GetOauthClientsRequest

    doesn't have the pageNumber and pageSize fields as other Requests for PagedResources have, e.g.

    GetAuthorizationDivisionsRequest

    So how would we retrieve the second page of OAuth Client (if there is one) and could the Request please be extended to allow for the pageNumber and pageSize arguments?


    #PlatformAPI

    ------------------------------
    Philipp Volkemer
    Softwareingenieur
    ------------------------------


  • 2.  RE: OAuth API getOauthClients doesn't allow paging request parameters

    Posted 05-21-2025 09:09

    Hello,

    The GET /api/v2/oauth/clients endpoint does not implement paging. All OAuth Clients will be returned in the first page.

    Regards,



    ------------------------------
    Jerome Saint-Marc
    Senior Development Support Engineer
    ------------------------------