Skip to content

userhubdev/python-sdk

Repository files navigation

UserHub Python SDK

PyPI Latest Version

The official UserHub Python SDK.

Requirements

  • Python 3.8 or later

Getting Started

Install SDK

pip install -U userhub-sdk

Example

from userhub_sdk import AdminApi

admin_api = AdminApi("userhub_admin_123...")

res = admin_api.users.list(page_size=5)

for user in res.users:
    print(user.id, user.display_name)

See the examples directory for more examples.

About

Python library for UserHub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages