PureCloudPlatformClientV2
PureCloud Platform API SDK
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 on this page — 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
purecloudplatformclientv2 on PyPI
pip
pip install purecloudplatformclientv2uv
uv add purecloudplatformclientv2poetry
poetry add purecloudplatformclientv2Installing 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 the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — certifi, urllib3, python-dateutil, watchdog |
| Maintenance | actively maintained — 14 days since the last release |
| First released | |
| Downloads | 1,324,179/month — #4,059 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: purecloudplatformclientv2-263.0.0-py3-none-any.whl
Keywords: Swagger, PureCloud, Platform, API, Genesys
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
oauth2-clientHandles OAuth2 authentication flows…
unclear · top 15,000 on PyPI
oauth2clientoauth2client is a deprecated OAuth 2.0 client…
permissive · top 1,000 on PyPI
requests-oauth2clientAn OAuth 2.x client for Python that obtains,…
permissive · top 5,000 on PyPI
wandelbots_api_clientPython SDK for authenticating with and making…
permissive · top 15,000 on PyPI
foundry-platform-sdkA Python client library for the Foundry API…
permissive · top 5,000 on PyPI
gcloud-rest-authProvides Python client libraries for Google…
permissive · top 15,000 on PyPI
docusign-esignOfficial Python client SDK for the Docusign…
unclear · top 5,000 on PyPI
google-auth-oauthlibIntegrates oauthlib with google-auth to handle…
permissive · top 1,000 on PyPI
requests-oauthlibAdds OAuth 1 and OAuth 2 authentication support…
permissive · top 1,000 on PyPI
gcs-oauth2-boto-pluginProvides OAuth 2.0 authentication for Google…
permissive · top 15,000 on PyPI