Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1018 Bytes

File metadata and controls

28 lines (21 loc) · 1018 Bytes

UserSearch

Properties

Name Type Description Notes
id Integer User Id [optional]
phoneNumber String Phone Number [optional]
email String Email [optional]
customerName String Customer Name [optional]
hasLoggedIn Boolean Has Logged In [optional]
userDiscriminator UserDiscriminatorEnum User Discriminator [optional]
tsCreate OffsetDateTime Timestamp Created [optional]
whiteLabelConfigs List<UserWhiteLabelConfig> WhiteLabel Configs [optional]
userType String User Type [optional]

Enum: UserDiscriminatorEnum

Name Value
ALL "All"
APPLICATIONUSERS "ApplicationUsers"
RESTAURANTUSERS "RestaurantUsers"
HYDRAUSERS "HydraUsers"