Skip to content

Latest commit

 

History

History
98 lines (77 loc) · 5.18 KB

File metadata and controls

98 lines (77 loc) · 5.18 KB

kinde_sdk.model.users_response.UsersResponse

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

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]

users

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
items dict, frozendict.frozendict, frozendict.frozendict,

items

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. [optional]
provided_id str, str, External id for user. [optional]
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]

organizations

Array of organizations a user belongs to.

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, Array of organizations a user belongs to.

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str,

identities

Array of identities belonging to the user.

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, Array of identities belonging to the user.

Tuple Items

Class Name Input Type Accessed Type Description Notes
items dict, frozendict.frozendict, frozendict.frozendict,

items

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

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]

[Back to Model list] [Back to API list] [Back to README]