Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Search…
Welcome to Naas
😎
Templates
🔄
Low-code features
🏎
Low-code drivers
💬
AI/Machine Learning
Airtable
Awesome-notebooks
Bubble
Canny
CityFalcon
FTP
HTML builder
Google Sheets
Healthchecks
Hubspot
IFTTT
Integromat
Mailbox
Jupyter
LinkedIn
Markdown
Microsoft Teams
MongoDB
NewsAPI
Notion
PDF
Plotly
Slack
Thinkific
Toucan
Qonto
Yahoo
Zapier
🌎
Community
Essentials
Advanced
Best Practices
FAQ
⚡
Naas manager
🔐
Security
Powered By
GitBook
Thinkific
Interact with Thinkific app
Home
Thinkific
Website
Users
Get
1
import
nass_drivers
2
api_key
=
"api_key"
3
naas_drivers
.
thinkific
.
connect
(
api_key
).
users
.
get
(
4
uid
=
"uid"
5
)
Copied!
Send
1
import
nass_drivers
2
api_key
=
"api_key"
3
naas_drivers
.
thinkific
.
connect
(
api_key
).
users
.
send
(
4
email
=
"
[email protected]
"
5
)
Copied!
Delete
1
import
nass_drivers
2
api_key
=
"api_key"
3
naas_drivers
.
thinkific
.
connect
(
api_key
).
users
.
delete
(
4
uid
=
"uid"
5
)
Copied!
Enrollments
Get
1
import
nass_drivers
2
api_key
=
"api_key"
3
naas_drivers
.
thinkific
.
connect
(
api_key
).
enrollments
.
get
(
4
uid
=
"uid"
5
)
Copied!
Send
1
import
nass_drivers
2
api_key
=
"api_key"
3
naas_drivers
.
thinkific
.
connect
(
api_key
).
enrollments
.
send
(
4
email
=
"
[email protected]
"
5
)
Copied!
Delete
1
import
nass_drivers
2
api_key
=
"api_key"
3
naas_drivers
.
thinkific
.
connect
(
api_key
).
users
.
delete
(
4
uid
=
"uid"
5
)
Copied!
Connect
You can also save your connection and don't repeat it for each method.
1
import
nass_drivers
2
api_key
=
"api_key"
3
canny
=
nass_drivers
.
thinkific
.
connect
(
api_key
)
4
data
=
thinkific
.
users
.
get
()
Copied!
Official documentation
Admin API Reference
Doc api
Previous
Slack
Next
Toucan
Copy link
Edit on GitHub
Contents
Users
Get
Send
Delete
Enrollments
Get
Send
Delete
Connect
Official documentation