--- id: purecloudplatformclientv2 version: "263.0.0" license: MIT License Copyright (c) 2026 Genesys Cloud Services, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the… (full text in the JSON record) license_treatment: permissive maintenance: active --- # PureCloudPlatformClientV2 — PureCloud Platform API SDK License: permissive · Maintenance: active · Downloads: 1.3M/mo ## What it is and what it does PureCloudPlatformClientV2 is an auto-generated Python client for the Genesys Cloud Platform API. It wraps HTTP requests to Genesys Cloud services with authentication, serialization, and error handling, allowing you to interact with users, authorization, and other platform resources from Python code. The SDK supports multiple OAuth2 authentication flows (Client Credentials, SAML2 Bearer, Authorization Code, and PKCE) and handles token refresh automatically by default. The package depends on certifi, urllib3, python-dateutil, and watchdog for HTTPS, date parsing, and file monitoring. It is actively maintained and released frequently to track API changes. The SDK includes preview APIs that may change without notice, and it requires Python 3.10 or later. It is distributed as a pure-Python wheel with low install friction. Use it for: - Build backend services that programmatically manage Genesys Cloud users, permissions, and organization settings - Integrate Genesys Cloud contact center data into reporting or analytics dashboards - Automate provisioning and deprovisioning of user accounts and roles in Genesys Cloud - Develop scheduled tasks or microservices that query Genesys Cloud APIs without user interaction - Create web applications that authenticate users via Genesys Cloud and fetch their profile or organization data ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python client library for the Genesys Cloud Platform API, providing authenticated access to Genesys Cloud services including users, authorization, and other platform resources. Yes. The package is actively maintained, has low install friction, carries a permissive MIT license, and is ranked in the top 5000 PyPI packages by download volume. Install it if you need to integrate with Genesys Cloud Platform APIs from Python. Be aware that preview APIs are included and may change without notice, and ensure your environment meets the Python 3.10+ requirement. ## Install pip install purecloudplatformclientv2 uv add purecloudplatformclientv2 poetry add purecloudplatformclientv2 ## Installing PureCloudPlatformClientV2 Before you install: Low install friction with a pure-Python wheel distribution. Actively maintained with a release 14 days ago. Requires Python 3.10 or later. Windows users must remove the maximum path length limitation before installing. License in practice: MIT License permits commercial and private use with minimal restrictions; you may use, modify, and distribute the package provided you include the license notice. Quickstart: pip install PureCloudPlatformClientV2 import PureCloudPlatformClientV2 import os apiclient = PureCloudPlatformClientV2.api_client.ApiClient().get_client_credentials_token( os.environ['GENESYS_CLOUD_CLIENT_ID'], os.environ['GENESYS_CLOUD_CLIENT_SECRET'] ) usersApi = PureCloudPlatformClientV2.UsersApi(apiclient) print(usersApi.get_users_me()) Requires Python 3.10 or later. Windows users must remove the maximum path length limitation before installing. Genesys Cloud credentials (client ID and secret) are required for authentication. Verify before relying: - Whether the SDK covers all current Genesys Cloud Platform API endpoints or if some are missing - Stability guarantees for preview APIs included in the SDK, given the warning about breaking changes - Performance characteristics when handling large result sets or concurrent requests ## Package facts - License: MIT License Copyright (c) 2026 Genesys Cloud Services, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 1.3M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags genesys cloud api client, purecloud platform sdk, genesys cloud python sdk, purecloud api wrapper, genesys contact center api, platform api authentication, api-client, genesys-cloud, oauth2 [View on SkillFed](https://skillfed.io/packages/purecloudplatformclientv2) · [View on PyPI](https://pypi.org/project/purecloudplatformclientv2/)