Shorter Loop API Documentation
  1. Segments
Shorter Loop API Documentation
  • Getting started
    • Welcome to the Shorter Loop API Portal
    • Authentication
    • Base URL
    • 2 way Jira Integration
    • Create webhook in Shorter Loop
  • Metrics
    • Create a Key Performance Indicator (KPI)
      POST
    • Update the Key Performance Indicator (KPI)
      PUT
    • Retrieve KPIs not linked to specific product backlog items
      GET
    • Insert KPI's records (Body JSON Payload)
      POST
    • Insert KPI's records (Upload CSV)
      POST
    • Insert KPI's records (Upload JSON)
      POST
  • Idea manager
    • Feedback Collection
      • Create idea and issue
      • Retrieves a list of categories
      • Modify feedback item
      • Removes a feedback item
      • Upvote or downvote a work item
      • Retrieve a feedback item
      • Get comments for a feedback item.
      • Reply to a comment
      • Modify a comment
      • Bulk create feedback items: CSV and JSON
    • Segments
      • Retrieves a list of segments without users
        GET
      • Create segment
        POST
      • Modify a segment
        PUT
      • Removes a segment
        DELETE
      • Bulk create users to a segment
        POST
      • Manage user segments: move or remove
        PUT
      • Retrieve segments with users
        GET
      • Retrieve segment with users
        GET
      • Import Users (CSV/JSON)
        POST
      • Sending email to segment members
        POST
      • Sending email to selected idm members
        POST
    • Bulk create idea manager members
      POST
    • Import Users (CSV/JSON) in IDM
      POST
    • Bulk re-invite in IDM
      PUT
  • Backlog Management
    • Epics
      • Create a new epic
      • Modify an epic
      • Retrieve details of the epic
      • Removes the epic
    • Features
      • Create a new feature
      • Modify a feature
      • Retrieve details of the feature
      • Removes the feature
    • User stories
      • Create a new user story
      • Modify a user story
      • Retrieve user story
      • Removes the user story
    • Assets
      • Attaches files to the workitem
      • Removes an asset
      • Retrieve attachments for the backlog workitem with ID
    • Product Tags
      • Retrieves tags for initiative
    • Teams
      • Get teams and members for product
    • Personas
      • Retrieve personas associated with initiative
    • Get whole backlog tree
  • Strategy Board
    • Experiment
      • Create a new experiemnt variant
    • Solutions
      • Versions
        • Storymap versions api documentation
        • Create a version
        • Update version
        • Removes a version
        • Retrieve versions
      • Get all storymaps for solution
  • Persona Board V2
    • Segments
      • Permanently deletes a segment
      • Creates a new option
      • Retrieve a list of segments
      • Retrieve a segment
      • Create a segment
      • Removes a segment
      • Removes a segment option
      • Detaches a segment from the persona
      • Update segment option
    • 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 categories with templates
    • Retrieve a template based on category
    • Create copy of template while using template
  • testing
    GET
  1. Segments

Bulk create users to a segment

POST
/api/v2/segments/18/create-users

Bulk Create Users in Segment#

Endpoint#

POST /api/v2/segments/:segmentId/create-users

Description#

Bulk creates new users associated with a specific segment identified by segmentId. This allows you to provide a list of user information to be added to the segment.

URL Parameters#

segmentId (integer) - The ID of the segment to which the users will be added. Example: 18

Request Headers#

Content-Type: application/json

Request Body#

Provide an array of user objects, each containing the user’s name and email.

Example Request Body#

[
  {
    "name": "Rahul Sharma",
    "email": "rahul.sharma@shorterloop.com"
  },
  {
    "name": "Pooja Mehta",
    "email": "pooja.mehta@shorterloop.com"
  },
  {
    "name": "Amit Verma",
    "email": "amit.verma@shorterloop.com"
  },
  {
    "name": "Sneha Reddy",
    "email": "sneha.reddy@shorterloop.com"
  },
  {
    "name": "Deepak Rao",
    "email": "deepak.rao@shorterloop.com"
  }
]

Request

