Skip to main content
This quickstart makes one read-only SDK call. It uses the users resource because the response is small and easy to inspect.
Prototype note. The package and method names below come from the public SDK repository. This example has not been run against a live Clumio tenant.

Before you start

  • Python 3.9 or later;
  • a Clumio API token; and
  • the hostname for the control plane that issued the token.

Install

Configure the client

Set CLUMIO_API_TOKEN before running the script. Keep the token out of source control.

Make the call

If the call succeeds, the SDK returns the same paginated users resource described in List users.

Next steps