| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| code | str, | str, | Response code. | [optional] |
| message | str, | str, | Response message. | [optional] |
| users | list, tuple, | tuple, | [optional] | |
| next_token | str, | str, | Pagination token. | [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] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| items | dict, frozendict.frozendict, | frozendict.frozendict, |
| 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] |
| provided_id | str, | str, | External id for user. | [optional] |
| 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] |
Array of organizations a user belongs to.
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, | Array of organizations a user belongs to. |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| items | str, | str, |
Array of identities belonging to the user.
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, | Array of identities belonging to the user. |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| items | dict, frozendict.frozendict, | frozendict.frozendict, |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| type | str, | str, | [optional] | |
| identity | str, | str, | [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] |