Chilkat Online Tools

DataFlex / Zoom API / Add meeting registrant

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vReq
    Handle hoReq
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    Integer iId
    String sJoin_url
    String sRegistrant_id
    String sStart_time
    String sTopic
    String sTemp1
    Boolean bTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Get Create (RefClass(cComChilkatHttpRequest)) To hoReq
    If (Not(IsComObjectCreated(hoReq))) Begin
        Send CreateComObject of hoReq
    End
    Set ComHttpVerb Of hoReq To "POST"
    Set ComPath Of hoReq To "/"
    Set ComContentType Of hoReq To "multipart/form-data"
    Send ComAddParam To hoReq "email" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgv"

    Send ComAddParam To hoReq "first_name" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris u"

    Send ComAddParam To hoReq "status" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upending"

    Send ComAddParam To hoReq "last_name" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest sed"

    Send ComAddParam To hoReq "address" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddes"

    Send ComAddParam To hoReq "city" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magn"

    Send ComAddParam To hoReq "country" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt in"

    Send ComAddParam To hoReq "zip" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Lorem"

    Send ComAddParam To hoReq "state" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborum"

    Send ComAddParam To hoReq "phone" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolor"

    Send ComAddParam To hoReq "industry" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt tempor"

    Send ComAddParam To hoReq "org" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt est"

    Send ComAddParam To hoReq "job_title" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum et"

    Send ComAddParam To hoReq "purchasing_time_frame" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 months"

    Send ComAddParam To hoReq "role_in_purchase_process" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 months"

    Send ComAddParam To hoReq "no_of_employees" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000"

    Send ComAddParam To hoReq "comments" "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur"

    Send ComAddParam To hoReq "custom_questions" 'iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur[{"title":"deserunt ut dolor qui cupidatat","value":"Lorem sed"},{"title":"officia voluptate cil","value":"cillum minim occaecat fugiat"}]'

    Send ComAddParam To hoReq "language" 'iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur[{"title":"deserunt ut dolor qui cupidatat","value":"Lorem sed"},{"title":"officia voluptate cil","value":"cillum minim occaecat fugiat"}]mollit consequat et'

    Send ComAddParam To hoReq "auto_approve" 'iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur[{"title":"deserunt ut dolor qui cupidatat","value":"Lorem sed"},{"title":"officia voluptate cil","value":"cillum minim occaecat fugiat"}]mollit consequat etfalse'

    Send ComAddHeader To hoReq "Authorization" "Bearer <access_token>"

    Get pvComObject of hoReq to vReq
    Get ComSynchronousRequest Of hoHttp "reprehenderit" 80 False vReq To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComStatusCode Of hoResp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComHeader Of hoResp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Send Destroy of hoResp
        Procedure_Return
    End

    Send Destroy of hoResp

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "id": 85746065,
    //   "join_url": "amet",
    //   "registrant_id": "a",
    //   "start_time": "culpa mollit",
    //   "topic": "reprehenderit ea ut ex Excepteur"
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    Get ComIntOf Of hoJResp "id" To iId
    Get ComStringOf Of hoJResp "join_url" To sJoin_url
    Get ComStringOf Of hoJResp "registrant_id" To sRegistrant_id
    Get ComStringOf Of hoJResp "start_time" To sStart_time
    Get ComStringOf Of hoJResp "topic" To sTopic


End_Procedure

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: multipart/form-data"
	--form 'email=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgv'
	--form 'first_name=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris u'
	--form 'status=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upending'
	--form 'last_name=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest sed'
	--form 'address=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddes'
	--form 'city=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magn'
	--form 'country=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt in'
	--form 'zip=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Lorem'
	--form 'state=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborum'
	--form 'phone=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolor'
	--form 'industry=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt tempor'
	--form 'org=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt est'
	--form 'job_title=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum et'
	--form 'purchasing_time_frame=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 months'
	--form 'role_in_purchase_process=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 months'
	--form 'no_of_employees=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000'
	--form 'comments=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur'
	--form 'custom_questions=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur[{"title":"deserunt ut dolor qui cupidatat","value":"Lorem sed"},{"title":"officia voluptate cil","value":"cillum minim occaecat fugiat"}]'
	--form 'language=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur[{"title":"deserunt ut dolor qui cupidatat","value":"Lorem sed"},{"title":"officia voluptate cil","value":"cillum minim occaecat fugiat"}]mollit consequat et'
	--form 'auto_approve=iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgvdo commodo et laboris upendingest seddeselit magnsint anim ad incididunt inet aute cillum Loremsit laborumad qui laboris dolordolor incididunt temporincididunt deserunt estlaborum etMore than 6 monthsMore than 10,000pariatur[{"title":"deserunt ut dolor qui cupidatat","value":"Lorem sed"},{"title":"officia voluptate cil","value":"cillum minim occaecat fugiat"}]mollit consequat etfalse'
