v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRetrieve a list of users
This API retrieves a list of users that match specific rule criteria.
Query parameters
Center identifier for evaluating the rules. view_id string (UUID) No View identifier to scope fields and presentation. view_mode integer / enum (ViewMode) No UI mode or data view style for results. version string No Rules engine version for evaluation. display_transactional_data boolean No Include transactional data in results for UI display. pii_export_request_id string (UUID) Cond.* Required when requires_pii_approval_flow=true for export flow. requires_pii_approval_flow boolean No Indicates request is for export and needs approval routing.
View identifier to scope fields and presentation.
Specifies the mode in which the view is displayed.
Rules engine version for evaluation.
Include transactional data in results for UI display.
Required when requires_pii_approval_flow=true for export flow.
Indicates request is for export and needs approval routing.
Response
200
Example response
{
"guests": [
{
"id": "b7229528-f2d9-4cc0-b158-0dff44642af1",
"name": " ",
"base_center": "Khammam",
"gender": "Male",
"type": "Guest",
"email": "hrushikeshk@zenoti.com",
"country": "India",
"receive_marketing_email": true,
"receive_marketing_sms": true,
"target_segment_center": "Khammam",
"creation_date": "2015-02-04T07:06:59"
}
]
}