| Json property | Data type | Description |
|---|
| guests | List | Returned users that match the rule criteria, when successful. |
| error | ApiErrorModel | Error information when the request fails or is blocked. |
| Json property | Data type | Description |
|---|
| id | Guid | Unique identifier of the user. |
| name | string | Full name of the user. |
| first_name | string | User’s first name. |
| last_name | string | User’s last name. |
| user_code | string | External or custom user code. |
| base_center | string | Home center name or identifier. |
| gender | string | Gender value recorded for the user. |
| type | string | Guest type classification or label. |
| spent | double | Lifetime spend attributed to the user. |
| email | string | Email address for the user. |
| mobile_phone | string | Mobile phone number. |
| home_phone | string | Home phone number. |
| address1 | string | Address line one. |
| address2 | string | Address line two. |
| city | string | City of the user’s address. |
| zipcode | string | Postal or ZIP code. |
| state | string | State or province. |
| country | string | Country name or code. |
| nationality | string | Nationality of the user. |
| dob | DateTime? | Date of birth, when available. |
| anniversary_date | DateTime? | Anniversary date, when applicable. |
| visits | int | Total number of recorded visits. |
| first_visit | DateTime? | Date of the first visit recorded. |
| last_visit | DateTime? | Date of the most recent visit. |
| referral_source | string | How the user was referred. |
| receive_marketing_email | bool | Consent flag for marketing emails. |
| receive_marketing_sms | bool | Consent flag for marketing SMS. |
| receive_marketing_whatsapp | bool | Consent flag for WhatsApp marketing. |
| relationship_manager | string | Assigned relationship manager’s name. |
| relationship_manager_id | string | Identifier of the relationship manager. |
| target_segment_center | string | Center used for segment evaluation context. |
| creation_date | DateTime? | User profile creation timestamp. |
| Json property | Data type | Description |
|---|
| code | string | Application error code indicating the failure reason. |
| message | string | Human-readable description of the error encountered. |