Skip to Content

UserResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the user.[default to null]
codeStringUser code (optional unique identifier)[optional] [default to null]
is_activeBooleanWhether the user is active.[default to null]
languageStringUser language preference[default to null]
country_codeStringCountry code of the user, if any.[optional] [default to null]
currencyCurrencyResponseCurrency information for the user.[default to null]
genderGenderGender of the user, if any.[optional] [default to null]
date_of_birthStringDate of birth[optional] [default to null]
rolesListList of roles assigned to the user.[default to null]
has_multiple_vendorsBooleanWhether user has multiple vendors.[default to null]
all_permissionsListAll permissions assigned to the user.[optional] [default to null]
ratingDoubleRating of the user.[optional] [default to null]
vehicleDriverVehicleResponseVehicle information for the user.[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]
driver_infoUserDriverInfoDriver information (driver_vendor_id, is_taxi_driver).[default to null]

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