| id |
str, |
str, |
Unique id of the user in Kinde. |
[optional] |
| provided_id |
str, |
str, |
External id for user. |
[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] |
| last_name |
str, |
str, |
User's last name. |
[optional] |
| first_name |
str, |
str, |
User's first name. |
[optional] |
| is_suspended |
bool, |
BoolClass, |
Whether the user is currently suspended or not. |
[optional] |
| picture |
str, |
str, |
User's profile picture URL. |
[optional] |
| total_sign_ins |
None, decimal.Decimal, int, |
NoneClass, decimal.Decimal, |
Total number of user sign ins. |
[optional] |
| failed_sign_ins |
None, decimal.Decimal, int, |
NoneClass, decimal.Decimal, |
Number of consecutive failed user sign ins. |
[optional] |
| last_signed_in |
None, str, |
NoneClass, str, |
Last sign in date in ISO 8601 format. |
[optional] |
| created_on |
None, str, |
NoneClass, str, |
Date of user creation in ISO 8601 format. |
[optional] |
| organizations |
list, tuple, |
tuple, |
Array of organizations a user belongs to. |
[optional] |
| identities |
list, tuple, |
tuple, |
Array of identities belonging to the user. |
[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] |