object

UserInfo

Schema for user info.
Fields
email
String
Email address of the user. For example, 'user@example.com'.
first_name
String
First name of the user. For example, 'John'.
gender
String
Gender of the user. For example, 'male'.
last_name
String
Last name of the user. For example, 'Doe'.
mobile
String
Mobile number of the user. For example, '9876543210'.
name
String
Full name of the user (including first and last names). For example, 'John Doe'.