1
0
Fork 0
mirror of synced 2024-08-07 14:27:52 +12:00
appwrite/app/sdks/python/docs/examples/users/update-prefs.md

14 lines
210 B
Markdown
Raw Normal View History

2020-01-29 02:29:26 +13:00
from appwrite.client import Client
from appwrite.services.users import Users
client = Client()
(client
.set_project('')
.set_key('')
)
users = Users(client)
2020-01-31 05:18:59 +13:00
result = users.update_prefs('[USER_ID]', '')