Fields
id
StringUnique identifier of user.
account_type
StringType of user (user, programmatic (created by system)).
active
BooleanIs the user active.
application_id
StringApplication id of the user.
created_at
StringDate and time of user creation.
dob
StringDate of birth of the user.
emails
[Email]List of email addresses of the user.
first_name
StringFirst name of the user.
gender
StringGender of the user.
last_name
StringLast name of the user.
meta
JSONMetadata of the user, used to store details about the user.
phone_numbers
[PhoneNumber]List of phone numbers of the user.
profile_pic_url
StringURL of the profile picture of the user.
updated_at
StringDate and time of user update.
user_id
StringUnique id of the user.
username
StringUnique username of the user.
external_id
StringUnique id referencing any user external documents (jio).
rr_id
StringUnique id referencing any user external documents.
Was this section helpful?