https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_ids=quis officia in reprehenderit

Postman Collection Item JSON

{
  "name": "Add meeting registrant",
  "request": {
    "auth": {
      "type": "oauth2"
    },
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "multipart/form-data"
      }
    ],
    "body": {
      "mode": "formdata",
      "formdata": [
        {
          "key": "email",
          "value": "iT3-JQpvOLS@DqkhmriKPWVLekUHqGZeBUWDJa.acgv",
          "type": "text"
        },
        {
          "key": "first_name",
          "value": "do commodo et laboris u",
          "type": "text"
        },
        {
          "key": "status",
          "value": "pending",
          "type": "text"
        },
        {
          "key": "last_name",
          "value": "est sed",
          "type": "text"
        },
        {
          "key": "address",
          "value": "des",
          "type": "text"
        },
        {
          "key": "city",
          "value": "elit magn",
          "type": "text"
        },
        {
          "key": "country",
          "value": "sint anim ad incididunt in",
          "type": "text"
        },
        {
          "key": "zip",
          "value": "et aute cillum Lorem",
          "type": "text"
        },
        {
          "key": "state",
          "value": "sit laborum",
          "type": "text"
        },
        {
          "key": "phone",
          "value": "ad qui laboris dolor",
          "type": "text"
        },
        {
          "key": "industry",
          "value": "dolor incididunt tempor",
          "type": "text"
        },
        {
          "key": "org",
          "value": "incididunt deserunt est",
          "type": "text"
        },
        {
          "key": "job_title",
          "value": "laborum et",
          "type": "text"
        },
        {
          "key": "purchasing_time_frame",
          "value": "More than 6 months",
          "type": "text"
        },
        {
          "key": "role_in_purchase_process",
          "value": "",
          "type": "text"
        },
        {
          "key": "no_of_employees",
          "value": "More than 10,000",
          "type": "text"
        },
        {
          "key": "comments",
          "value": "pariatur",
          "type": "text"
        },
        {
          "key": "custom_questions",
          "value": "[{\"title\":\"deserunt ut dolor qui cupidatat\",\"value\":\"Lorem sed\"},{\"title\":\"officia voluptate cil\",\"value\":\"cillum minim occaecat fugiat\"}]",
          "type": "text"
        },
        {
          "key": "language",
          "value": "mollit consequat et",
          "type": "text"
        },
        {
          "key": "auto_approve",
          "value": "false",
          "type": "text"
        }
      ]
    },
    "url": {
      "raw": "{{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=quis officia in reprehenderit",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "meetings",
        ":meetingId",
        "registrants"
      ],
      "query": [
        {
          "key": "occurrence_ids",
          "value": "quis officia in reprehenderit",
          "description": "Occurrence IDs. You can find these with the meeting get API. Multiple values separated by comma."
        }
      ],
      "variable": [
        {
          "key": "meetingId",
          "value": "68423085",
          "description": "(Required) The meeting's ID. \n\n When storing this value in your database, you must store it as a **long** format integer and **not** an integer. Meeting IDs can exceed 10 digits."
        }
      ]
    },
    "description": "Register a participant for a meeting.<br><br> Note that there is a maximum limit of 4999 registrants per meeting and users will see an error if the capacity has reached.\n\n**Prerequisite:**<br>\n* Host user type must be \"Licensed\".\n\n**Scopes:** `meeting:write:admin` `meeting:write`\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`"
  },
  "response": [
    {
      "name": "**HTTP Status Code:** `201`<br>\nRegistration created.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "email",
              "value": "kfnc1M@M.snao",
              "type": "text"
            },
            {
              "key": "first_name",
              "value": "commodo tempor laboris sunt",
              "type": "text"
            },
            {
              "key": "status",
              "value": "denied",
              "type": "text"
            },
            {
              "key": "last_name",
              "value": "in labore",
              "type": "text"
            },
            {
              "key": "address",
              "value": "veli",
              "type": "text"
            },
            {
              "key": "city",
              "value": "commodo magna dolor fugiat",
              "type": "text"
            },
            {
              "key": "country",
              "value": "commodo sunt",
              "type": "text"
            },
            {
              "key": "zip",
              "value": "in fugiat dolo",
              "type": "text"
            },
            {
              "key": "state",
              "value": "ullamco laboris incididunt",
              "type": "text"
            },
            {
              "key": "phone",
              "value": "consectetur",
              "type": "text"
            },
            {
              "key": "industry",
              "value": "ipsum ut ut culpa",
              "type": "text"
            },
            {
              "key": "org",
              "value": "mollit occaecat",
              "type": "text"
            },
            {
              "key": "job_title",
              "value": "incididunt nisi nulla",
              "type": "text"
            },
            {
              "key": "purchasing_time_frame",
              "value": "1-3 months",
              "type": "text"
            },
            {
              "key": "role_in_purchase_process",
              "value": "Influencer",
              "type": "text"
            },
            {
              "key": "no_of_employees",
              "value": "500-1,000",
              "type": "text"
            },
            {
              "key": "comments",
              "value": "voluptate",
              "type": "text"
            },
            {
              "key": "custom_questions",
              "value": "[{\"title\":\"consequat pariatur esse veniam\",\"value\":\"velit eu amet sit\"},{\"title\":\"pariatur sint\",\"value\":\"ea officia\"}]",
              "type": "text"
            },
            {
              "key": "language",
              "value": "deserunt occaecat elit",
              "type": "text"
            },
            {
              "key": "auto_approve",
              "value": "true",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=quis officia in reprehenderit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "meetings",
            ":meetingId",
            "registrants"
          ],
          "query": [
            {
              "key": "occurrence_ids",
              "value": "quis officia in reprehenderit"
            }
          ],
          "variable": [
            {
              "key": "meetingId",
              "value": "68423085",
              "description": "(Required) The meeting's ID. \n\n When storing this value in your database, you must store it as a **long** format integer and **not** an integer. Meeting IDs can exceed 10 digits."
            }
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"id\": 85746065,\n \"join_url\": \"amet\",\n \"registrant_id\": \"a\",\n \"start_time\": \"culpa mollit\",\n \"topic\": \"reprehenderit ea ut ex Excepteur\"\n}"
    },
    {
      "name": "**Error Code:** `300`<br>\nMeeting {meetingId} is not found or has expired.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "email",
              "value": "kfnc1M@M.snao",
              "type": "text"
            },
            {
              "key": "first_name",
              "value": "commodo tempor laboris sunt",
              "type": "text"
            },
            {
              "key": "status",
              "value": "denied",
              "type": "text"
            },
            {
              "key": "last_name",
              "value": "in labore",
              "type": "text"
            },
            {
              "key": "address",
              "value": "veli",
              "type": "text"
            },
            {
              "key": "city",
              "value": "commodo magna dolor fugiat",
              "type": "text"
            },
            {
              "key": "country",
              "value": "commodo sunt",
              "type": "text"
            },
            {
              "key": "zip",
              "value": "in fugiat dolo",
              "type": "text"
            },
            {
              "key": "state",
              "value": "ullamco laboris incididunt",
              "type": "text"
            },
            {
              "key": "phone",
              "value": "consectetur",
              "type": "text"
            },
            {
              "key": "industry",
              "value": "ipsum ut ut culpa",
              "type": "text"
            },
            {
              "key": "org",
              "value": "mollit occaecat",
              "type": "text"
            },
            {
              "key": "job_title",
              "value": "incididunt nisi nulla",
              "type": "text"
            },
            {
              "key": "purchasing_time_frame",
              "value": "1-3 months",
              "type": "text"
            },
            {
              "key": "role_in_purchase_process",
              "value": "Influencer",
              "type": "text"
            },
            {
              "key": "no_of_employees",
              "value": "500-1,000",
              "type": "text"
            },
            {
              "key": "comments",
              "value": "voluptate",
              "type": "text"
            },
            {
              "key": "custom_questions",
              "value": "[{\"title\":\"consequat pariatur esse veniam\",\"value\":\"velit eu amet sit\"},{\"title\":\"pariatur sint\",\"value\":\"ea officia\"}]",
              "type": "text"
            },
            {
              "key": "language",
              "value": "deserunt occaecat elit",
              "type": "text"
            },
            {
              "key": "auto_approve",
              "value": "true",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=quis officia in reprehenderit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "meetings",
            ":meetingId",
            "registrants"
          ],
          "query": [
            {
              "key": "occurrence_ids",
              "value": "quis officia in reprehenderit"
            }
          ],
          "variable": [
            {
              "key": "meetingId",
              "value": "68423085",
              "description": "(Required) The meeting's ID. \n\n When storing this value in your database, you must store it as a **long** format integer and **not** an integer. Meeting IDs can exceed 10 digits."
            }
          ]
        }
      },
      "status": "Multiple Choices",
      "code": 300,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `400` <br><br> **Error Code:** `1010` <br>\n User does not belong to this account: {accountId}. <br><br> **Error Code:** `3003` <br>\n You are not the meeting host. <br><br> **Error Code:** `3043` <br>\n Meeting has reached maximum atte",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "email",
              "value": "kfnc1M@M.snao",
              "type": "text"
            },
            {
              "key": "first_name",
              "value": "commodo tempor laboris sunt",
              "type": "text"
            },
            {
              "key": "status",
              "value": "denied",
              "type": "text"
            },
            {
              "key": "last_name",
              "value": "in labore",
              "type": "text"
            },
            {
              "key": "address",
              "value": "veli",
              "type": "text"
            },
            {
              "key": "city",
              "value": "commodo magna dolor fugiat",
              "type": "text"
            },
            {
              "key": "country",
              "value": "commodo sunt",
              "type": "text"
            },
            {
              "key": "zip",
              "value": "in fugiat dolo",
              "type": "text"
            },
            {
              "key": "state",
              "value": "ullamco laboris incididunt",
              "type": "text"
            },
            {
              "key": "phone",
              "value": "consectetur",
              "type": "text"
            },
            {
              "key": "industry",
              "value": "ipsum ut ut culpa",
              "type": "text"
            },
            {
              "key": "org",
              "value": "mollit occaecat",
              "type": "text"
            },
            {
              "key": "job_title",
              "value": "incididunt nisi nulla",
              "type": "text"
            },
            {
              "key": "purchasing_time_frame",
              "value": "1-3 months",
              "type": "text"
            },
            {
              "key": "role_in_purchase_process",
              "value": "Influencer",
              "type": "text"
            },
            {
              "key": "no_of_employees",
              "value": "500-1,000",
              "type": "text"
            },
            {
              "key": "comments",
              "value": "voluptate",
              "type": "text"
            },
            {
              "key": "custom_questions",
              "value": "[{\"title\":\"consequat pariatur esse veniam\",\"value\":\"velit eu amet sit\"},{\"title\":\"pariatur sint\",\"value\":\"ea officia\"}]",
              "type": "text"
            },
            {
              "key": "language",
              "value": "deserunt occaecat elit",
              "type": "text"
            },
            {
              "key": "auto_approve",
              "value": "true",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=quis officia in reprehenderit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "meetings",
            ":meetingId",
            "registrants"
          ],
          "query": [
            {
              "key": "occurrence_ids",
              "value": "quis officia in reprehenderit"
            }
          ],
          "variable": [
            {
              "key": "meetingId",
              "value": "68423085",
              "description": "(Required) The meeting's ID. \n\n When storing this value in your database, you must store it as a **long** format integer and **not** an integer. Meeting IDs can exceed 10 digits."
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `404` <br>\n Meeting not found. <br> Registration has not been enabled for this meeting: {meetingId} <br><br> **Error Code:** `1001` <br>\n Meeting host does not exist: {userId}.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "email",
              "value": "kfnc1M@M.snao",
              "type": "text"
            },
            {
              "key": "first_name",
              "value": "commodo tempor laboris sunt",
              "type": "text"
            },
            {
              "key": "status",
              "value": "denied",
              "type": "text"
            },
            {
              "key": "last_name",
              "value": "in labore",
              "type": "text"
            },
            {
              "key": "address",
              "value": "veli",
              "type": "text"
            },
            {
              "key": "city",
              "value": "commodo magna dolor fugiat",
              "type": "text"
            },
            {
              "key": "country",
              "value": "commodo sunt",
              "type": "text"
            },
            {
              "key": "zip",
              "value": "in fugiat dolo",
              "type": "text"
            },
            {
              "key": "state",
              "value": "ullamco laboris incididunt",
              "type": "text"
            },
            {
              "key": "phone",
              "value": "consectetur",
              "type": "text"
            },
            {
              "key": "industry",
              "value": "ipsum ut ut culpa",
              "type": "text"
            },
            {
              "key": "org",
              "value": "mollit occaecat",
              "type": "text"
            },
            {
              "key": "job_title",
              "value": "incididunt nisi nulla",
              "type": "text"
            },
            {
              "key": "purchasing_time_frame",
              "value": "1-3 months",
              "type": "text"
            },
            {
              "key": "role_in_purchase_process",
              "value": "Influencer",
              "type": "text"
            },
            {
              "key": "no_of_employees",
              "value": "500-1,000",
              "type": "text"
            },
            {
              "key": "comments",
              "value": "voluptate",
              "type": "text"
            },
            {
              "key": "custom_questions",
              "value": "[{\"title\":\"consequat pariatur esse veniam\",\"value\":\"velit eu amet sit\"},{\"title\":\"pariatur sint\",\"value\":\"ea officia\"}]",
              "type": "text"
            },
            {
              "key": "language",
              "value": "deserunt occaecat elit",
              "type": "text"
            },
            {
              "key": "auto_approve",
              "value": "true",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=quis officia in reprehenderit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "meetings",
            ":meetingId",
            "registrants"
          ],
          "query": [
            {
              "key": "occurrence_ids",
              "value": "quis officia in reprehenderit"
            }
          ],
          "variable": [
            {
              "key": "meetingId",
              "value": "68423085",
              "description": "(Required) The meeting's ID. \n\n When storing this value in your database, you must store it as a **long** format integer and **not** an integer. Meeting IDs can exceed 10 digits."
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "**HTTP Status Code:** `429` <br>\n You have exceeded the daily rate limit of \"{0}\" for **Add meeting registrant** API requests for the registrant \"{1}\". You can resume these API requests at GMT 00:00:00.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "formdata",
          "formdata": [
            {
              "key": "email",
              "value": "kfnc1M@M.snao",
              "type": "text"
            },
            {
              "key": "first_name",
              "value": "commodo tempor laboris sunt",
              "type": "text"
            },
            {
              "key": "status",
              "value": "denied",
              "type": "text"
            },
            {
              "key": "last_name",
              "value": "in labore",
              "type": "text"
            },
            {
              "key": "address",
              "value": "veli",
              "type": "text"
            },
            {
              "key": "city",
              "value": "commodo magna dolor fugiat",
              "type": "text"
            },
            {
              "key": "country",
              "value": "commodo sunt",
              "type": "text"
            },
            {
              "key": "zip",
              "value": "in fugiat dolo",
              "type": "text"
            },
            {
              "key": "state",
              "value": "ullamco laboris incididunt",
              "type": "text"
            },
            {
              "key": "phone",
              "value": "consectetur",
              "type": "text"
            },
            {
              "key": "industry",
              "value": "ipsum ut ut culpa",
              "type": "text"
            },
            {
              "key": "org",
              "value": "mollit occaecat",
              "type": "text"
            },
            {
              "key": "job_title",
              "value": "incididunt nisi nulla",
              "type": "text"
            },
            {
              "key": "purchasing_time_frame",
              "value": "1-3 months",
              "type": "text"
            },
            {
              "key": "role_in_purchase_process",
              "value": "Influencer",
              "type": "text"
            },
            {
              "key": "no_of_employees",
              "value": "500-1,000",
              "type": "text"
            },
            {
              "key": "comments",
              "value": "voluptate",
              "type": "text"
            },
            {
              "key": "custom_questions",
              "value": "[{\"title\":\"consequat pariatur esse veniam\",\"value\":\"velit eu amet sit\"},{\"title\":\"pariatur sint\",\"value\":\"ea officia\"}]",
              "type": "text"
            },
            {
              "key": "language",
              "value": "deserunt occaecat elit",
              "type": "text"
            },
            {
              "key": "auto_approve",
              "value": "true",
              "type": "text"
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=quis officia in reprehenderit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "meetings",
            ":meetingId",
            "registrants"
          ],
          "query": [
            {
              "key": "occurrence_ids",
              "value": "quis officia in reprehenderit"
            }
          ],
          "variable": [
            {
              "key": "meetingId",
              "value": "68423085",
              "description": "(Required) The meeting's ID. \n\n When storing this value in your database, you must store it as a **long** format integer and **not** an integer. Meeting IDs can exceed 10 digits."
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}