Skip to Content

MyProfileResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the user.[default to null]
codeStringUser code (8 digit alphanumeric code set during signup)[optional] [default to null]
is_activeBooleanWhether the user is active.[default to null]
country_codeStringCountry code of the user, if any.[optional] [default to null]
genderGenderGender of the user, if any.[optional] [default to null]
date_of_birthStringDate of birth of the user, if any.[optional] [default to null]
rolesListList of roles assigned to the user.[default to null]
permissionsListList of permissions assigned to the user.[default to null]
wallet_balanceDoubleWallet balance of the user, if any.[optional] [default to null]
personal_nameUserPersonalNamePersonal name information (first_name, last_name, name).[default to null]
contactUserContactInfoContact information (email, phone).[default to null]
mediaUserMediaUrlsMedia URLs (photo_url, profile_picture_url, photo).[default to null]
verificationUserVerificationInfoVerification status (email_verified_at, phone_verified_at, email_verified, phone_verified).[default to null]
timestampsUserTimestampsTimestamps (created_at, updated_at).[default to null]
document_statusUserDocumentStatusDocument status (document_requested, pending_document_approval).[default to null]

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