- Getting started
- Metrics
- Idea manager
- Feedback Collection
- Segments
- Retrieves a list of segments without usersGET
- Create segmentPOST
- Modify a segmentPUT
- Removes a segmentDELETE
- Bulk create users to a segmentPOST
- Manage user segments: move or removePUT
- Retrieve segments with usersGET
- Retrieve segment with usersGET
- Import Users (CSV/JSON)POST
- Sending email to segment membersPOST
- Sending email to selected idm membersPOST
- Bulk create idea manager membersPOST
- Import Users (CSV/JSON) in IDMPOST
- Bulk re-invite in IDMPUT
- Backlog Management
- Epics
- Features
- User stories
- Assets
- Product Tags
- Teams
- Personas
- Get whole backlog treeGET
- Strategy Board
- Persona Board V2
- Segments
- Custom fields
- Removes a custom field
- Retrieve a list of custom fields
- Retrieve a custom field
- Create a custom field
- Removes a custom field option
- Detaches a custom field from persona
- Retrieve custom fields excluding persona
- Creates a new option
- Permanently deletes a custom field
- Update custom field
- Update custom field option
- Attach a custom field to a persona
- Create opportunities from summary
- Retrieve notes
- Retrieve persona
- Retrieve experiments for Persona
- Create
- Retrieve
- DocsHub
Retrieve segments with users
GET
/api/v2/segments/with-users
Request
Header Params
Authorization
string
required
Default:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjA3NSwiZmlyc3ROYW1lIjoiZGVlcGlrYSIsImxhc3ROYW1lIjpudWxsLCJ1c2VyRXhwZXJpZW5jZSI6bnVsbCwiZW1haWwiOiJkcGF0aWFsK2ppcmFAc2hvcnRlcmxvb3AuY29tIiwiZGlzcGxheU5hbWUiOiJkZWVwaWthIiwicHJvZmlsZUltYWdlIjoiMTM3OC9nZW5lcmFsL3VzZXJzL0lJM0YyMDc1YzZhNS5zdmciLCJ0aW1lWm9uZUFiYnIiOm51bGwsInN0YXR1cyI6ImFjdGl2ZSIsInByb3ZpZGVyIjoiY3VzdG9tIiwidGVybXNBY2NlcHRlZCI6MSwibGFzdFBhZ2UiOiIvQ09OT1AvcHJvZHVjdC9ERUUvZG9jdW1lbnRhdGlvbi91bnRpdGxlZC02LTY0ZjQiLCJ2ZXJpZmljYXRpb25Ub2tlbiI6IiIsImxhc3RTaWduSW4iOiIyMDI1LTA0LTAxVDE0OjMwOjIwLjAwMFoiLCJyb2xlIjoic3VwZXJhZG1pbiIsImlzUHJvZGVhc3lBZG1pbiI6MCwiZ3JvdXAiOjEsInJlZmVycmVyIjpudWxsLCJpc1ZlcmlmaWVkIjoxLCJyZWZlcnJlclRva2VuIjpudWxsLCJyZWZyZXNoUmVmZXJyZXJUb2tlbiI6bnVsbCwiYmlvIjpudWxsLCJjcmVhdGVkQXQiOiIyMDI1LTAzLTE3VDA5OjM2OjU2LjAwMFoiLCJ1cGRhdGVkQXQiOiIyMDI1LTA0LTAxVDE0OjMwOjIwLjAwMFoiLCJzdWJzY3JpcHRpb24iOnsidXNlclJvbGUiOiJzdXBlcmFkbWluIiwic3Vic2NyaXB0aW9uRXh0ZXJuYWxLZXkiOiJDT05PUCIsImV4dGVybmFsS2V5IjoiQ09OT1AiLCJjbmFtZSI6bnVsbCwiaWQiOjEzNzh9LCJzdWJzY3JpcHRpb25JZCI6MTM3OCwiZXh0ZXJuYWxLZXkiOiJDT05PUCIsInN1YnNjcmlwdGlvbkV4dGVybmFsS2V5IjoiQ09OT1AiLCJ0aW1lIjoiMjAyNS0wNC0wMlQwNTo0Mzo1NC41MDRaIiwiaWF0IjoxNzQzNTcyNjM0LCJleHAiOjE3NDM4MzE4MzR9.UJaUHpd_XJyGSv4C0DaaEVxDDQKzKZ_lKPkf8Yrr-Oc
initiativeId
string
required
SHO-MJXR
in the URL.Default:
DEE
Example:
MGMT
Content-Type
string
required
Default:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.shorterloop.com/api/v2/segments/with-users' \
--header 'Authorization;' \
--header 'initiativeId;'
Responses
🟢200OK
application/json
Body
success
boolean
required
data
array [object {5}]
required
id
integer
required
value
string
required
createdAt
string
required
users
array [object {4}]
required
userCount
integer
required
Examples
{ "success": true, "data": [ { "id": 15, "value": "Value Seekers", "createdAt": "2024-10-24T04:46:27.000Z", "users": [], "userCount": 0 }, { "id": 16, "value": "Luxury Shoppers", "createdAt": "2024-10-24T04:46:29.000Z", "users": [], "userCount": 0 }, { "id": 17, "value": "Eco-Conscious Consumers", "createdAt": "2024-10-24T04:46:29.000Z", "users": [], "userCount": 0 }, { "id": 18, "value": "Budget Conscious Families", "createdAt": "2024-10-24T08:10:55.000Z", "users": [ { "id": 1670, "email": "aarav.patel20@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1670, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1670, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1671, "email": "isha.sharma19@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1671, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1671, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1672, "email": "rohan.mehta18@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1672, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1672, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1673, "email": "priya.verma17@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1673, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1673, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1674, "email": "aditya.rao16@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1674, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1674, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1676, "email": "drawat+rao161@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1676, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:45:34.000Z", "updatedAt": "2024-10-24T11:45:34.000Z" } } ] }, { "id": 1677, "email": "drawat+rao1611@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1677, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:49:14.000Z", "updatedAt": "2024-10-24T11:49:14.000Z" } } ] }, { "id": 1678, "email": "priya.verma173@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1678, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-24T11:50:43.000Z", "updatedAt": "2024-10-24T11:50:43.000Z" } } ] }, { "id": 1679, "email": "aditya.rao162@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1679, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-24T11:50:43.000Z", "updatedAt": "2024-10-24T11:50:43.000Z" } } ] }, { "id": 1680, "email": "drawat+rao16111@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1680, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-24T11:50:43.000Z", "updatedAt": "2024-10-24T11:50:43.000Z" } } ] }, { "id": 1686, "email": "rahul.sharma@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1686, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1686, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1687, "email": "pooja.mehta@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1687, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1687, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1688, "email": "amit.verma@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1688, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1688, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1689, "email": "sneha.reddy@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1689, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1689, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1690, "email": "deepak.rao@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1690, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } } ] }, { "id": 1697, "email": "aarav.kapoor@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1697, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1698, "email": "meera.singh@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1698, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1699, "email": "vikram.patel@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1699, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1700, "email": "nisha.iyer@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1700, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1701, "email": "rohan.desai@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1701, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1702, "email": "ananya.rao@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1702, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1703, "email": "karan.shah@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1703, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1704, "email": "ria.mehta@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1704, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1705, "email": "sahil.joshi@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1705, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1706, "email": "tara.khanna@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1706, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1707, "email": "dev.arora@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1707, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1708, "email": "sana.ali@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1708, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1709, "email": "ravi.bhatt@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1709, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1710, "email": "leela.deshmukh@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1710, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1711, "email": "vikas.bedi@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1711, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1712, "email": "priya.nair@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1712, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1712, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T10:48:50.000Z", "updatedAt": "2024-10-29T10:48:50.000Z" } } ] }, { "id": 1713, "email": "amit.chauhan@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1713, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1714, "email": "simran.kaul@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1714, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1715, "email": "jay.kapoor@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1715, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1716, "email": "neha.sethi@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1716, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } } ] }, { "id": 1717, "email": "aarav.kapoor11@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1717, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1718, "email": "meera.singh11@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1718, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1719, "email": "vikram.pate1l1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1719, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1720, "email": "nisha.iyer11@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1720, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1721, "email": "rohan.desai11@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1721, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1722, "email": "ananya.rao1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1722, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1723, "email": "karan.shah1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1723, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1724, "email": "ria.mehta1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1724, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1725, "email": "sahil.joshi1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1725, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1726, "email": "tara.khanna1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1726, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1727, "email": "dev.arora1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1727, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1728, "email": "sana.ali1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1728, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1729, "email": "ravi.bhatt1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1729, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1730, "email": "leela.deshmukh1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1730, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1731, "email": "vikas.bedi1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1731, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1732, "email": "priya.nair1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1732, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1733, "email": "amit.chauhan1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1733, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1734, "email": "simran.kaul1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1734, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1735, "email": "jay.kapoor1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1735, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1736, "email": "neha.sethi1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1736, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:36:15.000Z", "updatedAt": "2024-10-29T02:36:15.000Z" } } ] }, { "id": 1737, "email": "aarav.kapoor112@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1737, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1738, "email": "meera.singh112@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1738, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1739, "email": "vikram.pate1l12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1739, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1740, "email": "nisha.iyer112@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1740, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1741, "email": "rohan.desai112@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1741, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1742, "email": "ananya.rao12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1742, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1743, "email": "karan.shah12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1743, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1744, "email": "ria.mehta12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1744, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1745, "email": "sahil.joshi12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1745, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1746, "email": "tara.khanna12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1746, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1747, "email": "dev.arora12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1747, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1748, "email": "sana.ali12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1748, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1749, "email": "ravi.bhatt12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1749, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1750, "email": "leela.deshmukh12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1750, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1751, "email": "vikas.bedi12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1751, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1752, "email": "priya.nair12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1752, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1753, "email": "amit.chauhan12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1753, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1754, "email": "simran.kaul12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1754, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1755, "email": "jay.kapoor12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1755, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1756, "email": "neha.sethi12@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1756, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:37:31.000Z", "updatedAt": "2024-10-29T02:37:31.000Z" } } ] }, { "id": 1757, "email": "aarav.kapoor1123@shorterloop.com", "user_subscriptions": [ { "firstName": "Aarav Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1757, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1758, "email": "meera.singh1123@shorterloop.com", "user_subscriptions": [ { "firstName": "Meera Singh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1758, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1759, "email": "vikram.pate1l123@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikram Patel", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1759, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1760, "email": "nisha.iyer1123@shorterloop.com", "user_subscriptions": [ { "firstName": "Nisha Iyer", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1760, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1761, "email": "rohan.desai1123@shorterloop.com", "user_subscriptions": [ { "firstName": "Rohan Desai", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1761, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1762, "email": "ananya.rao123@shorterloop.com", "user_subscriptions": [ { "firstName": "Ananya Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1762, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1763, "email": "karan.shah123@shorterloop.com", "user_subscriptions": [ { "firstName": "Karan Shah", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1763, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1764, "email": "ria.mehta123@shorterloop.com", "user_subscriptions": [ { "firstName": "Ria Mehta", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1764, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1765, "email": "sahil.joshi123@shorterloop.com", "user_subscriptions": [ { "firstName": "Sahil Joshi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1765, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1766, "email": "tara.khanna123@shorterloop.com", "user_subscriptions": [ { "firstName": "Tara Khanna", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1766, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1767, "email": "dev.arora123@shorterloop.com", "user_subscriptions": [ { "firstName": "Dev Arora", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1767, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1768, "email": "sana.ali123@shorterloop.com", "user_subscriptions": [ { "firstName": "Sana Ali", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1768, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1769, "email": "ravi.bhatt123@shorterloop.com", "user_subscriptions": [ { "firstName": "Ravi Bhatt", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1769, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1770, "email": "leela.deshmukh123@shorterloop.com", "user_subscriptions": [ { "firstName": "Leela Deshmukh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1770, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1771, "email": "vikas.bedi123@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikas Bedi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1771, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1772, "email": "priya.nair123@shorterloop.com", "user_subscriptions": [ { "firstName": "Priya Nair", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1772, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1773, "email": "amit.chauhan123@shorterloop.com", "user_subscriptions": [ { "firstName": "Amit Chauhan", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1773, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1774, "email": "simran.kaul123@shorterloop.com", "user_subscriptions": [ { "firstName": "Simran Kaul", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1774, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1775, "email": "jay.kapoor123@shorterloop.com", "user_subscriptions": [ { "firstName": "Jay Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1775, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1776, "email": "neha.sethi123@shorterloop.com", "user_subscriptions": [ { "firstName": "Neha Sethi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1776, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:38:25.000Z", "updatedAt": "2024-10-29T02:38:25.000Z" } } ] }, { "id": 1777, "email": "aarav.kapoor11234@shorterloop.com", "user_subscriptions": [ { "firstName": "Aarav Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1777, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1778, "email": "meera.singh11234@shorterloop.com", "user_subscriptions": [ { "firstName": "Meera Singh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1778, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1779, "email": "vikram.pate1l1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikram Patel", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1779, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1780, "email": "nisha.iyer11234@shorterloop.com", "user_subscriptions": [ { "firstName": "Nisha Iyer", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1780, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1781, "email": "rohan.desai11234@shorterloop.com", "user_subscriptions": [ { "firstName": "Rohan Desai", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1781, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1782, "email": "ananya.rao1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Ananya Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1782, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1783, "email": "karan.shah1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Karan Shah", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1783, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1784, "email": "ria.mehta1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Ria Mehta", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1784, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1785, "email": "sahil.joshi1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Sahil Joshi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1785, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1786, "email": "tara.khanna1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Tara Khanna", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1786, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1787, "email": "dev.arora1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Dev Arora", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1787, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1788, "email": "sana.ali1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Sana Ali", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1788, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1789, "email": "ravi.bhatt1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Ravi Bhatt", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1789, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1790, "email": "leela.deshmukh1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Leela Deshmukh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1790, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1791, "email": "vikas.bedi1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikas Bedi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1791, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1792, "email": "priya.nair1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Priya Nair", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1792, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1793, "email": "amit.chauhan1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Amit Chauhan", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1793, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1794, "email": "simran.kaul1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Simran Kaul", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1794, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1795, "email": "jay.kapoor1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Jay Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1795, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1796, "email": "neha.sethi1234@shorterloop.com", "user_subscriptions": [ { "firstName": "Neha Sethi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1796, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:44:18.000Z", "updatedAt": "2024-10-29T02:44:18.000Z" } } ] }, { "id": 1818, "email": "deepak.rao1@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1818, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:06:30.000Z", "updatedAt": "2024-10-29T06:06:30.000Z" } } ] }, { "id": 1819, "email": "deepak.rao2@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1819, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:06:51.000Z", "updatedAt": "2024-10-29T06:06:51.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1819, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1797, "email": "aarav.kapoor112345@shorterloop.com", "user_subscriptions": [ { "firstName": "Aarav Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1797, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1798, "email": "meera.singh112345@shorterloop.com", "user_subscriptions": [ { "firstName": "Meera Singh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1798, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1799, "email": "vikram.pate1l12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikram Patel", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1799, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1800, "email": "nisha.iyer112345@shorterloop.com", "user_subscriptions": [ { "firstName": "Nisha Iyer", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1800, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1801, "email": "rohan.desai112345@shorterloop.com", "user_subscriptions": [ { "firstName": "Rohan Desai", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1801, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1802, "email": "ananya.rao12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Ananya Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1802, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1803, "email": "karan.shah12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Karan Shah", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1803, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1804, "email": "ria.mehta12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Ria Mehta", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1804, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1805, "email": "sahil.joshi12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Sahil Joshi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1805, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1806, "email": "tara.khanna12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Tara Khanna", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1806, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1807, "email": "dev.arora12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Dev Arora", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1807, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1808, "email": "sana.ali12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Sana Ali", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1808, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1809, "email": "ravi.bhatt12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Ravi Bhatt", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1809, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1810, "email": "leela.deshmukh12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Leela Deshmukh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1810, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1811, "email": "vikas.bedi12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikas Bedi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1811, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1812, "email": "priya.nair12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Priya Nair", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1812, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1813, "email": "amit.chauhan12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Amit Chauhan", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1813, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1814, "email": "simran.kaul12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Simran Kaul", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1814, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1815, "email": "jay.kapoor12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Jay Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1815, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1816, "email": "neha.sethi12345@shorterloop.com", "user_subscriptions": [ { "firstName": "Neha Sethi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1816, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:03.000Z", "updatedAt": "2024-10-30T05:10:03.000Z" } } ] }, { "id": 1831, "email": "aarav.kapoor11234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Aarav Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1831, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1832, "email": "meera.singh11234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Meera Singh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1832, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1833, "email": "vikram.pate1l1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikram Patel", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1833, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1834, "email": "nisha.iyer11234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Nisha Iyer", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1834, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1835, "email": "rohan.desai11234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Rohan Desai", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1835, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1836, "email": "ananya.rao1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Ananya Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1836, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1837, "email": "karan.shah1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Karan Shah", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1837, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1838, "email": "ria.mehta1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Ria Mehta", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1838, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1839, "email": "sahil.joshi1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Sahil Joshi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1839, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1840, "email": "tara.khanna1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Tara Khanna", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1840, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1841, "email": "dev.arora1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Dev Arora", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1841, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1842, "email": "sana.ali1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Sana Ali", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1842, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1843, "email": "ravi.bhatt1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Ravi Bhatt", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1843, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1844, "email": "leela.deshmukh1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Leela Deshmukh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1844, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1845, "email": "vikas.bedi1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikas Bedi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1845, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1846, "email": "priya.nair1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Priya Nair", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1846, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1847, "email": "amit.chauhan1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Amit Chauhan", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1847, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1848, "email": "simran.kaul1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Simran Kaul", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1848, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1849, "email": "jay.kapoor1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Jay Kapoor", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1849, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1850, "email": "neha.sethi1234599@shorterloop.com", "user_subscriptions": [ { "firstName": "Neha Sethi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1850, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T05:10:28.000Z", "updatedAt": "2024-10-30T05:10:28.000Z" } } ] }, { "id": 1851, "email": "aisha.khan@shorterloop.com", "user_subscriptions": [ { "firstName": "Aisha Khan", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1851, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1851, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1852, "email": "ravi.singh@shorterloop.com", "user_subscriptions": [ { "firstName": "Ravi Singh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1852, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1852, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1853, "email": "neha.gupta@shorterloop.com", "user_subscriptions": [ { "firstName": "Neha Gupta", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1853, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1853, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1854, "email": "karan.joshi@shorterloop.com", "user_subscriptions": [ { "firstName": "Karan Joshi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1854, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1854, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1855, "email": "meera.patel@shorterloop.com", "user_subscriptions": [ { "firstName": "Meera Patel", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1855, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1855, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] } ], "userCount": 162 }, { "id": 19, "value": "Young Innovators", "createdAt": "2024-10-24T08:11:55.000Z", "users": [ { "id": 1650, "email": "aarav.patel@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1650, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:35:19.000Z", "updatedAt": "2024-10-24T11:35:19.000Z" } } ] }, { "id": 1651, "email": "isha.sharma@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1651, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:35:19.000Z", "updatedAt": "2024-10-24T11:35:19.000Z" } } ] }, { "id": 1652, "email": "rohan.mehta@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1652, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:35:19.000Z", "updatedAt": "2024-10-24T11:35:19.000Z" } } ] }, { "id": 1653, "email": "priya.verma@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1653, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:35:19.000Z", "updatedAt": "2024-10-24T11:35:19.000Z" } } ] }, { "id": 1654, "email": "aditya.rao@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1654, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:35:19.000Z", "updatedAt": "2024-10-24T11:35:19.000Z" } } ] }, { "id": 1655, "email": "aarav.patel1@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1655, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:37:58.000Z", "updatedAt": "2024-10-24T11:37:58.000Z" } } ] }, { "id": 1656, "email": "isha.sharma2@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1656, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:37:58.000Z", "updatedAt": "2024-10-24T11:37:58.000Z" } } ] }, { "id": 1657, "email": "rohan.mehta3@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1657, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:37:58.000Z", "updatedAt": "2024-10-24T11:37:58.000Z" } } ] }, { "id": 1658, "email": "priya.verma4@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1658, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:37:58.000Z", "updatedAt": "2024-10-24T11:37:58.000Z" } } ] }, { "id": 1659, "email": "aditya.rao5@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1659, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:37:58.000Z", "updatedAt": "2024-10-24T11:37:58.000Z" } } ] }, { "id": 1670, "email": "aarav.patel20@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1670, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1670, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1671, "email": "isha.sharma19@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1671, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1671, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1672, "email": "rohan.mehta18@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1672, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1672, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1673, "email": "priya.verma17@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1673, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1673, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1674, "email": "aditya.rao16@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1674, "segmentOptionId": 18, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:44:11.000Z", "updatedAt": "2024-10-24T11:44:11.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1674, "segmentOptionId": 19, "initiativeId": 0, "teamId": 0, "subscriptionId": 0, "createdAt": "2024-10-24T11:41:21.000Z", "updatedAt": "2024-10-24T11:41:21.000Z" } } ] }, { "id": 1681, "email": "neha.singh@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1681, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-24T11:55:15.000Z", "updatedAt": "2024-10-24T11:55:15.000Z" } } ] }, { "id": 1682, "email": "vikram.iyer@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1682, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-24T11:55:15.000Z", "updatedAt": "2024-10-24T11:55:15.000Z" } } ] }, { "id": 1686, "email": "rahul.sharma@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1686, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1686, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1687, "email": "pooja.mehta@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1687, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1687, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1688, "email": "amit.verma@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1688, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1688, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1689, "email": "sneha.reddy@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1689, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-25T05:03:17.000Z", "updatedAt": "2024-10-25T05:03:17.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1689, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1819, "email": "deepak.rao2@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1819, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:06:51.000Z", "updatedAt": "2024-10-29T06:06:51.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1819, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:41.000Z", "updatedAt": "2024-10-29T06:10:41.000Z" } } ] }, { "id": 1820, "email": "deepak.rao12@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1820, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:10:45.000Z", "updatedAt": "2024-10-29T06:10:45.000Z" } } ] }, { "id": 1821, "email": "deepak.rao112@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1821, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:11:41.000Z", "updatedAt": "2024-10-29T06:11:41.000Z" } } ] }, { "id": 1822, "email": "deepak.rao1123@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1822, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:12:16.000Z", "updatedAt": "2024-10-29T06:12:16.000Z" } } ] }, { "id": 1823, "email": "deepak.rao11231@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1823, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:13:19.000Z", "updatedAt": "2024-10-29T06:13:19.000Z" } } ] }, { "id": 1824, "email": "deepak.rao112312@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1824, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:14:22.000Z", "updatedAt": "2024-10-29T06:14:22.000Z" } } ] }, { "id": 1825, "email": "deepak.rao1123124@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak Rao", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1825, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T06:16:00.000Z", "updatedAt": "2024-10-29T06:16:00.000Z" } } ] }, { "id": 1826, "email": "deepak.rawat0000@shorterloop.com", "user_subscriptions": [ { "firstName": "Deepak rawat", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1826, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T10:47:43.000Z", "updatedAt": "2024-10-29T10:47:43.000Z" } } ] }, { "id": 1827, "email": "anjali.singh@shorterloop.com", "user_subscriptions": [ { "firstName": "Anjali Singh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1827, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T10:48:50.000Z", "updatedAt": "2024-10-29T10:48:50.000Z" } } ] }, { "id": 1828, "email": "ravi.kumar@shorterloop.com", "user_subscriptions": [ { "firstName": "Ravi Kumar", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1828, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T10:48:50.000Z", "updatedAt": "2024-10-29T10:48:50.000Z" } } ] }, { "id": 1829, "email": "neha.patel@shorterloop.com", "user_subscriptions": [ { "firstName": "Neha Patel", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1829, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T10:48:50.000Z", "updatedAt": "2024-10-29T10:48:50.000Z" } } ] }, { "id": 1830, "email": "vikas.gupta@shorterloop.com", "user_subscriptions": [ { "firstName": "Vikas Gupta", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Young Innovators", "user_segment": { "userId": 1830, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T10:48:50.000Z", "updatedAt": "2024-10-29T10:48:50.000Z" } } ] }, { "id": 1712, "email": "priya.nair@shorterloop.com", "user_subscriptions": [ { "firstName": null, "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1712, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T02:33:45.000Z", "updatedAt": "2024-10-29T02:33:45.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1712, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-29T10:48:50.000Z", "updatedAt": "2024-10-29T10:48:50.000Z" } } ] }, { "id": 1851, "email": "aisha.khan@shorterloop.com", "user_subscriptions": [ { "firstName": "Aisha Khan", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1851, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1851, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1852, "email": "ravi.singh@shorterloop.com", "user_subscriptions": [ { "firstName": "Ravi Singh", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1852, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1852, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1853, "email": "neha.gupta@shorterloop.com", "user_subscriptions": [ { "firstName": "Neha Gupta", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1853, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1853, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1854, "email": "karan.joshi@shorterloop.com", "user_subscriptions": [ { "firstName": "Karan Joshi", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1854, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1854, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] }, { "id": 1855, "email": "meera.patel@shorterloop.com", "user_subscriptions": [ { "firstName": "Meera Patel", "userRole": "idm_member", "status": "pending" } ], "segmentOptions": [ { "value": "Budget Conscious Families", "user_segment": { "userId": 1855, "segmentOptionId": 18, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:02:57.000Z", "updatedAt": "2024-10-30T06:02:57.000Z" } }, { "value": "Young Innovators", "user_segment": { "userId": 1855, "segmentOptionId": 19, "initiativeId": 1117, "teamId": 0, "subscriptionId": 1063, "createdAt": "2024-10-30T06:03:26.000Z", "updatedAt": "2024-10-30T06:03:26.000Z" } } ] } ], "userCount": 39 } ] }
Modified at 2024-10-29 00:42:46