Get users
Tags: #thinkific #education #naas_drivers #operations #snippet #dataframe
Description: This notebook provides a guide to acquiring and engaging users for the Thinkific platform.
from naas_drivers import thinkific
api_key = "api_key"
data = thinkific.connect(api_key).users.get(uid="uid")
data
Last modified 1mo ago