Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.72 KB

File metadata and controls

23 lines (19 loc) · 1.72 KB

kinde_sdk.model.user_profile_v2.UserProfileV2

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 (deprecated). [optional]
sub str, str, Unique id 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]
name str, str, Users's first and last name separated by a space. [optional]
given_name str, str, User's first name. [optional]
family_name str, str, User's last name. [optional]
updated_at decimal.Decimal, int, decimal.Decimal, Date the user was last updated at (In Unix time). [optional]
email str, str, User's email address if available. [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]