skillfed

PureCloudPlatformClientV2

PureCloud Platform API SDK

purecloudplatformclientv2 v263.0.0 1.3M downloads/30d#4,059 on PyPI
Permissive 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) Active released

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 purecloudplatformclientv2

uv

uv add purecloudplatformclientv2

poetry

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 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

License :: OSI Approved :: MIT LicenseProgramming Language :: Python

Tags

genesys cloud api clientpurecloud platform sdkgenesys cloud python sdkpurecloud api wrappergenesys contact center apiplatform api authentication
api-clientgenesys-cloudoauth2

More WWW/HTTP packages