| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| 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] |