- 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 segment with users
GET
/api/v2/segments/with-users/18
Endpoint#
GET /api/v2/segments/with-users/:segmentId
Description#
segmentId
, including the associated users and an optional count of users in each segment.URL Parameters#
segmentId
(integer) - The ID of the segment option to retrieve. Example: 18
Request Example#
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/18' \
--header 'Authorization;' \
--header 'initiativeId;'
Responses
🟢200OK
application/json
Body
success
boolean
required
data
object
required
id
integer
required
value
string
required
createdAt
string
required
users
array [object {4}]
required
userCount
integer
required
Examples
{
"success": true,
"data": {
"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:52