Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.51 KB

File metadata and controls

21 lines (17 loc) · 1.51 KB

kinde_sdk.model.user_profile.UserProfile

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
id str, str, Unique id of the user in Kinde. [optional]
preferred_email str, str, Default email address of the user in Kinde. [optional]
username str, str, Primary username of the user in Kinde. [optional]
provided_id None, str, NoneClass, str, Value of the user's id in a third-party system when the user is imported into Kinde. [optional]
last_name str, str, User's last name. [optional]
first_name str, str, User's first name. [optional]
picture str, str, URL that point's to the user's picture or avatar [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]