Header Params
Authorization
string 
required
Default:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjA3NSwiZmlyc3ROYW1lIjoiZGVlcGlrYSIsImxhc3ROYW1lIjpudWxsLCJ1c2VyRXhwZXJpZW5jZSI6bnVsbCwiZW1haWwiOiJkcGF0aWFsK2ppcmFAc2hvcnRlcmxvb3AuY29tIiwiZGlzcGxheU5hbWUiOiJkZWVwaWthIiwicHJvZmlsZUltYWdlIjoiMTM3OC9nZW5lcmFsL3VzZXJzL0lJM0YyMDc1YzZhNS5zdmciLCJ0aW1lWm9uZUFiYnIiOm51bGwsInN0YXR1cyI6ImFjdGl2ZSIsInByb3ZpZGVyIjoiY3VzdG9tIiwidGVybXNBY2NlcHRlZCI6MSwibGFzdFBhZ2UiOiIvQ09OT1AvcHJvZHVjdC9ERUUvZG9jdW1lbnRhdGlvbi91bnRpdGxlZC02LTY0ZjQiLCJ2ZXJpZmljYXRpb25Ub2tlbiI6IiIsImxhc3RTaWduSW4iOiIyMDI1LTA0LTAxVDE0OjMwOjIwLjAwMFoiLCJyb2xlIjoic3VwZXJhZG1pbiIsImlzUHJvZGVhc3lBZG1pbiI6MCwiZ3JvdXAiOjEsInJlZmVycmVyIjpudWxsLCJpc1ZlcmlmaWVkIjoxLCJyZWZlcnJlclRva2VuIjpudWxsLCJyZWZyZXNoUmVmZXJyZXJUb2tlbiI6bnVsbCwiYmlvIjpudWxsLCJjcmVhdGVkQXQiOiIyMDI1LTAzLTE3VDA5OjM2OjU2LjAwMFoiLCJ1cGRhdGVkQXQiOiIyMDI1LTA0LTAxVDE0OjMwOjIwLjAwMFoiLCJzdWJzY3JpcHRpb24iOnsidXNlclJvbGUiOiJzdXBlcmFkbWluIiwic3Vic2NyaXB0aW9uRXh0ZXJuYWxLZXkiOiJDT05PUCIsImV4dGVybmFsS2V5IjoiQ09OT1AiLCJjbmFtZSI6bnVsbCwiaWQiOjEzNzh9LCJzdWJzY3JpcHRpb25JZCI6MTM3OCwiZXh0ZXJuYWxLZXkiOiJDT05PUCIsInN1YnNjcmlwdGlvbkV4dGVybmFsS2V5IjoiQ09OT1AiLCJ0aW1lIjoiMjAyNS0wNC0wMlQwNTo0Mzo1NC41MDRaIiwiaWF0IjoxNzQzNTcyNjM0LCJleHAiOjE3NDM4MzE4MzR9.UJaUHpd_XJyGSv4C0DaaEVxDDQKzKZ_lKPkf8Yrr-Oc
initiativeId
string 
required
How to get initiativeId:
Visit https://app.shorterloop.com/ACME/product/SHO-MJXR/dashboard.
The initiativeId is SHO-MJXR in the URL.
Use this initiativeId in the initiativeId header for API requests.
Default:
DEE
Example:
MGMT
Content-Type
string 
required
Default:
application/json
Body Params application/json
array of:
name
string 
required
email
string 
required
Example
[
  {
    "name": "Anjali Singh",
    "email": "anjali.singh@shorterloop.com"
  },
  {
    "name": "Ravi Kumar",
    "email": "ravi.kumar@shorterloop.com"
  },
  {
    "name": "Neha Patel",
    "email": "neha.patel@shorterloop.com"
  },
  {
    "name": "Vikas Gupta",
    "email": "vikas.gupta@shorterloop.com"
  },
  {
    "name": "Priya Nair",
    "email": "priya.nair@shorterloop.com"
  }
]

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 POST 'https://api.shorterloop.com/api/v2/segments/18/create-users' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '[
  {
    "name": "Anjali Singh",
    "email": "anjali.singh@shorterloop.com"
  },
  {
    "name": "Ravi Kumar",
    "email": "ravi.kumar@shorterloop.com"
  },
  {
    "name": "Neha Patel",
    "email": "neha.patel@shorterloop.com"
  },
  {
    "name": "Vikas Gupta",
    "email": "vikas.gupta@shorterloop.com"
  },
  {
    "name": "Priya Nair",
    "email": "priya.nair@shorterloop.com"
  }
]'

Responses

🟢200OK
application/json
Body
success
boolean 
required
message
string 
required
data
object 
required
inviteResults
array [object {2}] 
required
segmentCount
integer 
required
Examples
{
  "success": true,
  "message": "Users copied to segment successfully",
  "data": {
    "inviteResults": [
      {
        "success": true,
        "user": {
          "id": 1827,
          "email": "anjali.singh@shorterloop.com",
          "role": "idm_member",
          "updatedAt": "2024-10-29T10:48:49.867Z",
          "createdAt": "2024-10-29T10:48:49.867Z",
          "firstName": "Anjali Singh"
        }
      },
      {
        "success": true,
        "user": {
          "id": 1828,
          "email": "ravi.kumar@shorterloop.com",
          "role": "idm_member",
          "updatedAt": "2024-10-29T10:48:49.925Z",
          "createdAt": "2024-10-29T10:48:49.925Z",
          "firstName": "Ravi Kumar"
        }
      },
      {
        "success": true,
        "user": {
          "id": 1829,
          "email": "neha.patel@shorterloop.com",
          "role": "idm_member",
          "updatedAt": "2024-10-29T10:48:49.979Z",
          "createdAt": "2024-10-29T10:48:49.979Z",
          "firstName": "Neha Patel"
        }
      },
      {
        "success": true,
        "user": {
          "id": 1830,
          "email": "vikas.gupta@shorterloop.com",
          "role": "idm_member",
          "updatedAt": "2024-10-29T10:48:50.014Z",
          "createdAt": "2024-10-29T10:48:50.014Z",
          "firstName": "Vikas Gupta"
        }
      }
    ],
    "segmentCount": 5
  }
}
Previous
Removes a segment
Next
Manage user segments: move or remove
Built with