Links

Get users

Tags: #thinkific #education #naas_drivers #operations #snippet #dataframe
Author: Florent Ravenel
Description: This notebook provides a guide to acquiring and engaging users for the Thinkific platform.

Input

Import library

from naas_drivers import thinkific

Variables

api_key = "api_key"

Model

Get users

data = thinkific.connect(api_key).users.get(uid="uid")

Output

Display result

data
Last modified 1mo ago