Legacy Dev Forum Posts

 View Only

Sign Up

Changing Genesys PureCloud region

  • 1.  Changing Genesys PureCloud region

    Posted 06-05-2025 19:02

    gsojitra | 2023-03-28 09:33:07 UTC | #1

    Hi Folks,

    We are working on an integration with GenesysPureCloud and we have an organization set up in the uswest2 region. We want to support multi-region but are not sure of How to change the region of the pure cloud setup.

    Please help me with the following queries:

    1. How can I change the region of my current organization?
    2. Can an organization be set up in multiple regions? can you share the procedure if it is possible?

    Thanks


    Jerome.Saint-Marc | 2023-03-28 13:25:39 UTC | #2

    Hello,

    1. It is not possible to change the region of a Genesys Cloud org once it is created.
    2. A Genesys Cloud org is created and deployed in a single core region.

    https://help.mypurecloud.com/articles/aws-regions-for-genesys-cloud-deployment/

    Regards,


    gsojitra | 2023-03-28 14:26:33 UTC | #3

    Hi

    Appreciate your quick response.

    As we are working on integration with the Genesys PureCloud platform, is it possible that the OAuth app created in one region can work with other regions?

    In brief, We have OAuth created in the testing organization set up in the uswest2 region(for sandbox purposes), can this same OAuth be used for other regions to authenticate diff organizations??

    Also python SDK is only supporting one region at a time, is there any possible way to work with multiple region at the same time using SDK?

    Thanks


    Jerome.Saint-Marc | 2023-04-10 13:26:51 UTC | #4

    Hello,

    "can this same OAuth be used for other regions to authenticate diff organizations?" OAuth Clients with user context (Token Implicit Grant, Authorization Code Grant, ...) can be leveraged in a different organization and region. OAuth Client Credentials Grant (server context) must be configured in the target org - it can be used/shared across orgs.

    "Also python SDK is only supporting one region at a time, is there any possible way to work with multiple region at the same time using SDK?" The ApiClient in the SDK is a singleton if I remember. As Python is not multi-threaded, you could try overriding the region and. access token in the api client before you make a request. Or create your own branch of SDK to pass the token up to the API endpoint method.

    Regards,


    system | 2023-04-28 14:46:56 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 19167