| 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 (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] |
| 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] |