{"info":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","description":"<html><head></head><body><p>The Zoom API allows developers to safely and securely access information from Zoom. You can use this API to build private services or public applicatixons on the <a href=\"http://marketplace.zoom.us\">Zoom App Marketplace</a>. To learn how to get your credentials and create private/public applications, read our <a href=\"https://marketplace.zoom.us/docs/guides/authorization/credentials\">Authorization Guide</a>.\nAll endpoints are available via <code>https</code> and are located at <code>api.zoom.us/v2/</code>.</p>\n<p>For instance you can list all users on an account via <code>https://api.zoom.us/v2/users/</code>.</p>\n<p>Contact Support:\n Name: Zoom Developers\n Email: <a href=\"mailto:developersupport@zoom.us\">developersupport@zoom.us</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3710052","collectionId":"2649dc16-086e-40a2-8292-b6401001c7d9","publishedId":"TVKBYJTq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-19T08:25:51.000Z"},"item":[{"name":"phone","item":[{"name":"numbers","item":[{"name":"https://api.zoom.us/v2/phone/numbers","id":"008a4e10-1847-4b7b-9827-6bc7e5e5dd4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/numbers?next_page_token=<string>&type=<string>&extension_type=<string>&page_size=30&number_type=<string>&pending_numbers=<boolean>&site_id=<string>","description":"<p>A Zoom account owner or admin can purchase phone numbers and assign them to Zoom phone users. Use this API to list all Zoom Phone numbers in a Zoom account. You can filter the response based on your needs by using query parameters.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["phone","numbers"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>Query response by number assignment. The value can be one of the following:<br />\n<code>assigned</code>: The number has been assigned to either a user, a call queue, an auto-receptionist or a common area phone in an account. <br /><code>unassigned</code>: The number is not assigned to anyone.<br /></p>\n<p><code>all</code>: Include both assigned and unassigned numbers in the response.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>The type of assignee to whom the number is assigned. The value can be one of the following:<br />\n<code>user</code><br /> <code>callQueue</code><br /> <code>autoReceptionist</code><br />\n<code>commonAreaPhone</code></p>\n","type":"text/plain"},"key":"extension_type","value":"<string>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The type of phone number. The value can be either <code>toll</code> or <code>tollfree</code>.</p>\n","type":"text/plain"},"key":"number_type","value":"<string>"},{"description":{"content":"<p>Include or exclude pending numbers in the response. The value can be either <code>true</code> or <code>false</code>.</p>\n","type":"text/plain"},"key":"pending_numbers","value":"<boolean>"},{"description":{"content":"<p>Unique identifier of the site. Use this query parameter if you have <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-multiple-sites#h_05c88e35-1593-491f-b1a8-b7139a75dc15\">enabled multiple sites</a> and would like to filter the response of this API call by a specific phone <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-multiple-sites\">site</a>.</p>\n","type":"text/plain"},"key":"site_id","value":"<string>"}],"variable":[]}},"response":[{"id":"77191366-56ca-4619-9d5e-164cfc67856a","name":"**HTTP Status Code:** `200` **OK**<br>\nPhone numbers listed successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/numbers?next_page_token=<string>&type=<string>&extension_type=<string>&page_size=30&number_type=<string>&pending_numbers=<boolean>&site_id=<string>","host":["https://api.zoom.us/v2"],"path":["phone","numbers"],"query":[{"key":"next_page_token","value":"<string>"},{"key":"type","value":"<string>"},{"key":"extension_type","value":"<string>"},{"key":"page_size","value":"30"},{"key":"number_type","value":"<string>"},{"key":"pending_numbers","value":"<boolean>"},{"key":"site_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"next_page_token\\\": \\\"\\\",\\n  \\\"page_size\\\": 30,\\n  \\\"total_records\\\": 2,\\n  \\\"phone_numbers\\\": [\\n    {\\n      \\\"id\\\": \\\"execvbfgbgr\\\",\\n      \\\"number\\\": \\\"0000111100\\\",\\n      \\\"source\\\": \\\"internal\\\",\\n      \\\"status\\\": \\\"pending\\\",\\n      \\\"number_type\\\": \\\"tollfree\\\",\\n      \\\"location\\\": \\\"Milpitas,California,United States\\\",\\n      \\\"assignee\\\": {\\n        \\\"id\\\": \\\"cgfdgfghghim\\\",\\n        \\\"name\\\": \\\"Peter Jenner\\\",\\n        \\\"extension_number\\\": 012,\\n        \\\"type\\\": \\\"user\\\"\\n      },\\n      \\\"site\\\": {\\n        \\\"id\\\": \\\"sdfsdfgrg\\\",\\n        \\\"name\\\": \\\"SF office\\\"\\n      }\\n    },\\n    {\\n      \\\"id\\\": \\\"fdgfdgfdh\\\",\\n      \\\"number\\\": \\\"111111111\\\",\\n      \\\"source\\\": \\\"external\\\",\\n      \\\"status\\\": \\\"available\\\",\\n      \\\"number_type\\\": \\\"toll\\\",\\n      \\\"location\\\": \\\"San Jose,California,United States\\\",\\n      \\\"assignee\\\": {\\n        \\\"id\\\": \\\"dfgdfghdfhgh\\\",\\n        \\\"name\\\": \\\"Receptionist\\\",\\n        \\\"extension_number\\\": 001\\n        \\\"type\\\": \\\"autoReceptionist\\\"\\n      },\\n      \\\"site\\\": {\\n        \\\"id\\\": \\\"jhdfsdghfdg\\\",\\n        \\\"name\\\": \\\"San Jose office\\\"\\n      }\\n    }\\n  ]\\n}\""}],"_postman_id":"008a4e10-1847-4b7b-9827-6bc7e5e5dd4d"},{"name":"https://api.zoom.us/v2/phone/numbers/:numberId","id":"a8a05df6-c9db-4e7c-842c-0d35f9943f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/numbers/:numberId","description":"<p>A Zoom account owner or admin can purchase phone numbers and assign them to Zoom phone users. Use this API to get details on a specific Phone number in a Zoom account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","numbers",":numberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"1d595b50-d949-4652-b26c-5b2f4a7f9950","description":{"content":"<p>(Required) Unique Identifier of the Phone Number. This can be retrieved from the List Phone Numbers API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"numberId"}]}},"response":[{"id":"9f0d6e97-966b-4d7a-824d-80d4e6f3eecc","name":"**HTTP Status Code:** `200` **OK**<br>\nPhone number details retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/numbers/:numberId","host":["https://api.zoom.us/v2"],"path":["phone","numbers",":numberId"],"variable":[{"key":"numberId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Hfdgdfgdfg1ew\",\n \"number\": \"+140000007\",\n \"source\": \"internal\",\n \"status\": \"available\",\n \"location\": \"Milpitas,California,United States\",\n \"assignee\": {\n  \"name\": \"Main Auto Receptionist\",\n  \"extension_number\": 10000,\n  \"type\": \"autoReceptionist\"\n },\n \"site\": {\n  \"id\": \"CEfdfdfgA\",\n  \"name\": \"Main Site\"\n }\n}"},{"id":"a8b99353-4dfd-4f00-8d3e-ab0ad6ac3712","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nPhone number does not exist, phonenumberId:{phoneNumberId}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/numbers/:numberId","host":["https://api.zoom.us/v2"],"path":["phone","numbers",":numberId"],"variable":[{"key":"numberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8a05df6-c9db-4e7c-842c-0d35f9943f7a"}],"id":"8fcc7264-89a4-41bb-b4a8-95dcaabace77","_postman_id":"8fcc7264-89a4-41bb-b4a8-95dcaabace77","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"sites","item":[{"name":"{site Id}","item":[{"name":"https://api.zoom.us/v2/phone/sites/:siteId","id":"45b0880a-aac6-4130-a1af-d4d39b3848a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/sites/:siteId","description":"<p>Sites allow you to organize Zoom Phone users in your organization. Use this API to get information about a specific <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672\">site</a>.</p>\n<p><strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Account must have a Pro or a higher plan with Zoom Phone license.</li>\n<li>Multiple Sites must be <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_05c88e35-1593-491f-b1a8-b7139a75dc15\">enabled</a>.<br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","sites",":siteId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"63596930-0e7b-490a-b02b-9c1bf8ca33a4","description":{"content":"<p>(Required) Unique Identifier of the Site.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"siteId"}]}},"response":[{"id":"a4f969c0-f936-4340-aa9c-130a5ea50a1f","name":"**HTTP Status Code:** `200`<br>\nSite information retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/sites/:siteId","host":["https://api.zoom.us/v2"],"path":["phone","sites",":siteId"],"variable":[{"key":"siteId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"CEfghfghhWA\",\n \"name\": \"Main Site\",\n \"site_code\": 10,\n \"main_auto_receptionist\": {\n  \"id\": \"NMyfgfhghhsVg\",\n  \"extension_id\": \"E6Khfghgfr8A\",\n  \"extension_number\": 10801,\n  \"name\": \"Main Auto Receptionist\"\n }\n}"},{"id":"c302bc5c-8a71-4c18-b831-c4ea5848465d","name":"**Error Code:** `400`<br>\nSite does not exist.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/sites/:siteId","host":["https://api.zoom.us/v2"],"path":["phone","sites",":siteId"],"variable":[{"key":"siteId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45b0880a-aac6-4130-a1af-d4d39b3848a6"},{"name":"https://api.zoom.us/v2/phone/sites/:siteId","id":"f5430cb6-1d96-4988-9d82-f994d41246ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/sites/:siteId?transfer_site_id=<string>","description":"<p>Sites allow you to organize Zoom Phone users in your organization. Use this API to delete a specific <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672\">site</a> in a Zoom account. To delete a site, in the query parameter, you must provide the Site ID of another site where the assets of current site (users, numbers and phones) can be transferred to.  You cannot use this API to delete the main site.</p>\n<p><strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Account must have a Pro or a higher plan with Zoom Phone license. </li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites\">Multiple Sites</a> must be enabled.<br />\n<strong>Scope:</strong> <code>phone:write:admin</code><br /> \n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`</li>\n</ul>\n","urlObject":{"path":["phone","sites",":siteId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) The Site ID of another site where the assets of the current site (users, numbers and phones) can be transferred to.</p>\n","type":"text/plain"},"key":"transfer_site_id","value":"<string>"}],"variable":[{"id":"31e68635-dc93-4fb4-905b-e2bcf4d913c0","description":{"content":"<p>(Required) Unique Identifier of the Site.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"siteId"}]}},"response":[{"id":"36722cc8-c0f5-41a1-b398-30f9e97343b7","name":"**HTTP Status Code:** `409` **Conflict**<br><br>\n**Error Code:** `409`<br>\nConflict target extension number, try later.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/sites/:siteId?transfer_site_id=<string>","host":["https://api.zoom.us/v2"],"path":["phone","sites",":siteId"],"query":[{"key":"transfer_site_id","value":"<string>"}],"variable":[{"key":"siteId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3f6f9453-fa69-4275-a297-deaf0b535f4e","name":"**HTTP Status Code:** `204`<br>\nPhone Site deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/sites/:siteId?transfer_site_id=<string>","host":["https://api.zoom.us/v2"],"path":["phone","sites",":siteId"],"query":[{"key":"transfer_site_id","value":"<string>"}],"variable":[{"key":"siteId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"66c32cce-0c45-4c97-97b6-4aee2a4a24a2","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `400`<br>\nUnable to transfer to the same site.<br>\nMain company number can not change {phoneNumber}.<br>\nSite does not exist.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/sites/:siteId?transfer_site_id=<string>","host":["https://api.zoom.us/v2"],"path":["phone","sites",":siteId"],"query":[{"key":"transfer_site_id","value":"<string>"}],"variable":[{"key":"siteId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5430cb6-1d96-4988-9d82-f994d41246ca"},{"name":"https://api.zoom.us/v2/phone/sites/:siteId","id":"05ba8fb8-f059-4597-ba7d-bdfeff1239a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Name of the site.</p>\n"},{"key":"site_code","value":"<integer>","type":"text","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b\">Site Code</a>.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/sites/:siteId","description":"<p>Sites allow you to organize Zoom Phone users in your organization. Use this API to update information about a specific <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672\">site</a>.</p>\n<p><strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Account must have a Pro or a higher plan with Zoom Phone license.</li>\n<li><strong>Scope:</strong> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","sites",":siteId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"8279fb73-881d-486a-9238-9f8d61ca2356","description":{"content":"<p>(Required) Unique Identifier of the Site.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"siteId"}]}},"response":[{"id":"9974df8f-a50e-4bd7-95b3-96b594608b21","name":"**HTTP Status Code:** `204` **No Content**<br>\nSite details updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the site.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"[Site Code](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b).","type":"text/plain"},"key":"site_code","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/sites/:siteId","host":["https://api.zoom.us/v2"],"path":["phone","sites",":siteId"],"variable":[{"key":"siteId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"e0b68e1f-61f9-4f34-b117-9dbec3c4aaef","name":"\n**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nValidation Failed. Site does not exist.<br><br>\n**Error Code:** `400`<br>\nSite Code is disabled.<br>\nInvalid site code length.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the site.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"[Site Code](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b).","type":"text/plain"},"key":"site_code","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/sites/:siteId","host":["https://api.zoom.us/v2"],"path":["phone","sites",":siteId"],"variable":[{"key":"siteId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05ba8fb8-f059-4597-ba7d-bdfeff1239a5"}],"id":"b51d6a5d-2662-44ca-98a0-fb0868858784","_postman_id":"b51d6a5d-2662-44ca-98a0-fb0868858784","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/sites","id":"1ac20e2e-6ef1-449b-a807-de1dd58cfad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Name of the Site.</p>\n"},{"key":"auto_receptionist_name","value":"<string>","type":"text","description":"<p>Display name of the <a href=\"https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Integrated-Voice-Response-IVR-\">auto-receptionist</a> for the site.</p>\n"},{"key":"site_code","value":"<integer>","type":"text","description":"<p>Identifier for a site. If site code is enabled, this field is required.</p>\n"},{"key":"default_emergency_address","value":"{\"country\":\"<string>\",\"address_line1\":\"<string>\",\"city\":\"<string>\",\"zip\":\"<string>\",\"state_code\":\"<string>\",\"address_line2\":\"<string>\"}","type":"text","description":"<p>(Required) </p>\n"},{"key":"short_extension","value":"{\"length\":3}","type":"text","description":"<p>Short extension of the phone site.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/sites","description":"<p>Sites allow you to organize Zoom Phone users in your organization. Use this API to create a <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672\">Site</a>.<br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Multiple Sites must be <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_05c88e35-1593-491f-b1a8-b7139a75dc15\">enabled</a>.</li>\n<li>Pro or a higher account with Zoom Phone enabled.\n<strong>Scope:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","sites"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"abc65f53-d526-40f7-9c36-6f282fab2ada","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nInvalid site code length.<br>\nCountry information is invalid.<br>\nThis address could not be validated / geocoded.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the Site.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Display name of the [auto-receptionist](https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Integrated-Voice-Response-IVR-) for the site.","type":"text/plain"},"key":"auto_receptionist_name","value":"<string>","type":"text"},{"description":{"content":"Identifier for a site. If site code is enabled, this field is required.\n\n","type":"text/plain"},"key":"site_code","value":"<integer>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"default_emergency_address","value":"{\"country\":\"<string>\",\"address_line1\":\"<string>\",\"city\":\"<string>\",\"zip\":\"<string>\",\"state_code\":\"<string>\",\"address_line2\":\"<string>\"}","type":"text"},{"description":{"content":"Short extension of the phone site.","type":"text/plain"},"key":"short_extension","value":"{\"length\":3}","type":"text"}]},"url":"https://api.zoom.us/v2/phone/sites"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f769ddbc-de55-4c00-8934-0dbc3cf05656","name":"**HTTP Status Code:** `204` **No Content**<br>\nSite created successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the Site.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Display name of the [auto-receptionist](https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Integrated-Voice-Response-IVR-) for the site.","type":"text/plain"},"key":"auto_receptionist_name","value":"<string>","type":"text"},{"description":{"content":"Identifier for a site. If site code is enabled, this field is required.\n\n","type":"text/plain"},"key":"site_code","value":"<integer>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"default_emergency_address","value":"{\"country\":\"<string>\",\"address_line1\":\"<string>\",\"city\":\"<string>\",\"zip\":\"<string>\",\"state_code\":\"<string>\",\"address_line2\":\"<string>\"}","type":"text"},{"description":{"content":"Short extension of the phone site.","type":"text/plain"},"key":"short_extension","value":"{\"length\":3}","type":"text"}]},"url":"https://api.zoom.us/v2/phone/sites"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ingjgjfhi\",\n \"name\": \"San Jose Site\"\n}"}],"_postman_id":"1ac20e2e-6ef1-449b-a807-de1dd58cfad9"},{"name":"https://api.zoom.us/v2/phone/sites","id":"66be05e4-5d05-4b27-9318-17377b37e4df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/sites?page_size=30&next_page_token=<string>","description":"<p>Sites allow you to organize Zoom Phone users in your organization. Use this API to list all the <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672\">sites</a> that have been created for an account.<br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Multiple Sites must be <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_05c88e35-1593-491f-b1a8-b7139a75dc15\">enabled</a>.</li>\n<li>Pro or a higher account with Zoom Phone enabled.</li>\n</ul>\n<p><strong>Scope:</strong> <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","sites"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"2d40af47-ee34-4856-a18a-ff3e54dedaae","name":"Untitled Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/sites?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","sites"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 2,\n \"sites\": [\n  {\n   \"id\": \"CESAfgkwporiw3WA\",\n   \"name\": \"Main Site\",\n   \"site_code\": 10,\n   \"country\": {\n    \"name\": \"Canada\",\n    \"code\": \"CA\"\n   },\n   \"main_auto_receptionist\": {\n    \"id\": \"NMyfgfgfhdghsVg\",\n    \"extension_id\": \"E6Khfhfhf4idr8A\",\n    \"extension_number\": 10801,\n    \"name\": \"Main Auto Receptionist\"\n   }\n  },\n  {\n   \"id\": \"fwfhfghbghghfgcuw\",\n   \"name\": \"SAC office\",\n   \"site_code\": 12,\n   \"main_auto_receptionist\": {\n    \"id\": \"t1s55343ggfg3wwg\",\n    \"extension_id\": \"V7AIhaaaaaaaaRyTw\",\n    \"extension_number\": 12001,\n    \"name\": \"SAC Office Auto Receptionist\"\n   }\n  }\n ]\n}"}],"_postman_id":"66be05e4-5d05-4b27-9318-17377b37e4df"}],"id":"6748b4b2-cd8e-4092-860b-4a438b59d173","_postman_id":"6748b4b2-cd8e-4092-860b-4a438b59d173","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"users","item":[{"name":"{user Id}","item":[{"name":"phone numbers","item":[{"name":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers","id":"a75c830b-da08-4797-ad28-b3c0a73b0237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers","description":"<p>Assign a <a href=\"https://support.zoom.us/hc/en-us/articles/360020808292-Managing-Phone-Numbers\">phone number</a> to a user who has already enabled Zoom Phone. </p>\n<p><strong>Scopes</strong>: <code>phone:write</code> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisite:</strong> </p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","phone_numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"406166a0-95e8-45cd-955b-3c33f1454f34","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"6f292c51-092e-4b67-9b73-5f10ac3766e4","name":"**Error Code:** `300`<br>\nUser does not belong to this account.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","phone_numbers"],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89d9cdc6-2a5b-4d08-9898-17a505373b47","name":"**HTTP Status Code:** `400`<br>\nUser does not have a calling plan.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","phone_numbers"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ebe9fb89-1c0b-41bc-b001-c2d7871c287b","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** `1001` <br>This user does not exist: {userId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","phone_numbers"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed7d76b4-4c28-40ab-adcb-d80410324744","name":"**HTTP Status Code:** `200` <br>\nPhone number assigned successfully. \n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","phone_numbers"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_numbers\": [\n  {\n   \"id\": \"djkfsd13\",\n   \"number\": \"+123456789\"\n  }\n ]\n}"}],"_postman_id":"a75c830b-da08-4797-ad28-b3c0a73b0237"},{"name":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers/:phoneNumberId","id":"ea591178-d7c4-4d60-9b6c-2a9edfc8961b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers/:phoneNumberId","description":"<p>Unassign <a href=\"https://support.zoom.us/hc/en-us/articles/360020808292-Managing-Phone-Numbers#h_38ba8b01-26e3-4b1b-a9b5-0717c00a7ca6\">phone number</a> of a Zoom phone user. <br /></p>\n<p>After assigning a phone number, you can remove it if you don't want it to be assigned to anyone.</p>\n<p><strong>Scopes</strong>: <code>phone:write</code> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisite:</strong> </p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n<li>User must have been previously assigned a Zoom Phone number.</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","phone_numbers",":phoneNumberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ecc0f403-b97d-4df4-a839-f588b6a957de","description":{"content":"<p>(Required) Provide either userId or email address of the user.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"},{"id":"3865c835-7667-4740-ac38-d5637cb0ade5","description":{"content":"<p>(Required) Provide either phone number or phoneNumberId of the user. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"phoneNumberId"}]}},"response":[{"id":"566b5c21-5d7c-4d8a-812d-46e893e21529","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** `1001`<br>\nUser does not exist.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","phone_numbers",":phoneNumberId"],"variable":[{"key":"userId"},{"key":"phoneNumberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"86372b3e-a85f-4563-b6dd-f1548b092606","name":"**Error Code:** `300`<br>\nUser does not belong to this account.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","phone_numbers",":phoneNumberId"],"variable":[{"key":"userId"},{"key":"phoneNumberId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c0559c5e-2b62-4c5a-b2a5-a38f0645ff36","name":"**HTTP Status Code:** `204`\nThe phone number has been unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","phone_numbers",":phoneNumberId"],"variable":[{"key":"userId"},{"key":"phoneNumberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"ea591178-d7c4-4d60-9b6c-2a9edfc8961b"}],"id":"691ec2fd-a7d5-45f3-81d6-031abd6e68a1","_postman_id":"691ec2fd-a7d5-45f3-81d6-031abd6e68a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"calling plans","item":[{"name":"https://api.zoom.us/v2/phone/users/:userId/calling_plans","id":"a66caba7-6fa8-4084-a30f-978fa3b979aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"calling_plans","value":"[{\"type\":\"<string>\"},{\"type\":\"<string>\"}]","type":"text"}]},"url":"https://api.zoom.us/v2/phone/users/:userId/calling_plans","description":"<p>Assign <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans#zoom-phone-calling-plans\">calling plan</a> to a <a href=\"https://support.zoom.us/hc/en-us/categories/360001370051-Zoom-Phone\">Zoom Phone</a> user.</p>\n<p><strong>Scopes</strong>: <code>phone:write</code> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisite:</strong> </p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","calling_plans"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a505d6f0-2989-4e9e-a40c-7455ef645f89","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"541bfa38-5da8-4a92-9fdf-166382508369","name":"**HTTP Status code:** `200`<br>\nCalling plan assigned successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"calling_plans","value":"[{\"type\":\"<string>\"},{\"type\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/calling_plans","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","calling_plans"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"60cf25bb-40b7-4dd6-bdf8-bc762f8066fd","name":"**HTTP Status code:** `404`<br>\n**Error Code:** `1001` <br>\nUser does not exist:{userId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"calling_plans","value":"[{\"type\":\"<string>\"},{\"type\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/calling_plans","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","calling_plans"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a719e340-8306-41d4-97fb-c31b6613e428","name":"**Error Code:** `300` <br>\nUser does not belong to this account.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"calling_plans","value":"[{\"type\":\"<string>\"},{\"type\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/calling_plans","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","calling_plans"],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a66caba7-6fa8-4084-a30f-978fa3b979aa"},{"name":"https://api.zoom.us/v2/phone/users/:userId/calling_plans/:type","id":"b480d78b-0d74-4be8-ae0b-61600bdb4dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/users/:userId/calling_plans/:type","description":"<p>Unassign a <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans#zoom-phone-calling-plans\">calling plan</a> that was previously assigned to a <a href=\"https://support.zoom.us/hc/en-us/categories/360001370051\">Zoom Phone</a> user.</p>\n<p><strong>Scopes</strong>: <code>phone:write</code> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisite:</strong> </p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","calling_plans",":type"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"bef9f061-3919-472b-a66b-3044dd161347","description":{"content":"<p>(Required) The <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans#zoom-phone-calling-plans\">type</a> of the calling plan that was assigned to user. (e.g: The value of type would be \"200\" for Unlimited US/Canada calling plan.)</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"type"},{"id":"b17c79a7-603e-4d6a-95eb-a582541669ad","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"6b31afd1-fbff-4050-8fa3-3c8fd8d710e9","name":"**HTTP Status Code:** `204` <br>\nCalling plan unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/calling_plans/:type","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","calling_plans",":type"],"variable":[{"key":"userId"},{"key":"type"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"7762975f-b1f9-4a40-9b45-fed31cfa66b8","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** `1001` <br>\nUser does not exist:{userId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/calling_plans/:type","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","calling_plans",":type"],"variable":[{"key":"userId"},{"key":"type"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"85263c56-be59-4bd0-9673-5d2b4437d558","name":"**Error Code:** `300` <br>\nUser does not belong to this account.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/calling_plans/:type","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","calling_plans",":type"],"variable":[{"key":"userId"},{"key":"type"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b480d78b-0d74-4be8-ae0b-61600bdb4dfb"}],"id":"d9044c84-0d08-4226-8d5e-c28d594c4a99","_postman_id":"d9044c84-0d08-4226-8d5e-c28d594c4a99","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/users/:userId","id":"d79330fe-059f-4cdf-9b05-621db572a0ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/users/:userId","description":"<p>Retrieve a user's <a href=\"https://support.zoom.us/hc/en-us/articles/360001297663-Quickstart-Guide-for-Zoom-Phone-Administrators\">zoom phone</a> profile.</p>\n<p><strong>Scopes:</strong> <code>phone:read</code>, <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n<p><strong>Prerequisites</strong> :</p>\n<ol>\n<li>Business or Enterprise account </li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"5fea542e-8fba-41ea-8614-5e587f974204","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"e3aef8f5-c79b-4be7-82ff-6944025a35c5","name":"**Error code:** `300` <br> User does not belong to this account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea1bc7d7-6d06-4f52-874b-b3d6caaf180c","name":"**HTTP Status Code:** `200` <br>User profile object returned. ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"fdjbgdfgkl0-ibkdjfg20913\",\n \"phone_user_id\": \"vfjbdlgrwi902_igr\",\n \"email\": \"awesome@amazingemailservice.com\",\n \"extension_number\": 100100,\n \"calling_plans\": [\n  {\n   \"type\": 200\n  }\n ],\n \"phone_numbers\": [\n  {\n   \"id\": \"vigfkjnrtUernketg09\",\n   \"number\": \"+1234567890\"\n  }\n ],\n \"site_id\": \"aXb1039sdjhhgdbgj4\",\n \"status\": \"activate\"\n}"},{"id":"f3a51164-896c-4e6a-9697-66703c4c35af","name":"**HTTP Status Code:** `404`<br>\n**Error code**: `1001` <br>User does not exist: {userId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d79330fe-059f-4cdf-9b05-621db572a0ba"},{"name":"https://api.zoom.us/v2/phone/users/:userId","id":"1782f033-5c37-43cf-9983-f86975555b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"extension_number","value":"<string>","type":"text","description":"<p>The extension number of the user. The number must be complete (i.e. site number + short extension).</p>\n"},{"key":"site_id","value":"<string>","type":"text","description":"<p>Unique identifier of the <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672\">site</a>   where the user should be moved/assigned. </p>\n"}]},"url":"https://api.zoom.us/v2/phone/users/:userId","description":"<p>Update a <a href=\"https://support.zoom.us/hc/en-us/categories/360001370051-Zoom-Phone\">Zoom Phone</a> user's profile.</p>\n<p><strong>Scopes:</strong> <code>phone:write</code> <code>phone:write:admin</code>  <br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisite:</strong> </p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"3b50944e-0631-4586-a257-0dc301866762","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"4d40f210-f39d-4b85-8ca3-8ecbfa0213b3","name":"**HTTP Status Code:** `400`<br>\nExtension number {extensionNumber} is already in use.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The extension number of the user. The number must be complete (i.e. site number + short extension).","type":"text/plain"},"key":"extension_number","value":"<string>","type":"text"},{"description":{"content":"Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672)   where the user should be moved/assigned. ","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a023449c-d8a9-449d-aa99-8b2339697cfb","name":"**HTTP Status Code:** `204`<br>\nProfile updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The extension number of the user. The number must be complete (i.e. site number + short extension).","type":"text/plain"},"key":"extension_number","value":"<string>","type":"text"},{"description":{"content":"Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672)   where the user should be moved/assigned. ","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"d5b0103b-44a7-444c-b70f-0781ace94ea7","name":"**Error Code**: `300`<br>\nUser does not belong to this account.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The extension number of the user. The number must be complete (i.e. site number + short extension).","type":"text/plain"},"key":"extension_number","value":"<string>","type":"text"},{"description":{"content":"Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672)   where the user should be moved/assigned. ","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1782f033-5c37-43cf-9983-f86975555b99"},{"name":"https://api.zoom.us/v2/phone/users/:userId/settings","id":"77cc6e12-8ec7-4d89-ac6e-8255b4b0cdc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/users/:userId/settings","description":"<p>Retrieve a user's zoom phone profile <a href=\"https://support.zoom.us/hc/en-us/articles/360021325712-Configuring-Settings\">settings</a>.</p>\n<p><strong>Scopes:</strong> <code>phone:read</code>, <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisite:</strong></p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"04ae0103-9679-4058-b24f-8fe8d8b9b9dd","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"584fb345-d5ab-4208-957d-6f3ee3e87b3e","name":"**Error Code:** `300`<br>\nUser does not belong to this account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/settings","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","settings"],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"824009f7-a2d1-478d-860c-df606e123037","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** `1001`<br>\nUser does not exist: {userId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/settings","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","settings"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bbecb9f0-6bb0-49f1-b058-5e05a3fd3287","name":"**HTTP Status Code:** `200`<br>\nUser Setting object returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/settings","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","settings"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"outbound_caller\": {\n  \"number\": \"23456789\"\n },\n \"area_code\": \"+1\"\n}"}],"_postman_id":"77cc6e12-8ec7-4d89-ac6e-8255b4b0cdc0"},{"name":"https://api.zoom.us/v2/phone/users/:userId/call_logs","id":"f29ca8c5-dbb2-4294-a2ed-c2d5daf6a88e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/users/:userId/call_logs?page_size=30&from=<date>&to=<date>&type=<string>&next_page_token=<string>","description":"<p>Retrieve a <a href=\"https://support.zoom.us/hc/en-us/articles/360001297663-Quickstart-Guide-for-Zoom-Phone-Administrators\">zoom phone</a> user's call logs.</p>\n<p><strong>Scopes:</strong> <code>phone:read</code>, <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisite:</strong> </p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","call_logs"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"key":"type","value":"<string>"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"194b686a-a225-4fcb-b34d-7c2179ae1ce8","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"2c4c0208-cb95-4d97-a4e8-fb05ab7334e6","name":"**Error Code:** `300`<br>\nUser does not belong to this account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/call_logs?page_size=30&from=<date>&to=<date>&type=<string>&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","call_logs"],"query":[{"key":"page_size","value":"30"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"type","value":"<string>"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"73258fd7-5c70-4396-a73c-8398a2a56de1","name":"**HTTP Status code:** `200`\nUser's call logs returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/call_logs?page_size=30&from=<date>&to=<date>&type=<string>&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","call_logs"],"query":[{"key":"page_size","value":"30"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"type","value":"<string>"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 0,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 0,\n \"from\": \"2019-05-19\",\n \"to\": \"2019-05-20\",\n \"call_logs\": [\n  {\n   \"id\": \"sjbkfdsbfsdf\",\n   \"caller_number\": \"12345678\",\n   \"caller_number_type\": \"1\",\n   \"caller_name\": \"ullamconame\",\n   \"callee_number\": \"34567889\",\n   \"callee_number_type\": \"2\",\n   \"callee_name\": \"somename\",\n   \"direction\": \"inbound\",\n   \"duration\": 18677470,\n   \"result\": \"no_answer\",\n   \"date_time\": \"2019-05-19T20:00:00Z\"\n  }\n ]\n}"},{"id":"e4334d21-24f3-46cc-bba9-6f54db223797","name":"**HTTP Status code:** `404`\n**Error Code:** `300`<br>\nUser does not exist: {userId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/call_logs?page_size=30&from=<date>&to=<date>&type=<string>&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","call_logs"],"query":[{"key":"page_size","value":"30"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"type","value":"<string>"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f29ca8c5-dbb2-4294-a2ed-c2d5daf6a88e"},{"name":"https://api.zoom.us/v2/phone/users/:userId/recordings","id":"be92960b-63ff-4fc5-b55d-daadeb736bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/users/:userId/recordings?page_size=30&next_page_token=<string>","description":"<p>Retrieve a user's zoom <a href=\"https://support.zoom.us/hc/en-us/articles/360021336671-Viewing-Call-History-and-Recordings\">phone recordings</a>.\n<strong>Scopes:</strong> <code>phone:read</code>, <code>phone:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisite:</strong></p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","recordings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"ddc77edf-ebef-42af-94d9-211369edb609","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"46f39233-4d9e-47d4-97b1-dedbf39c6f3c","name":"**HTTP Status Code:** `200`<br>\nUser object returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/recordings?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 0,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"from\": \"2019-05-19\",\n \"to\": \"2019-05-20\",\n \"recordings\": [\n  {\n   \"id\": \"magnageUt\",\n   \"caller_number\": \"12345678\",\n   \"caller_number_type\": \"1\",\n   \"caller_name\": \"ullamconame\",\n   \"callee_number\": \"34567889\",\n   \"callee_number_type\": \"2\",\n   \"callee_name\": \"somename\",\n   \"direction\": \"inbound\",\n   \"duration\": 12,\n   \"date_time\": \"2019-05-19T20:00:00Z\",\n   \"download_url\": \"somerandomdownloadurl.com\"\n  }\n ]\n}"},{"id":"92decd73-c972-4e59-a46c-fcc45517faa6","name":"**HTTP Status Code:** `404` <br>\n**Error code:** `1001`<br>\nUser does not exist: {userId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/recordings?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f2598c03-d368-45a9-a4ac-d34e8f384b73","name":"**Error code:** `300`\nUser does not belong to this account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/recordings?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be92960b-63ff-4fc5-b55d-daadeb736bdb"},{"name":"https://api.zoom.us/v2/phone/users/:userId/voice_mails","id":"342b0072-4f8e-49f2-a7e6-f1aedffddcc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/users/:userId/voice_mails?page_size=30&status=all&next_page_token=<string>","description":"<p>Retrieve a user's Zoom Phone voicemails. </p>\n<p><strong>Scopes:</strong> <code>phone:read</code>, <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisite:</strong></p>\n<ol>\n<li>Business or Enterprise account</li>\n<li>A Zoom Phone license</li>\n</ol>\n","urlObject":{"path":["phone","users",":userId","voice_mails"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>Status of the voice mail</p>\n","type":"text/plain"},"key":"status","value":"all"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"09766d04-2460-4cb9-9458-78e57fdcff4b","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"806a4294-cac3-41be-ac48-9c875c5faad1","name":"**Error Code:** 300<br>\nUser does not belong to account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/voice_mails?page_size=30&status=all&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","voice_mails"],"query":[{"key":"page_size","value":"30"},{"key":"status","value":"all"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f92dd7fc-942c-472d-8654-7da2dd7fa595","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** 1001<br>\nUser does not exist: {userId}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/voice_mails?page_size=30&status=all&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","voice_mails"],"query":[{"key":"page_size","value":"30"},{"key":"status","value":"all"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fdca833a-ef75-45b1-a305-c70068dde131","name":"**HTTP Status Code:** `200`<br>\nUser object returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users/:userId/voice_mails?page_size=30&status=all&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users",":userId","voice_mails"],"query":[{"key":"page_size","value":"30"},{"key":"status","value":"all"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 0,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"voice_mails\": [\n  {\n   \"id\": \"Excepteur\",\n   \"date_time\": \"2019-05-19T20:00:00Z\",\n   \"download_url\": \"ani_maborumu7labojgde.com\",\n   \"duration\": \"18677\",\n   \"caller_number\": \"12345678\",\n   \"caller_number_type\": \"1\",\n   \"caller_name\": \"ullamconame\",\n   \"callee_number\": \"34567889\",\n   \"callee_number_type\": \"2\",\n   \"callee_name\": \"somename\",\n   \"status\": \"read\"\n  }\n ]\n}"}],"_postman_id":"342b0072-4f8e-49f2-a7e6-f1aedffddcc7"}],"id":"cd99d3dd-7c16-4718-aa81-45d554398b4b","_postman_id":"cd99d3dd-7c16-4718-aa81-45d554398b4b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/users","id":"2a7f213e-4230-419e-bf79-ad5265347265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/users?page_size=30&next_page_token=<string>&site_id=<string>","description":"<p>List all the users on an account who have been assigned Zoom Phone licenses.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","users"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned from a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>Unique Identifier of the site. This can be retrieved from List Phone Sites API.</p>\n","type":"text/plain"},"key":"site_id","value":"<string>"}],"variable":[]}},"response":[{"id":"14d1bf7a-da00-463c-9f0e-44de1bee6363","name":"**HTTP Status Code:** `200` **OK**<br>\nPhone users retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/users?page_size=30&next_page_token=<string>&site_id=<string>","host":["https://api.zoom.us/v2"],"path":["phone","users"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"site_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"next_page_token\": \"\",\n \"page_size\": 30,\n \"total_records\": 1,\n \"users\": [\n  {\n   \"calling_plans\": [\n    {\n     \"name\": \"US/CA Unlimited Calling Plan\",\n     \"type\": 200\n    }\n   ],\n   \"id\": \"z8ghgfh8uQ\",\n   \"phone_user_id\": \"EMhghghg5w\",\n   \"email\": \"sghhgghf@ghghmail.com\",\n   \"name\": \"Shri Shri\",\n   \"extension_number\": 10000,\n   \"status\": \"activate\",\n   \"site\": {\n    \"id\": \"CESEpjWwT-upVH7kt_ixWA\",\n    \"name\": \"Main Site\"\n   }\n  }\n ]\n}"}],"_postman_id":"2a7f213e-4230-419e-bf79-ad5265347265"}],"id":"7eec70f0-ea4e-47c2-8b24-77f0b2e53ef1","_postman_id":"7eec70f0-ea4e-47c2-8b24-77f0b2e53ef1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"devices","item":[{"name":"{device Id}","item":[{"name":"https://api.zoom.us/v2/phone/devices/:deviceId","id":"8fd80bc9-2ec6-4b8e-a66d-3caa916d4fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"display_name","value":"<string>","type":"text","description":"<p>Display name of the desk phone.</p>\n"},{"key":"mac_address","value":"<string>","type":"text","description":"<p>The MAC address of the desk phone.<br /> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.</p>\n"},{"key":"assigned_to","value":"<string>","type":"text","description":"<p>User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users\">List Users</a> API.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/devices/:deviceId","description":"<p>Update information of a <a href=\"https://support.zoom.us/hc/en-us/articles/360021119092\">desk phone device</a>.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","devices",":deviceId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ee844cea-ba5b-4ab1-b091-53fd7c21319a","description":{"content":"<p>(Required) Unique Identifier of the Device.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"deviceId"}]}},"response":[{"id":"328c94bd-74e2-40c0-aa7f-5eb671182e03","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1001`<br>\nUser not found: {userId}<br>\nThe user extension does not exist, extensionId: {extensionId}.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display name of the desk phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"The MAC address of the desk phone.<br> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"},{"description":{"content":"User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the [List Users](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users) API.","type":"text/plain"},"key":"assigned_to","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48799ddd-eb55-460c-97c5-e01fa0351413","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300` <br>\nValidation failed. Device does not exist in the system.<br>\nInvalid userId.<br>\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display name of the desk phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"The MAC address of the desk phone.<br> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"},{"description":{"content":"User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the [List Users](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users) API.","type":"text/plain"},"key":"assigned_to","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"720a6af0-bf02-42e4-bbf0-b985c9030608","name":"**HTTP Status Code:** `204` **No Content**<br>\nDevice updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display name of the desk phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"The MAC address of the desk phone.<br> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"},{"description":{"content":"User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the [List Users](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users) API.","type":"text/plain"},"key":"assigned_to","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"f437b926-890b-49c2-9b71-c44ae83ad38c","name":"**HTTP Status Code:** `429` **Too Many Requests**<br>\n**Error Code:** `429`<br>\nEach user can be assigned up to three desk phones.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display name of the desk phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"The MAC address of the desk phone.<br> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"},{"description":{"content":"User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the [List Users](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users) API.","type":"text/plain"},"key":"assigned_to","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8fd80bc9-2ec6-4b8e-a66d-3caa916d4fe4"},{"name":"https://api.zoom.us/v2/phone/devices/:deviceId","id":"77d18511-0cac-4c7a-a961-74a8b9b3a9d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/devices/:deviceId","description":"<p>Remove a <a href=\"https://support.zoom.us/hc/en-us/articles/360021119092\">desk phone device</a> from the Zoom Phone System Management.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license</li>\n<li>Account owner or admin permissions</li>\n<li>Device must not have been assigned to a user.<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","devices",":deviceId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"2861cdfc-1ac7-4b52-b282-f8e09098c71d","description":{"content":"<p>(Required) Unique Identifier of the device.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"deviceId"}]}},"response":[{"id":"43025458-bc9d-486a-89ad-f9c110c3eeff","name":"**HTTP Status Code:** `204` **No Content**<br>\nDevice deleted successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"5f10c5ee-ca5d-4cbb-b6bb-3dcb869ac51d","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300` **Vaidation Failed.**<br>\nDevice does not exist in the system.\nOnly unassigned device can be deleted.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77d18511-0cac-4c7a-a961-74a8b9b3a9d3"},{"name":"https://api.zoom.us/v2/phone/devices/:deviceId","id":"dd9af4f3-20b2-44a7-870f-bb754e814a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/devices/:deviceId","description":"<p>Get detailed information about a specific <a href=\"https://support.zoom.us/hc/en-us/articles/360021119092\">desk phone device</a>.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","devices",":deviceId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e0778645-752a-4a7c-925a-7703ad23cf66","description":{"content":"<p>(Required) Unique Identifier of the device.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"deviceId"}]}},"response":[{"id":"4b65945c-c50f-4fba-807a-72d84a019675","name":"**HTTP Status Code:** `200` **OK**<br>\nDevice information retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"1234324\",\n \"display_name\": \"Pooja's Phone\",\n \"device_type\": \"AudioCodes405\",\n \"mac_address\": \"203a07240534\",\n \"assignee\": {\n  \"id\": \"i242djsgrg\",\n  \"name\": \"Pooja\",\n  \"extension_number\": 123\n },\n \"status\": \"online\",\n \"site\": {\n  \"id\": \"sdfdgdg32\",\n  \"name\": \"HQ site\"\n }\n}"},{"id":"e298821e-2cd1-4adb-8ef7-d3babb1f6683","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nDevice does not exist in the system.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["phone","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd9af4f3-20b2-44a7-870f-bb754e814a92"}],"id":"622e1f10-c277-4061-9e9e-353c75861f36","_postman_id":"622e1f10-c277-4061-9e9e-353c75861f36","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/devices","id":"84977832-5201-476c-a50a-7fc8818402b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"mac_address","value":"<string>","type":"text","description":"<p>The MAC address of the desk phone.<br /> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.</p>\n"},{"key":"display_name","value":"<string>","type":"text","description":"<p>Display name of the desk phone.</p>\n"},{"key":"type","value":"<string>","type":"text","description":"<p>Manufacturer (brand) name of the device.</p>\n"},{"key":"model","value":"<string>","type":"text","description":"<p>Model name of the device.</p>\n"},{"key":"assigned_to","value":"<string>","type":"text","description":"<p>User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users\">List Users</a> API.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/devices","description":"<p>By default, all Zoom Phone users can make and receive calls using the Zoom desktop and mobile applications. Additionally, if a desk phone is required, use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/360021119092#h_5ca07504-68a8-4c3d-ad0e-c1d3594436da\">add a desk phone and assign it</a> to a user.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license</li>\n<li>Account owner or admin permissions</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360001299063-Zoom-Voice-Supported-Devices\">Supported device</a><br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","devices"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"193d9b82-ad20-4e4b-a53f-1027e3275299","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1001`<br>\nUser not found: {userId}\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The MAC address of the desk phone.<br> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"},{"description":{"content":"Display name of the desk phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Manufacturer (brand) name of the device.","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Model name of the device.","type":"text/plain"},"key":"model","value":"<string>","type":"text"},{"description":{"content":"User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the [List Users](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users) API.","type":"text/plain"},"key":"assigned_to","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/devices"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a57c21c0-dfef-4779-8d4a-85043c6be330","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300` **Validation failed.**<br>\nPhone manufacturer does not exist.<br>\nPhone model does not exist.<br>\nPhone manufacturer is not supported.<br><br>\n**Error Code:** `400`<br>\nThe MAC Address ","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The MAC address of the desk phone.<br> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"},{"description":{"content":"Display name of the desk phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Manufacturer (brand) name of the device.","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Model name of the device.","type":"text/plain"},"key":"model","value":"<string>","type":"text"},{"description":{"content":"User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the [List Users](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users) API.","type":"text/plain"},"key":"assigned_to","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/devices"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb0f409e-f788-456c-9aff-13574a7d7daa","name":"**HTTP Status Code:** `201` **Created**<br>\nDevice added successfully.  ","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The MAC address of the desk phone.<br> \nNote: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"},{"description":{"content":"Display name of the desk phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Manufacturer (brand) name of the device.","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Model name of the device.","type":"text/plain"},"key":"model","value":"<string>","type":"text"},{"description":{"content":"User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the [List Users](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users) API.","type":"text/plain"},"key":"assigned_to","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/devices"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"84977832-5201-476c-a50a-7fc8818402b3"},{"name":"https://api.zoom.us/v2/phone/devices","id":"25f03c64-02d9-4498-9e45-4bb08dcfc20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/devices?type=<string>&next_page_token=<string>&page_size=30","description":"<p>List all the <a href=\"https://support.zoom.us/hc/en-us/articles/360021119092\">desk phone devices</a> that are configured with Zoom Phone on an account. To view devices that have not yet been assigned to a user, set the value of the <code>type</code> query parameter as <code>unassigned</code> and to view devices that have been assigned, set the value as <code>assigned</code>.<br /><br />\n<strong>Scopes:</strong> <code>phone:read:admin</code>\n <br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license</li>\n<li>Account owner or admin permissions<br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["phone","devices"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) State of the device. The value should be either <code>assigned</code> to list devices that have been assigned to user(s) or <code>unassigned</code> to list devices that have not yet been assigned to any user in the Zoom account.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"}],"variable":[]}},"response":[{"id":"19807192-a224-4ec7-a4af-104f4fc9306e","name":"**HTTP Status Code:** `200`<br>\nDevices listed successfully. ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/devices?type=<string>&next_page_token=<string>&page_size=30","host":["https://api.zoom.us/v2"],"path":["phone","devices"],"query":[{"key":"type","value":"<string>"},{"key":"next_page_token","value":"<string>"},{"key":"page_size","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"next_page_token\": \"proident in o\",\n \"page_size\": 80839828,\n \"total_records\": \"qui sunt esse\",\n \"devices\": [\n  {\n   \"id\": \"1234324\",\n   \"display_name\": \"Pooja's Phone\",\n   \"device_type\": \"AudioCodes405\",\n   \"mac_address\": \"203a07240534\",\n   \"assignee\": {\n    \"id\": \"i242djsgrg\",\n    \"name\": \"Pooja\",\n    \"extension_number\": 123\n   },\n   \"status\": \"online\",\n   \"site\": {\n    \"id\": \"sdfdgdg32\",\n    \"name\": \"HQ site\"\n   }\n  }\n ]\n}"}],"_postman_id":"25f03c64-02d9-4498-9e45-4bb08dcfc20c"}],"id":"4f8003e4-1d83-4aaf-9b1f-c389c17e3cb7","_postman_id":"4f8003e4-1d83-4aaf-9b1f-c389c17e3cb7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"call queues","item":[{"name":"{call Queue Id}","item":[{"name":"phone numbers","item":[{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers","id":"b5d504dc-47cf-4d64-bfc5-6543ffa2fce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text","description":"<p>Provide either the <code>id</code> or the <code>number</code> field. Only a max of 5 numbers can be assigned to a call queue at a time.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers","description":"<p>After <a href=\"https://support.zoom.us/hc/en-us/articles/360020808292#h_007ec8c2-0914-4265-8351-96ab23efa3ad\">buying phone number(s)</a>, you can assign it, allowing callers to directly dial a number to reach a <a href=\"https://support.zoom.us/hc/en-us/articles/360021524831-Managing-Call-Queues\">call queue</a>.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account plan.</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","call_queues",":callQueueId","phone_numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c40b5ef0-9522-4ae2-ba7b-497c2b1a9277","description":{"content":"<p>(Required) Unique Identifier of the Call Queue.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"4be6b16b-7889-4458-8f11-1bb940af7695","name":"**HTTP Status Code:** `204` **No Content**<br>\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide either the `id` or the `number` field. Only a max of 5 numbers can be assigned to a call queue at a time.","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","phone_numbers"],"variable":[{"key":"callQueueId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b5d504dc-47cf-4d64-bfc5-6543ffa2fce0"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers","id":"6266cb4f-44ba-4b23-bea7-0bfeea5ea8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers","description":"<p>Use this API to unbind all phone numbers that are assigned to a <a href=\"https://support.zoom.us/hc/en-us/articles/360021524831-Managing-Call-Queues\">Call Queue</a> After successful unbinding, the numbers will appear in the <a href=\"https://zoom.us/signin#/numbers/unassigned\">Unassigned tab</a>.<br /> If you only need to unassign a specific phone number, use the Unassign a Phone Number API instead. <br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account palan</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license <br /> <strong>Scopes:</strong> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","call_queues",":callQueueId","phone_numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"91f1237e-87c5-47d7-beb7-317d2bb31989","description":{"content":"<p>(Required) Unique Identifier of the Call Queue. This can be retrieved from List Call Queues API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"35326b27-c168-4abb-91ae-028dc4198015","name":"**HTTP Status Code:** `204` **No Content**<br>\nPhone numbers unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","phone_numbers"],"variable":[{"key":"callQueueId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3ff9f150-1241-4244-a706-e7ddf8d98fc5","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nValidation Failed. The group does not exist, groupId:{callQueueId}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","phone_numbers"],"variable":[{"key":"callQueueId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6266cb4f-44ba-4b23-bea7-0bfeea5ea8cf"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers/:phoneNumberId","id":"ee9e1342-3f08-46e5-a833-b6ce13a9125f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers/:phoneNumberId","description":"<p>After assigning a phone number, you can unbind it if you don't want it to be assigned to a <a href=\"https://support.zoom.us/hc/en-us/articles/360021524831-Managing-Call-Queues\">Call Queue</a>. Use this API to unbind a phone number from a Call Queue. After successful unbinding, the number will appear in the <a href=\"https://zoom.us/signin#/numbers/unassigned\">Unassigned tab</a>.<br /><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account palan</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license <br /> <strong>Scopes:</strong> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","call_queues",":callQueueId","phone_numbers",":phoneNumberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"51adc319-53da-42e3-9f1c-e63cbaf918a4","description":{"content":"<p>(Required) Unique Identifier of the Call Queue. This can be retrieved from the List Call Queues API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"},{"id":"beed4914-7365-4453-ba30-f0d20af650d2","description":{"content":"<p>(Required) Unique Identifier of the Phone Number. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"phoneNumberId"}]}},"response":[{"id":"4a6e6a92-37a9-4efb-95f1-6944fe0d21d5","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br>\nValidation failed. The group does not exist, groupId:{callQueueId}.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","phone_numbers",":phoneNumberId"],"variable":[{"key":"callQueueId"},{"key":"phoneNumberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a3fed60a-665f-4ca0-9856-b6f430254a28","name":"**HTTP Status Code:** `204` **No Content**<br>\nPhone Number unassigned successfuly.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","phone_numbers",":phoneNumberId"],"variable":[{"key":"callQueueId"},{"key":"phoneNumberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e3df55ec-b158-4bcf-af5f-e1fd217d5df1","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `404`<br>\nPhone number not belong to call queue.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","phone_numbers",":phoneNumberId"],"variable":[{"key":"callQueueId"},{"key":"phoneNumberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee9e1342-3f08-46e5-a833-b6ce13a9125f"}],"id":"5c67b682-d0a3-4ab1-b0b7-b06a6b828d89","_postman_id":"5c67b682-d0a3-4ab1-b0b7-b06a6b828d89","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"members","item":[{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","id":"6cdae07d-021e-4713-a72b-542533e3a9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text","description":"<p>A maximum of 10 members can be added at a time.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","description":"<p>Add phone users and/or <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones\">common area phones</a> as members to a specific Call Queue.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account plan.</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","call_queues",":callQueueId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"f29cd0fa-d0af-4b0e-b0f1-3afb5f9687ab","description":{"content":"<p>(Required) Unique Identifier of the Call Queue.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"65b6901d-03f4-472b-b3fb-e7a6b699fb6e","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nValidation Failed. The group does not exist, groupId:{callQueueId}.<br>\nExceeded the maximum number to add members per time.<br><br>\n**Error Code:** `412`<br>\nThe maximum number","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"A maximum of 10 members can be added at a time.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members"],"variable":[{"key":"callQueueId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d3adec6f-e9ad-4632-b983-dc490f1a8af3","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser not found: {userId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"A maximum of 10 members can be added at a time.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members"],"variable":[{"key":"callQueueId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e59ea5fc-0bf5-4abc-aa87-dc74d1bbd00d","name":"**HTTP Status Code:** `201` **Created**<br>\nMembers added successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"A maximum of 10 members can be added at a time.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members"],"variable":[{"key":"callQueueId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6cdae07d-021e-4713-a72b-542533e3a9a6"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","id":"c365a4b8-5bb7-484f-97b2-d666cd0fa8bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","description":"<p>Use this API to remove all members from a Call Queue who were previously assigned to that Call Queue. The members could be phone users or <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones\">common area phones</a>.\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account plan.</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","call_queues",":callQueueId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"b14ffac6-9f0f-4b3d-97e5-f2c8d908af49","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"05bcfdf2-601a-4455-8a15-76692a87cfd2","name":"**HTTP Status Code:** `204` **No Content**<br>\nMember unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members"],"variable":[{"key":"callQueueId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"9d3aab10-06cc-4b98-be2c-20a477a51283","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br>\nValidation Failed. The group does not exist, groupId:{callQueueId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members"],"variable":[{"key":"callQueueId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c365a4b8-5bb7-484f-97b2-d666cd0fa8bc"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members/:memberId","id":"6172caa0-4373-4766-9c74-bd7784e33c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members/:memberId","description":"<p>Use this API to remove a member from a Call Queue who was previously added to that Call Queue. The member could be a phone user or a <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones\">common area phone</a>. A member who is a Call Queue Manager cannot be unassigned from the Call Queue using this API. \n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account plan.</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","call_queues",":callQueueId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"14e03d47-5110-4e16-895d-2216032862c6","description":{"content":"<p>(Required) Unique Identifier of the Call Queue from which the member needs to be unassigned.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"},{"id":"38e5bed4-7ee2-45ed-9bbd-6f049c42687b","description":{"content":"<p>(Required) Unique Identifier of the member who needs to be unassigned.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"}]}},"response":[{"id":"4128ae3f-8ebd-435c-b4ec-bed35ab6e721","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\nUnable to find group member","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members",":memberId"],"variable":[{"key":"callQueueId"},{"key":"memberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd1c9403-d7cc-4057-8c1a-993f2d08335a","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br>\nValidation Failed. The group does not exist, groupId:{callQueueId}.\n**Error Code:** `400`<br>Unable to delete manager<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members",":memberId"],"variable":[{"key":"callQueueId"},{"key":"memberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f4883e4c-4624-4097-bb3d-7676a5a49150","name":"**HTTP Status Code:** `204` **No Content**<br>\nMember unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","members",":memberId"],"variable":[{"key":"callQueueId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"6172caa0-4373-4766-9c74-bd7784e33c98"}],"id":"4e58eb4d-6dc6-42cc-a1a1-acdca2fecfb6","_postman_id":"4e58eb4d-6dc6-42cc-a1a1-acdca2fecfb6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","id":"a61c973e-d1f7-430f-8973-98da80c1a4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","description":"<p>Call queues allow you to route incoming calls to a group of users. For instance, you can use call queues to route calls to various departments in your organization such as sales, engineering, billing, customer service etc.<br /> Use this API to get information on a specific Call Queue.<br /><br /> \n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro, Business, or Education account</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","call_queues",":callQueueId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e485f746-2981-472e-8dbf-5e3a6b82bcdd","description":{"content":"<p>(Required) Unique Identifier of the Call Queue. This can be retrieved from <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-call-queues/listcallqueues\">List Call Queues API</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"dbec7acc-09ce-4887-a215-6876cb095a30","name":"**HTTP Status Code:** `200` **OK**<br>\nCall Queue details retrieved successfully. ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId"],"variable":[{"key":"callQueueId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"jIfhghXFA\",\n \"name\": \"Test-Callqueue\",\n \"extension_number\": 10001,\n \"members\": {\n  \"users\": [\n   {\n    \"id\": \"z8hfgh8uQ\",\n    \"name\": \"Lisa Yankowski\",\n    \"level\": \"manager\"\n   }\n  ]\n },\n \"status\": \"active\",\n \"site\": {\n  \"id\": \"CcvcvnWA\",\n  \"name\": \"Main Site\"\n }\n}"},{"id":"edd8fd05-3e79-4e9d-8968-527fae835036","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\n The group does not exist, groupId:{callQueueId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId"],"variable":[{"key":"callQueueId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a61c973e-d1f7-430f-8973-98da80c1a4a2"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","id":"d0eed972-7420-4451-8961-b2b8a4feb0fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Name of the Call Queue.</p>\n"},{"key":"description","value":"<string>","type":"text","description":"<p>Description for the Call Queue.</p>\n"},{"key":"site_id","value":"<string>","type":"text","description":"<p>Unique identifier of the <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites\">site</a> where the Call Queue is assigned.</p>\n"},{"key":"extension_number","value":"<integer>","type":"text","description":"<p>Phone extension number for the site.<br /></p>\n<p>If a site code has been <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b\">assigned</a> to the site, provide the short extension number instead of the original extension number.</p>\n"},{"key":"timezone","value":"<string>","type":"text","description":"<p><a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones\">Timezone</a> of the Call Queue.</p>\n"},{"key":"status","value":"<string>","type":"text","description":"<p>Status of the Call Queue. Allowed values:<br />\n<code>active</code><br />\n<code>inactive</code> (This can only be one of active,inactive)</p>\n"}]},"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","description":"<p>Call queues allow you to route incoming calls to a group of users. For instance, you can use call queues to route calls to various departments in your organization such as sales, engineering, billing, customer service etc.<br /> Use this API to update information of a specific Call Queue.<br /> \n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro, Business, or Education account</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","call_queues",":callQueueId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c04d0731-5fbf-4a5d-b5ba-d0749311de3c","description":{"content":"<p>(Required) Unique Identifier of the Call Queue.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"6d2abccd-2983-4f76-adc3-dd3001b5b74c","name":"**HTTP Status Code:** `204` **No Content**<br>\nCall Queue details updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the Call Queue.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description for the Call Queue.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) where the Call Queue is assigned.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"},{"description":{"content":"Phone extension number for the site.<br>\n\nIf a site code has been [assigned](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b) to the site, provide the short extension number instead of the original extension number.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"[Timezone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) of the Call Queue.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Status of the Call Queue. Allowed values:<br>\n`active`<br>\n`inactive` (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId"],"variable":[{"key":"callQueueId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"d20ae9eb-95c3-4229-a3bb-21e76fa28561","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br>\nValidation Failed. The group does not exist, groupId:{groupId}<br>\nTimezone not found in the system.<br><br>\n**Error Code:** `400`<br>\nUnable to update this call queue as it is used","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the Call Queue.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description for the Call Queue.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) where the Call Queue is assigned.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"},{"description":{"content":"Phone extension number for the site.<br>\n\nIf a site code has been [assigned](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b) to the site, provide the short extension number instead of the original extension number.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"[Timezone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) of the Call Queue.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Status of the Call Queue. Allowed values:<br>\n`active`<br>\n`inactive` (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId"],"variable":[{"key":"callQueueId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0eed972-7420-4451-8961-b2b8a4feb0fe"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","id":"5646fc6b-f050-4aed-885b-91fecf60d0a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","description":"<p>Call queues allow you to route incoming calls to a group of users. For instance, you can use call queues to route calls to various departments in your organization such as sales, engineering, billing, customer service etc.<br /> Use this API to delete a Call Queue.<br /> \n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro, Business, or Education account</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","call_queues",":callQueueId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"8f8f822e-42c2-4c5e-817c-c125281e464c","description":{"content":"<p>(Required) Unique Identifier of the call queue.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"765f9c7c-c858-49c7-a260-a7b6c8b8f2ae","name":"**HTTP Status Code:** `204` **No Content**<br>\nCall Queue deleted successfully. ","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId"],"variable":[{"key":"callQueueId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"d9200ad7-471a-4d30-9d1a-696259f6686b","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `400`<br>\nThe group does not exist, groupId:{callQueueId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId"],"variable":[{"key":"callQueueId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5646fc6b-f050-4aed-885b-91fecf60d0a9"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/manager","id":"4b0c2f3b-5ba6-426a-a94a-ad804db2122c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"member_id","value":"<string>","type":"text","description":"<p>Unique Identifier (userId) or email address of the user who will be the new call queue manager.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/manager","description":"<p>A call queue manager has the privileges to maanage the call queue's voicemail inbox and recordings, change all call queue settings and call queue policy settings.<br /><br /> Use this API to to set another phone user as the <a href=\"https://support.zoom.us/hc/en-us/articles/360021524831-Managing-Call-Queues#h_db06854b-e6a3-4afe-ba15-baf58f31f90c\">call queue manager</a>.\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account plan.</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","call_queues",":callQueueId","manager"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c6599da2-b8b4-4764-87b9-ca07e6fac22e","description":{"content":"<p>(Required) Unique Identifier of the Call Queue.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"9a6e37b6-e9c9-49ae-a91e-7e4786c58c6b","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nValidation Failed. The group does not exist, groupId:{callQueueId}.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Unique Identifier (userId) or email address of the user who will be the new call queue manager.","type":"text/plain"},"key":"member_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/manager","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","manager"],"variable":[{"key":"callQueueId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c6a65b40-9266-4744-a5c8-e646636f421e","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser not found: {userId}","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Unique Identifier (userId) or email address of the user who will be the new call queue manager.","type":"text/plain"},"key":"member_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/manager","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","manager"],"variable":[{"key":"callQueueId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"da8adfa0-da03-4100-a9fc-b5c774c2d54c","name":"**HTTP Status Code:** `204` **No Content**<br>\nCall queue manager changed successfully.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Unique Identifier (userId) or email address of the user who will be the new call queue manager.","type":"text/plain"},"key":"member_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/manager","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","manager"],"variable":[{"key":"callQueueId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"4b0c2f3b-5ba6-426a-a94a-ad804db2122c"},{"name":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/recordings","id":"2d13ccd5-fd93-487a-b551-89bfdc6b49d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/recordings?page_size=30&next_page_token=<string>","description":"<p>Use this API to view <a href=\"https://support.zoom.us/hc/en-us/articles/360038521091#h_cbc9f2a3-e06c-4daa-83d4-ddbceef9c77b\">call recordings</a> from the call queue.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360033511872#h_fcb297bb-14e8-4094-91ca-dc61e1a18734\">Automatic call recordings</a> must be enabled in the Policy Settings for call queues. <br /> <strong>Scope:</strong> <code>phone:read:admin</code><br /> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","call_queues",":callQueueId","recordings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"470955c4-bcc9-4d03-9588-ba51b2889c4c","description":{"content":"<p>(Required) Unique Identifier of the Call Queue.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"callQueueId"}]}},"response":[{"id":"fa762b44-3441-4935-b257-f26d4e2f9145","name":"Untitled Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues/:callQueueId/recordings?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","call_queues",":callQueueId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"callQueueId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"next_page_token\": \"fg4t65hy\",\n \"page_size\": 1,\n \"total_records\": 1,\n \"recordings\": [\n  {\n   \"id\": \"dvfv5gg\",\n   \"caller_number\": \"+900138732313213\",\n   \"caller_number_type\": \"internal\",\n   \"caller_name\": \"idvdfdf\",\n   \"callee_number\": \"900138752313210\",\n   \"callee_number_type\": \"internal\",\n   \"callee_name\": \"dfhjdvf\",\n   \"direction\": \"outbound\",\n   \"duration\": 20,\n   \"download_url\": \"sjhgkdfg.fdghfb/fdgfdg\",\n   \"date_time\": \"2026-08-11\"\n  }\n ]\n}"}],"_postman_id":"2d13ccd5-fd93-487a-b551-89bfdc6b49d6"}],"id":"b105aee9-de3d-41fa-88d3-c544d2e7a2fa","_postman_id":"b105aee9-de3d-41fa-88d3-c544d2e7a2fa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/call_queues","id":"03380b8a-eba2-4d88-bbce-ab40a1d75ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"site_id","value":"<string>","type":"text","description":"<p>Required only if <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites\">multiple sites</a> have been enabled. This can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-site/listphonesites\">List Phone Sites</a> API.</p>\n"},{"key":"name","value":"<string>","type":"text","description":"<p>Name of the Call Queue.</p>\n"},{"key":"extension_number","value":"<integer>","type":"text","description":"<p>Phone extension number for the site.<br /></p>\n<p>If a site code has been <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b\">assigned</a> to the site, provide the short extension number instead of the original extension number..</p>\n"},{"key":"description","value":"<string>","type":"text","description":"<p>Description for the Call Queue.</p>\n"},{"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text","description":"<p>A list of one or more phone users to be included in the call queue. Provide either users or common area phone(s). Provide at least one user in the users object.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/call_queues","description":"<p>Call queues allow you to route incoming calls to a group of users. For instance, you can use call queues to route calls to various departments in your organization such as sales, engineering, billing, customer service etc.<br /> Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/360021524831-Managing-Call-Queues#h_e81faeeb-9184-429a-aaea-df49ff5ff413\">create a call queue</a>.<br /> You can add phone users or common area phones to call queues.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro, Business, or Education account</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","call_queues"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"1f84087e-0f2e-4a6c-8929-3898fdd4d87d","name":"\n**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nValidation Failed.<br>\nMultiple Site is disabled.<br>\nSite does not exist.<br> {extensionNumber} is out of range<br> Exceeded the maximum number to add members per time<br><br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Required only if [multiple sites](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) have been enabled. This can be retrieved from the [List Phone Sites](https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-site/listphonesites) API.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"},{"description":{"content":"Name of the Call Queue.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Phone extension number for the site.<br>\n\nIf a site code has been [assigned](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b) to the site, provide the short extension number instead of the original extension number..","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"Description for the Call Queue.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"A list of one or more phone users to be included in the call queue. Provide either users or common area phone(s). Provide at least one user in the users object.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":"https://api.zoom.us/v2/phone/call_queues"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8735359f-34d0-404e-8301-74d1a0c15763","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\n User not found: {userId}\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Required only if [multiple sites](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) have been enabled. This can be retrieved from the [List Phone Sites](https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-site/listphonesites) API.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"},{"description":{"content":"Name of the Call Queue.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Phone extension number for the site.<br>\n\nIf a site code has been [assigned](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b) to the site, provide the short extension number instead of the original extension number..","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"Description for the Call Queue.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"A list of one or more phone users to be included in the call queue. Provide either users or common area phone(s). Provide at least one user in the users object.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":"https://api.zoom.us/v2/phone/call_queues"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89cabcab-3b4b-49df-826d-a4ff3a2acb49","name":"**HTTP Status Code:** `201` **Created**<br>\nCall Queue created successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Required only if [multiple sites](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) have been enabled. This can be retrieved from the [List Phone Sites](https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-site/listphonesites) API.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"},{"description":{"content":"Name of the Call Queue.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Phone extension number for the site.<br>\n\nIf a site code has been [assigned](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites#h_79ca9c8f-c97b-4486-aa59-d0d9d31a525b) to the site, provide the short extension number instead of the original extension number..","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"Description for the Call Queue.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"A list of one or more phone users to be included in the call queue. Provide either users or common area phone(s). Provide at least one user in the users object.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":"https://api.zoom.us/v2/phone/call_queues"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"SujgNzKq-w\",\n \"name\": \"testing123\",\n \"extension_number\": 10201,\n \"status\": \"active\"\n}"}],"_postman_id":"03380b8a-eba2-4d88-bbce-ab40a1d75ad3"},{"name":"https://api.zoom.us/v2/phone/call_queues","id":"da68e556-5ae6-4779-85b4-76e07f32379b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/call_queues?next_page_token=<string>&page_size=30","description":"<p>Call queues allow you to route incoming calls to a group of users. For instance, you can use call queues to route calls to various departments in your organization such as sales, engineering, billing, customer service etc.<br /> Use this API to list Call queues.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro, Business, or Education account</li>\n<li>Account owner or admin permissions</li>\n<li>Zoom Phone license<br />\n<strong>Scopes:</strong> <code>phone:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["phone","call_queues"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>The number of records returned from a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"}],"variable":[]}},"response":[{"id":"bb2bda8f-64d4-45d5-ab87-b79dff11c654","name":"**HTTP Status Code:** `200` **OK**<br>\nCall Queues listed successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_queues?next_page_token=<string>&page_size=30","host":["https://api.zoom.us/v2"],"path":["phone","call_queues"],"query":[{"key":"next_page_token","value":"<string>"},{"key":"page_size","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_size\": 1,\n \"next_page_token\": \"nisidfyolore\",\n \"total_records\": 1,\n \"call_queues\": [\n  {\n   \"id\": \"gdfgd4fg\",\n   \"name\": \"My test call queue\",\n   \"extension_number\": 1011,\n   \"phone_numbers\": [\n    {\n     \"id\": \"01\",\n     \"number\": \"875489\",\n     \"source\": \"internal\"\n    }\n   ],\n   \"status\": \"active\",\n   \"site\": {\n    \"id\": \"vCESddfg_ixWA\",\n    \"name\": \"Main Site\"\n   }\n  }\n ]\n}"}],"_postman_id":"da68e556-5ae6-4779-85b4-76e07f32379b"}],"id":"c38486f7-1311-4c72-9b07-7aab0b447730","_postman_id":"c38486f7-1311-4c72-9b07-7aab0b447730","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"auto receptionists","item":[{"name":"{auto Receptionist Id}","item":[{"name":"phone numbers","item":[{"name":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","id":"b1f63da8-8c89-494a-bf4a-5edd2d67fc43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text","description":"<p>Provide either the unique identifier of the Phone Number  in the <code>id</code> field or provide the phone number in the <code>number</code> field.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","description":"<p>Assign available phone numbers to an <a href=\"https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Interactive-Voice-Response-IVR-\">auto receptionist</a>. The available numbers can be retrieved using the List Phone Numbers API with <code>type</code> query parameter set to \"unassigned\".</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom Phone License</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"57eff6f8-bc44-43bb-a1a4-b3c99f32bcb1","description":{"content":"<p>(Required) Unique Identifier of the Auto Receptionist. It can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-site/listphonesites\">List Sites API</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"autoReceptionistId"}]}},"response":[{"id":"8b22844a-860f-42fa-83a5-76f60bb96ecc","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `404`<br>\nAutoReceptionist does not exist, AutoReceptionistId: {autoReceptionId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide either the unique identifier of the Phone Number  in the `id` field or provide the phone number in the `number` field.","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers"],"variable":[{"key":"autoReceptionistId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cfb356a1-ab0f-432f-a46f-de783949f10e","name":"**HTTP Status Code:** `204` **No Content**<br>\nPhone numbers assigned successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide either the unique identifier of the Phone Number  in the `id` field or provide the phone number in the `number` field.","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers"],"variable":[{"key":"autoReceptionistId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"d0d2f1d6-eb06-4833-9e93-4e5b928382b4","name":"\n**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nUnable to update this number as it is used for outbound caller ID to public safety answering point.<br>\nPhone number does not exist, phonenumberId:{phonenumberId}<br>\nphoneNumber i","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide either the unique identifier of the Phone Number  in the `id` field or provide the phone number in the `number` field.","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers"],"variable":[{"key":"autoReceptionistId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1f63da8-8c89-494a-bf4a-5edd2d67fc43"},{"name":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","id":"8cb80230-3fe3-4676-8ead-c7bfdb13de64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","description":"<p>Unassign all phone numbers that were previously assigned to an <a href=\"https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Interactive-Voice-Response-IVR-\">auto receptionist</a>. </p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom Phone License</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"3bd58f6b-39a5-4df3-a75e-04e378d3f68b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"autoReceptionistId"}]}},"response":[{"id":"0229c132-a833-49ed-8d98-240a9951be23","name":"**HTTP Status Code:** `204` **No Content**<br>\nPhone numbers unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers"],"variable":[{"key":"autoReceptionistId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"bbc5f2f6-a4bd-4768-9d78-357ccbb816fa","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `404`<br>\nAutoReceptionist does not exist, AutoReceptionistId: {autoReceptionId}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers"],"variable":[{"key":"autoReceptionistId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8cb80230-3fe3-4676-8ead-c7bfdb13de64"},{"name":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers/:phoneNumberId","id":"3ddbcbe0-f2a4-4d62-8a79-6177067a5311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers/:phoneNumberId","description":"<p>Unassign a specific phone number that was previously assigned to an <a href=\"https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Interactive-Voice-Response-IVR-\">auto receptionist</a>. </p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom Phone License</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers",":phoneNumberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"2903b402-fc10-441a-beb4-52a636ff5b1b","description":{"content":"<p>(Required) Unique identifier of the auto receptionist. This can be retrieved from the List Phone Sites API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"autoReceptionistId"},{"id":"6b6e31cd-c57f-4360-8cb1-d0465562fb53","description":{"content":"<p>(Required) Unique Identifier of the phone number or provide the actual phone number in e164 format (example: +19995550123).</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"phoneNumberId"}]}},"response":[{"id":"492f883d-2376-4fe8-ab7a-e1bc9fe7455d","name":"**HTTP Status Code:** `204` **No Content**<br>\nPhone number unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers",":phoneNumberId"],"variable":[{"key":"autoReceptionistId"},{"key":"phoneNumberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"d7ea6c43-d4db-48cb-b1f6-ed5d7efafeba","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nPhone number does not belong to auto receptionist.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers",":phoneNumberId"],"variable":[{"key":"autoReceptionistId"},{"key":"phoneNumberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eefd1293-f774-4346-9e2e-254719bcb3fb","name":"**HTTP Status Code:** `404` **Bad Request**<br>\n**Error Code:** `404`<br>\n AutoReceptionist does not exist, AutoReceptionistId: {autoReceptionId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId","phone_numbers",":phoneNumberId"],"variable":[{"key":"autoReceptionistId"},{"key":"phoneNumberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ddbcbe0-f2a4-4d62-8a79-6177067a5311"}],"id":"ee522e08-93ca-4e12-846e-6201618770b5","_postman_id":"ee522e08-93ca-4e12-846e-6201618770b5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId","id":"d8caef83-b75f-40db-87a3-864256ed581b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Display name of the auto receptionist.</p>\n"},{"key":"extension_number","value":"<integer>","type":"text","description":"<p>Extension number to be assigned to the auto receptionist. If site code is enabled, provide the short extension number instead.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId","description":"<p>An auto receptionist answers calls with a personalized recording and routes calls to a phone user, call queue, common area phone, or voicemail. An auto receptionist can also be set up so that it routes calls to an interactive voice response (IVR) system to allow callers to select the routing options.<br />\nUse this API to <a href=\"https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Interactive-Voice-Response-IVR-#h_1d5ffc56-6ba3-4ce5-9d86-4a1a1ee743f3\">change information</a> such as display name and extension number assigned to the main auto receptionist.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code> <br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","auto_receptionists",":autoReceptionistId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"11ed5e2b-c571-4c76-a23c-1a287041ff65","description":{"content":"<p>(Required) Unique Identifier of the Auto Receptionist. It can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-site/listphonesites\">List Sites API</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"autoReceptionistId"}]}},"response":[{"id":"a0c11fdd-8984-4027-9e06-2dc1b592fb0e","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nExtension Number must be {min} to {max} digits<br>\nValidation Failed. AutoReceptionist does not exist, AutoReceptionistId: {autoReceptionistId}<br><br>\n**Error Code:** `400`<br>","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display name of the auto receptionist.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Extension number to be assigned to the auto receptionist. If site code is enabled, provide the short extension number instead.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId"],"variable":[{"key":"autoReceptionistId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e4844c1f-ae88-427b-a859-ad2d16a0f24a","name":"**HTTP Status Code:** `204`<br> **No Content**<br>\nAuto Receptionist details updated sucessfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display name of the auto receptionist.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Extension number to be assigned to the auto receptionist. If site code is enabled, provide the short extension number instead.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId","host":["https://api.zoom.us/v2"],"path":["phone","auto_receptionists",":autoReceptionistId"],"variable":[{"key":"autoReceptionistId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"d8caef83-b75f-40db-87a3-864256ed581b"}],"id":"dcc2af91-0c27-40ee-9fd9-ed837b900b73","_postman_id":"dcc2af91-0c27-40ee-9fd9-ed837b900b73","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/auto_receptionists","id":"3f12bb85-d7e6-4fc2-9430-9bc042b89590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Provide a name to help identify the auto receptionist.</p>\n"},{"key":"site_id","value":"<string>","type":"text","description":"<p>Unique identifier of the site where the auto receptionist is to be assigned. This field is required only if you have <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites\">multiple sites</a> enabled.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/auto_receptionists","description":"<p>Auto receptionists answer calls with a personalized recording and routes calls to a phone user, call queue, common area phone, voicemail or an IVR system. Use this API to add an <a href=\"https://support.zoom.us/hc/en-us/articles/360021121312-Managing-Auto-Receptionists-and-Interactive-Voice-Response-IVR-\">auto receptionist</a> to a Zoom Phone.<br /></p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code> <br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","auto_receptionists"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"6ef89b9e-0a71-4df5-aa94-88d408ae319a","name":"**HTTP Status Code:** `201` **Created**\n\nAuto receptionist added successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide a name to help identify the auto receptionist.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Unique identifier of the site where the auto receptionist is to be assigned. This field is required only if you have [multiple sites](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) enabled.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/auto_receptionists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"officdt76ydatat\",\n \"name\": \"HQ Auto Receptionist\",\n \"extension_number\": 123\n}"},{"id":"bf6e15b3-8d52-4e65-8b4e-ce7d1bb5f9ec","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300` **Validation failed.**<br>\n* Multiple Site is disabled.<br>\n* Site does not exist.\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide a name to help identify the auto receptionist.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Unique identifier of the site where the auto receptionist is to be assigned. This field is required only if you have [multiple sites](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) enabled.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/auto_receptionists"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f12bb85-d7e6-4fc2-9430-9bc042b89590"}],"id":"f05597bc-a019-454f-bc77-fbd67b290961","_postman_id":"f05597bc-a019-454f-bc77-fbd67b290961","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"common area phones","item":[{"name":"{common Area Phone Id}","item":[{"name":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","id":"6c69ee8a-c26c-4310-9383-9d43f97e43bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","description":"<p>A common area phone can be provisioned by a Zoom account owner or a Zoom admin so that anyone in an organization can use it. For example, if your office has shared desks that don't belong to a specific employees, you could add a common area phone so that any person can use it.<br /> Use this API to get details on a specific <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones\">common area phone</a> in an account.<br /><br /><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license.</li>\n<li>Account owner or admin permissions.</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360001299063-Zoom-Voice-Supported-Devices\">Supported device</a><br />\n<strong>Scopes:</strong> <code>phone:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","common_area_phones",":commonAreaPhoneId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"4a2a6f26-3ebd-459d-9e9f-99d3815e936f","description":{"content":"<p>(Required) Unique Identifier of the Common Area Phone. This can be retrieved from List Common Area Phones API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"commonAreaPhoneId"}]}},"response":[{"id":"9692a2ea-1048-4fc4-86d6-146fcaffdf6b","name":"**HTTP Status Code:** `200` **OK**<br>\nCommon Area Phone details returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","host":["https://api.zoom.us/v2"],"path":["phone","common_area_phones",":commonAreaPhoneId"],"variable":[{"key":"commonAreaPhoneId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"  {\\n    \\t\\t\\t\\t\\\"id\\\": \\\"d6dfgdfgfdgiglw\\\",\\n            \\\"display_name\\\": \\\"testcommonareaphone\\\",\\n            \\\"device_type\\\": \\\"Cisco cp7821\\\",\\n            \\\"mac_address\\\": \\\"105f11123456\\\",\\n            \\\"status\\\": \\\"offline\\\",\\n            \\\"site\\\": {\\n                \\\"id\\\": \\\"CEdfdfgdgixWA\\\",\\n                \\\"name\\\": \\\"Main Site\\\"\\n            }\""},{"id":"ea551fe4-5c60-4ad1-b78e-dfb449c52dba","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nDevice does not exist in the system.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","host":["https://api.zoom.us/v2"],"path":["phone","common_area_phones",":commonAreaPhoneId"],"variable":[{"key":"commonAreaPhoneId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c69ee8a-c26c-4310-9383-9d43f97e43bc"},{"name":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","id":"9770b2c8-0568-43d9-919d-f96bc40775ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"site_id","value":"<string>","type":"text","description":"<p>Unique identifier of the <a href=\"https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites\">site</a> to which the common area desk phone is assigned.</p>\n"},{"key":"display_name","value":"<string>","type":"text","description":"<p>Display name of the common area phone.</p>\n"},{"key":"extension_number","value":"<integer>","type":"text","description":"<p>Extension number of the phone. If site code is enabled, provide short extension number instead.</p>\n"},{"key":"mac_address","value":"<string>","type":"text","description":"<p> Mac address or serial number of the device. Examples of supported format: \"64-16-7f-37-90-92\" or \"64167f379092\".</p>\n"}]},"url":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","description":"<p>A common area phone can be provisioned by a Zoom account owner or a Zoom admin so that anyone in an organization can use it. For example, if your office has shared desks that don't belong to a specific employees, you could add a common area phone so that any person can use it.<br /> Use this API to update details on a specific <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones\">common area phone</a> in an account.<br /><br /><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license.</li>\n<li>Account owner or admin permissions.</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360001299063-Zoom-Voice-Supported-Devices\">Supported device</a><br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","common_area_phones",":commonAreaPhoneId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"65cc3f9e-cacf-419d-a301-77fd5fa27dce","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"commonAreaPhoneId"}]}},"response":[{"id":"5106b40b-2335-441f-ae47-cc7dca2595a9","name":"**HTTP Status Code:** `204` **No Content**<br>\nCommon Area Phone information updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) to which the common area desk phone is assigned.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"},{"description":{"content":"Display name of the common area phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Extension number of the phone. If site code is enabled, provide short extension number instead.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":" Mac address or serial number of the device. Examples of supported format: \"64-16-7f-37-90-92\" or \"64167f379092\".","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","host":["https://api.zoom.us/v2"],"path":["phone","common_area_phones",":commonAreaPhoneId"],"variable":[{"key":"commonAreaPhoneId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"57733383-115a-487d-b566-a854a24b2fc7","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nValidation Failed. Device does not exist in the system.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Unique identifier of the [site](https://support.zoom.us/hc/en-us/articles/360020809672-Managing-Multiple-Sites) to which the common area desk phone is assigned.","type":"text/plain"},"key":"site_id","value":"<string>","type":"text"},{"description":{"content":"Display name of the common area phone.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Extension number of the phone. If site code is enabled, provide short extension number instead.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":" Mac address or serial number of the device. Examples of supported format: \"64-16-7f-37-90-92\" or \"64167f379092\".","type":"text/plain"},"key":"mac_address","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","host":["https://api.zoom.us/v2"],"path":["phone","common_area_phones",":commonAreaPhoneId"],"variable":[{"key":"commonAreaPhoneId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9770b2c8-0568-43d9-919d-f96bc40775ac"},{"name":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","id":"ec1638ec-3430-4180-86d7-019488dfd7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","description":"<p>A common area phone can be provisioned by a Zoom account owner or a Zoom admin so that anyone in an organization can use it. For example, if your office has shared desks that don't belong to a specific employees, you could add a common area phone so that any person can use it.<br /> Use this API to remove the <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones\">common area phone</a> from Zoom Phone System in an account.<br /><br /><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license.</li>\n<li>Account owner or admin permissions.</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360001299063-Zoom-Voice-Supported-Devices\">Supported device</a><br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","common_area_phones",":commonAreaPhoneId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a1a40b7d-1b3b-45bc-bf90-54f5ca859d70","description":{"content":"<p>(Required) Unique Identifier of the common area phone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"commonAreaPhoneId"}]}},"response":[{"id":"886f6e70-112e-4e59-92b4-d3d21c47c79a","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br>\nValidation Failed<br>\nDevice does not exist in the system.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","host":["https://api.zoom.us/v2"],"path":["phone","common_area_phones",":commonAreaPhoneId"],"variable":[{"key":"commonAreaPhoneId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"906c1aa8-6162-4991-8189-4398f7253c08","name":"**HTTP Status Code:** `204` **No Content**<br>\nCommon Area Phone deleted successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId","host":["https://api.zoom.us/v2"],"path":["phone","common_area_phones",":commonAreaPhoneId"],"variable":[{"key":"commonAreaPhoneId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"ec1638ec-3430-4180-86d7-019488dfd7b1"}],"id":"ddbed7f3-cd1c-4d67-b4ad-3bf0194e604b","_postman_id":"ddbed7f3-cd1c-4d67-b4ad-3bf0194e604b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/common_area_phones","id":"41692d13-e0ac-4f57-9ebb-b62cb86da652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"<string>\",\n    \"extension_number\": \"<integer>\",\n    \"mac_address\": \"<string>\",\n    \"type\": \"<string>\",\n    \"site_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"model\": \"<string>\",\n    \"time_zone\": \"<string>\"\n}"},"url":"https://api.zoom.us/v2/phone/common_area_phones","description":"<p>A common area phone can be provisioned by a Zoom account owner or a Zoom admin so that anyone in an organization can use it. For example, if your office has shared desks that don't belong to a specific employees, you could add a common area phone so that any person can use it.<br /> Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones#h_2d0da347-c35a-4993-9771-e21aaa568deb\">add a common area phone</a>.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license.</li>\n<li>Account owner or admin permissions.</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360001299063-Zoom-Voice-Supported-Devices\">Supported device</a><br />\n<strong>Scope:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","common_area_phones"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"276daae6-2c8b-44bb-9570-fee9c62a459d","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>\nValidation failed.<br>\n* Phone manufacturer does not exist.\n* Phone model does not exist.\n* Phone manufacturer is not supported.<br><br>\n**Error Code:** `400`<br>\nThe MAC Addres","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"<string>\",\n    \"extension_number\": \"<integer>\",\n    \"mac_address\": \"<string>\",\n    \"type\": \"<string>\",\n    \"site_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"model\": \"<string>\",\n    \"time_zone\": \"<string>\"\n}"},"url":"https://api.zoom.us/v2/phone/common_area_phones"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2a724e2d-d0f7-4d0d-bd0c-b0b2c92529f5","name":"**HTTP Status Code:** `201` **Created**<br>\n\nCommon area phone added successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"<string>\",\n    \"extension_number\": \"<integer>\",\n    \"mac_address\": \"<string>\",\n    \"type\": \"<string>\",\n    \"site_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"model\": \"<string>\",\n    \"time_zone\": \"<string>\"\n}"},"url":"https://api.zoom.us/v2/phone/common_area_phones"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"comfgfd45um\",\n \"display_name\": \"Common Area Phone - lobby\"\n}"},{"id":"e17bf673-945b-42c2-88f4-8be23fba68bb","name":"**HTTP Status Code:** `409`<br>\n**Error Code:** `409`<br>\nThe MAC Address already exists in the system.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"<string>\",\n    \"extension_number\": \"<integer>\",\n    \"mac_address\": \"<string>\",\n    \"type\": \"<string>\",\n    \"site_id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"model\": \"<string>\",\n    \"time_zone\": \"<string>\"\n}"},"url":"https://api.zoom.us/v2/phone/common_area_phones"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41692d13-e0ac-4f57-9ebb-b62cb86da652"},{"name":"https://api.zoom.us/v2/phone/common_area_phones","id":"9d00d4b2-b0fb-4807-abcd-32f2d2f80e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/common_area_phones?page_size=30&next_page_token=<string>","description":"<p>A common area phone can be provisioned by a Zoom account owner or a Zoom admin so that anyone in an organization can use it. For example, if your office has shared desks that don't belong to a specific employees, you could add a common area phone so that any person can use it.<br /> Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/360028516231-Managing-Common-Area-Phones\">list all common area phone</a> in an account.<br /><br /><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Phone license.</li>\n<li>Account owner or admin permissions.</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/360001299063-Zoom-Voice-Supported-Devices\">Supported device</a><br /><br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["phone","common_area_phones"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The total number of records returned from a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"924e85ac-b6a4-4e74-ad89-c2ef94d33b66","name":"**HTTP Status Code:** `200` **OK**<br>\nList of Common Area Phones retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/common_area_phones?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","common_area_phones"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"next_page_token\": \"string\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"common_area_phones\": [\n  {\n   \"id\": \"string\",\n   \"display_name\": \"string\",\n   \"device_type\": \"string\",\n   \"mac_address\": \"string\",\n   \"calling_plans\": [\n    {\n     \"type\": \"string\",\n     \"name\": \"string\"\n    }\n   ],\n   \"phone_numbers\": [\n    {\n     \"id\": \"string\",\n     \"number\": \"string\",\n     \"source\": \"string\"\n    }\n   ],\n   \"status\": \"string\",\n   \"site\": {\n    \"id\": \"string\",\n    \"name\": \"string\"\n   }\n  }\n ]\n}"}],"_postman_id":"9d00d4b2-b0fb-4807-abcd-32f2d2f80e3a"}],"id":"8299d577-e426-4e8f-bfaa-7002f1790212","_postman_id":"8299d577-e426-4e8f-bfaa-7002f1790212","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"blocked list","item":[{"name":"{blocked List Id}","item":[{"name":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","id":"45207b6c-7cff-4650-af94-a32ddedb4104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"match_type","value":"<string>","type":"text","description":"<p>Specify the match type for the blocked list. The values can be one of the following:<br /><br />\n<code>phoneNumber</code>: Choose this option (Phone Number Match) if you want to block a specific phone number. Then, in the <code>phone_number</code> field, provide the phone number along with the country code.<br /><br />\n<code>prefix</code>: Choose this option (Prefix Match) if you want to block all numbers with a specific country code and area code. Next, in the <code>phone_number</code> field, enter a country code as part of the prefix. For example, entering 1907 blocks numbers with country code 1 and area code 907. (This can only be one of phoneNumber,prefix)</p>\n"},{"key":"phone_number","value":"<string>","type":"text","description":"<p>The phone number to be blocked if you passed \"phoneNumber\" as the value for the <code>match_type</code> field. If you passed \"prefix\" as the value for the <code>match_type</code> field, provide the prefix of the phone number here including the country code. For example, entering 1905 blocks numbers with country code 1 and area code 905. </p>\n"},{"key":"block_type","value":"<string>","type":"text","description":"<p>State whether you want the block type to be inbound or outbound.<br />\n<code>inbound</code>: Pass this value to prevent the blocked number or prefix from calling in to phone users.<br />\n<code>outbound</code>: Pass this value to prevent phone users from calling the blocked number or prefix. (This can only be one of inbound,outbound)</p>\n"},{"key":"status","value":"<string>","type":"text","description":"<p>Enable or disable the blocking. One of the following values are allowed:<br />\n<code>active</code>: Keep the blocking active.<br />\n<code>inactive</code>: Disable the blocking. (This can only be one of active,inactive)</p>\n"},{"key":"comment","value":"<string>","type":"text","description":"<p>Provide a comment to help you identify the blocked number or prefix.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","description":"<p>A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.<br />Use this API to update information on the blocked list.<br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["phone","blocked_list",":blockedListId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"2b3043a9-82bf-4b9f-a9d2-a49c38e70596","description":{"content":"<p>(Required) Unique Identifier for the blocked list.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"blockedListId"}]}},"response":[{"id":"bcd2962c-9712-46c7-9c86-fd0e24225703","name":"**HTTP Status Code:** `204` **No Content**<br>\nBlocked list updated successfully.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the match type for the blocked list. The values can be one of the following:<br><br>\n`phoneNumber`: Choose this option (Phone Number Match) if you want to block a specific phone number. Then, in the `phone_number` field, provide the phone number along with the country code.<br><br>\n`prefix`: Choose this option (Prefix Match) if you want to block all numbers with a specific country code and area code. Next, in the `phone_number` field, enter a country code as part of the prefix. For example, entering 1907 blocks numbers with country code 1 and area code 907. (This can only be one of phoneNumber,prefix)","type":"text/plain"},"key":"match_type","value":"<string>","type":"text"},{"description":{"content":"The phone number to be blocked if you passed \"phoneNumber\" as the value for the `match_type` field. If you passed \"prefix\" as the value for the `match_type` field, provide the prefix of the phone number here including the country code. For example, entering 1905 blocks numbers with country code 1 and area code 905. ","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"State whether you want the block type to be inbound or outbound.<br>\n`inbound`: Pass this value to prevent the blocked number or prefix from calling in to phone users.<br>\n`outbound`: Pass this value to prevent phone users from calling the blocked number or prefix. (This can only be one of inbound,outbound)","type":"text/plain"},"key":"block_type","value":"<string>","type":"text"},{"description":{"content":"Enable or disable the blocking. One of the following values are allowed:<br>\n`active`: Keep the blocking active.<br>\n`inactive`: Disable the blocking. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"},{"description":{"content":"Provide a comment to help you identify the blocked number or prefix.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list",":blockedListId"],"variable":[{"key":"blockedListId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"eb9054d7-c9f8-458c-a602-e9953c2db076","name":"**HTTP Status Code:** `400` **Bad Request**<br>\nBlocked number (Id: {blockedListId}) does not exist.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the match type for the blocked list. The values can be one of the following:<br><br>\n`phoneNumber`: Choose this option (Phone Number Match) if you want to block a specific phone number. Then, in the `phone_number` field, provide the phone number along with the country code.<br><br>\n`prefix`: Choose this option (Prefix Match) if you want to block all numbers with a specific country code and area code. Next, in the `phone_number` field, enter a country code as part of the prefix. For example, entering 1907 blocks numbers with country code 1 and area code 907. (This can only be one of phoneNumber,prefix)","type":"text/plain"},"key":"match_type","value":"<string>","type":"text"},{"description":{"content":"The phone number to be blocked if you passed \"phoneNumber\" as the value for the `match_type` field. If you passed \"prefix\" as the value for the `match_type` field, provide the prefix of the phone number here including the country code. For example, entering 1905 blocks numbers with country code 1 and area code 905. ","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"State whether you want the block type to be inbound or outbound.<br>\n`inbound`: Pass this value to prevent the blocked number or prefix from calling in to phone users.<br>\n`outbound`: Pass this value to prevent phone users from calling the blocked number or prefix. (This can only be one of inbound,outbound)","type":"text/plain"},"key":"block_type","value":"<string>","type":"text"},{"description":{"content":"Enable or disable the blocking. One of the following values are allowed:<br>\n`active`: Keep the blocking active.<br>\n`inactive`: Disable the blocking. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"},{"description":{"content":"Provide a comment to help you identify the blocked number or prefix.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list",":blockedListId"],"variable":[{"key":"blockedListId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff4c8068-be45-48d6-80a4-462c26a3ccc6","name":"**HTTP Status Code:** `409` **Conflict**<br><br>\nBlocked number already exists.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the match type for the blocked list. The values can be one of the following:<br><br>\n`phoneNumber`: Choose this option (Phone Number Match) if you want to block a specific phone number. Then, in the `phone_number` field, provide the phone number along with the country code.<br><br>\n`prefix`: Choose this option (Prefix Match) if you want to block all numbers with a specific country code and area code. Next, in the `phone_number` field, enter a country code as part of the prefix. For example, entering 1907 blocks numbers with country code 1 and area code 907. (This can only be one of phoneNumber,prefix)","type":"text/plain"},"key":"match_type","value":"<string>","type":"text"},{"description":{"content":"The phone number to be blocked if you passed \"phoneNumber\" as the value for the `match_type` field. If you passed \"prefix\" as the value for the `match_type` field, provide the prefix of the phone number here including the country code. For example, entering 1905 blocks numbers with country code 1 and area code 905. ","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"State whether you want the block type to be inbound or outbound.<br>\n`inbound`: Pass this value to prevent the blocked number or prefix from calling in to phone users.<br>\n`outbound`: Pass this value to prevent phone users from calling the blocked number or prefix. (This can only be one of inbound,outbound)","type":"text/plain"},"key":"block_type","value":"<string>","type":"text"},{"description":{"content":"Enable or disable the blocking. One of the following values are allowed:<br>\n`active`: Keep the blocking active.<br>\n`inactive`: Disable the blocking. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"},{"description":{"content":"Provide a comment to help you identify the blocked number or prefix.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list",":blockedListId"],"variable":[{"key":"blockedListId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45207b6c-7cff-4650-af94-a32ddedb4104"},{"name":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","id":"14b72d05-546d-4ee7-ad2e-d104b91ba707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","description":"<p>A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers).\n<br />Use this API to delete a blocked list and therefore removing the associated number from the blocked list. The number will be unblocked after the deletion.<br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","blocked_list",":blockedListId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"232f78ae-7038-41da-bc62-103129151b85","description":{"content":"<p>(Required) Unique Identifier of the blocked list. This can be retrieved from the List Blocked List API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"blockedListId"}]}},"response":[{"id":"ab95cfff-43a3-4b08-870a-a5f31dc9702d","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br>\nValidation Failed. Blocked number (Id: {blockedListId}) does not exist.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list",":blockedListId"],"variable":[{"key":"blockedListId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c6108d09-4d13-463d-ab4f-cdc5e2023470","name":"**HTTP Status Code:** `204` **No Content**<br>\nBlocked list deleted successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list",":blockedListId"],"variable":[{"key":"blockedListId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"14b72d05-546d-4ee7-ad2e-d104b91ba707"},{"name":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","id":"011ae603-78c9-4609-a216-0ad13db8bc08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","description":"<p>A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.<br />Use this API to get information about a specific blocked list.<br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","blocked_list",":blockedListId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e6cfbba0-7b87-4c86-a393-a9b2bc73f0cf","description":{"content":"<p>(Required) Unique Identifier of the blocked list.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"blockedListId"}]}},"response":[{"id":"3619642c-ef90-4e01-992c-bcbf7c3544a1","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nBlocked number (Id: {blockedListId}) does not exist.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list",":blockedListId"],"variable":[{"key":"blockedListId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"57a26903-6c25-4cfa-aeee-8fef0fa7a05e","name":"**HTTP Status Code:** `200` **OK**<br>\nBlocked list retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list/:blockedListId","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list",":blockedListId"],"variable":[{"key":"blockedListId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"7bR_Ix4KSJS_heuPPKc0Zw\",\n \"match_type\": \"prefix\",\n \"phone_number\": \"0001\",\n \"block_type\": \"inbound\",\n \"comment\": \"Blocked all numbers starting with 0001\",\n \"status\": \"active\"\n}"}],"_postman_id":"011ae603-78c9-4609-a216-0ad13db8bc08"}],"id":"5068eddf-9042-4635-93e1-dfc6e30c10a2","_postman_id":"5068eddf-9042-4635-93e1-dfc6e30c10a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/blocked_list","id":"f71ea7b9-179c-494c-8862-895bb7750f0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"match_type","value":"<string>","type":"text","description":"<p>Specify the match type for the blocked list. The values can be one of the following:<br /><br />\n<code>phoneNumber</code>: Choose this option (Phone Number Match) if you want to block a specific phone number. Then, in the <code>phone_number</code> field, provide the phone number along with the country code.<br /><br />\n<code>prefix</code>: Choose this option (Prefix Match) if you want to block all numbers with a specific country code and area code. Next, in the <code>phone_number</code> field, enter a country code as part of the prefix. For example, entering 1907 blocks numbers with country code 1 and area code 907. (This can only be one of phoneNumber,prefix)</p>\n"},{"key":"phone_number","value":"<string>","type":"text","description":"<p>The phone number to be blocked if you passed \"phoneNumber\" as the value for the <code>match_type</code> field. If you passed \"prefix\" as the value for the <code>match_type</code> field, provide the prefix of the phone number here including the country code. For example, entering 1905 blocks numbers with country code 1 and area code 905. </p>\n"},{"key":"block_type","value":"<string>","type":"text","description":"<p>State whether you want the block type to be inbound or outbound.<br />\n<code>inbound</code>: Pass this value to prevent the blocked number or prefix from calling in to phone users.<br />\n<code>outbound</code>: Pass this value to prevent phone users from calling the blocked number or prefix. (This can only be one of inbound,outbound)</p>\n"},{"key":"status","value":"<string>","type":"text","description":"<p>Enable or disable the blocking. One of the following values are allowed:<br />\n<code>active</code>: Keep the blocking active.<br />\n<code>inactive</code>: Disable the blocking. (This can only be one of active,inactive)</p>\n"},{"key":"comment","value":"<string>","type":"text","description":"<p>Provide a comment to help you identify the blocked number or prefix.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/blocked_list","description":"<p>A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.<br />Use this API to create a blocked list and add a number to that blocked list.<br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","blocked_list"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"2336d744-0be6-41db-8f00-e1f9755a0388","name":"**HTTP Status Code:** `409` **Conflict**<br><br>\nBlocked number already exists.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the match type for the blocked list. The values can be one of the following:<br><br>\n`phoneNumber`: Choose this option (Phone Number Match) if you want to block a specific phone number. Then, in the `phone_number` field, provide the phone number along with the country code.<br><br>\n`prefix`: Choose this option (Prefix Match) if you want to block all numbers with a specific country code and area code. Next, in the `phone_number` field, enter a country code as part of the prefix. For example, entering 1907 blocks numbers with country code 1 and area code 907. (This can only be one of phoneNumber,prefix)","type":"text/plain"},"key":"match_type","value":"<string>","type":"text"},{"description":{"content":"The phone number to be blocked if you passed \"phoneNumber\" as the value for the `match_type` field. If you passed \"prefix\" as the value for the `match_type` field, provide the prefix of the phone number here including the country code. For example, entering 1905 blocks numbers with country code 1 and area code 905. ","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"State whether you want the block type to be inbound or outbound.<br>\n`inbound`: Pass this value to prevent the blocked number or prefix from calling in to phone users.<br>\n`outbound`: Pass this value to prevent phone users from calling the blocked number or prefix. (This can only be one of inbound,outbound)","type":"text/plain"},"key":"block_type","value":"<string>","type":"text"},{"description":{"content":"Enable or disable the blocking. One of the following values are allowed:<br>\n`active`: Keep the blocking active.<br>\n`inactive`: Disable the blocking. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"},{"description":{"content":"Provide a comment to help you identify the blocked number or prefix.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/blocked_list"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2636d210-e876-4ebf-8d92-a461370423ca","name":"**HTTP Status Code:** `201` **Created**<br>\nNumber added to the blocked list successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the match type for the blocked list. The values can be one of the following:<br><br>\n`phoneNumber`: Choose this option (Phone Number Match) if you want to block a specific phone number. Then, in the `phone_number` field, provide the phone number along with the country code.<br><br>\n`prefix`: Choose this option (Prefix Match) if you want to block all numbers with a specific country code and area code. Next, in the `phone_number` field, enter a country code as part of the prefix. For example, entering 1907 blocks numbers with country code 1 and area code 907. (This can only be one of phoneNumber,prefix)","type":"text/plain"},"key":"match_type","value":"<string>","type":"text"},{"description":{"content":"The phone number to be blocked if you passed \"phoneNumber\" as the value for the `match_type` field. If you passed \"prefix\" as the value for the `match_type` field, provide the prefix of the phone number here including the country code. For example, entering 1905 blocks numbers with country code 1 and area code 905. ","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"State whether you want the block type to be inbound or outbound.<br>\n`inbound`: Pass this value to prevent the blocked number or prefix from calling in to phone users.<br>\n`outbound`: Pass this value to prevent phone users from calling the blocked number or prefix. (This can only be one of inbound,outbound)","type":"text/plain"},"key":"block_type","value":"<string>","type":"text"},{"description":{"content":"Enable or disable the blocking. One of the following values are allowed:<br>\n`active`: Keep the blocking active.<br>\n`inactive`: Disable the blocking. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"},{"description":{"content":"Provide a comment to help you identify the blocked number or prefix.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/blocked_list"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"dhfhfhnim\"\n}"}],"_postman_id":"f71ea7b9-179c-494c-8862-895bb7750f0a"},{"name":"https://api.zoom.us/v2/phone/blocked_list","id":"9c6e2c7f-9855-4d6c-9bf0-dd33b94a2917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/blocked_list?next_page_token=<string>&page_size=30","description":"<p>A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.<br />Use this API to list all the blocked lists in an acccount.<br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher account plan with Zoom phone license<br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["phone","blocked_list"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>The total number of records returned from a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"}],"variable":[]}},"response":[{"id":"8414cb14-7654-42e3-b324-e8e68141f849","name":"**HTTP Status Code:** `200` **OK**<br>\nBlocked list returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/blocked_list?next_page_token=<string>&page_size=30","host":["https://api.zoom.us/v2"],"path":["phone","blocked_list"],"query":[{"key":"next_page_token","value":"<string>"},{"key":"page_size","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"next_page_token\": \"\",\n \"page_size\": 30,\n \"total_records\": 2,\n \"blocked_list\": [\n  {\n   \"id\": \"7buyurtKc0Zw\",\n   \"match_type\": \"prefix\",\n   \"phone_number\": \"1777\",\n   \"block_type\": \"inbound\",\n   \"comment\": \"Blocked numbers starting with 777\",\n   \"status\": \"active\"\n  },\n  {\n   \"id\": \"cYDtrtyrgyQw\",\n   \"match_type\": \"phoneNumber\",\n   \"phone_number\": \"600040404\",\n   \"block_type\": \"inbound\",\n   \"comment\": \"Blocked an unknown caller\",\n   \"status\": \"active\"\n  }\n ]\n}"}],"_postman_id":"9c6e2c7f-9855-4d6c-9bf0-dd33b94a2917"}],"id":"29c68b1b-d1dc-4fe6-aee7-f33ed04b055c","_postman_id":"29c68b1b-d1dc-4fe6-aee7-f33ed04b055c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"shared line groups/{shared Line Group Id}","item":[{"name":"members","item":[{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","id":"330dab76-24d6-4296-8523-6377046bc21e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text","description":"<p>Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","description":"<p>A <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792\">shared line group</a> allows Zoom Phone admins to share a phone number and extension with a group of phone users or common area phones. This gives members of the shared line group access to the group's direct phone number and voicemail. Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792-Setting-up-shared-line-groups#h_7cb42370-48f6-4a8f-84f4-c6eee4d9f0ca\">add members</a> to a Shared Line Group. Note that a member can only be added to one shared line group. </p>\n<p><strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>A valid Shared Line Group</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:write:admin</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"da05d115-ff05-474f-9781-3b262fe3461b","description":{"content":"<p>(Required) Unique Identifier of the shared line group.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"}]}},"response":[{"id":"57eb6fc1-bc34-4257-bc4a-e238d9e4fb78","name":"**HTTP Status Code:** `400` **Bad Request** <br>\nMembers of a shared line group should come from same site.<br>\nA shared line group can only contain {0} members at most.<br><br>\n**Error Code:** `300` **Validation Failed**<br>\n* Shared line group (id: {sha","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","members"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"653b12e9-c4e1-48b3-8259-6d77b424259e","name":"**HTTP Status Code:** `201` **Created** \nMembers added successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","members"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"a0c87c95-7de9-4a64-bccc-3f4996fb45d6","name":"**HTTP Status Code:** `404` **Not Found** <br>\nDevice does not exist in the system.\n\n**Error Code:** `1001`<br>\nUser not found: {userId}.\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once.","type":"text/plain"},"key":"members","value":"{\"users\":[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}],\"common_area_phone_ids\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","members"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"330dab76-24d6-4296-8523-6377046bc21e"},{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","id":"3584cfed-b7e2-4282-847f-bdc49df2f326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","description":"<p>Members of the <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792\">shared line group</a> have access to the group's phone number and voicemail. Use this API to unassign <strong>all</strong> the existing members from a Shared Line Group.\n<strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>A valid Shared Line Group</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:write:admin</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"4599f27e-1737-45cb-8001-d5c0b035558e","description":{"content":"<p>(Required) Unique identifier of the Shared Line Group that you would like to delete.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"}]}},"response":[{"id":"92fb21f5-74cd-4e6d-9334-bbe49a21e322","name":"**HTTP Status Code:** `204` **No Content**<br>\n\nMembers unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","members"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"e62cc68f-3064-479a-9f20-b09a6a7d5d46","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300` **Validation Failed**<br>\n* Shared line group (id: {sharedLingGroupId}) does not exist.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","members"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3584cfed-b7e2-4282-847f-bdc49df2f326"},{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members/:memberId","id":"4bf2bf4b-a5ed-47de-94be-88940dc1df06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members/:memberId","description":"<p>Members of the <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792\">shared line group</a> have access to the group's phone number and voicemail. Use this API to unassign <strong>a specific member</strong> from a Shared Line Group.\n<strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>A valid Shared Line Group</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:write:admin</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"294435ad-0250-475e-a7df-cfbd8d1e9cfe","description":{"content":"<p>(Required) Unique Identifier of the shared line group from which you would like to remove a member.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"},{"id":"8f6d8d74-aceb-429c-9cbb-a5691dc975af","description":{"content":"<p>(Required) Unique identifier of the member who is to be removed.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"}]}},"response":[{"id":"2a5b2bea-66c9-4e46-bbd8-5666354d7d2f","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300` **Validation Failed**<br>\n* Shared line group (id: {sharedLingGroupId}) does not exist.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","members",":memberId"],"variable":[{"key":"sharedLineGroupId"},{"key":"memberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c03ada7d-945b-4b78-879e-17745c7e2545","name":"**HTTP Status Code:** `204` **No Content**<br>\n\nMembers unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","members",":memberId"],"variable":[{"key":"sharedLineGroupId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4bf2bf4b-a5ed-47de-94be-88940dc1df06"}],"id":"b6a71073-b4de-4d51-a426-87e3bcd78c86","_postman_id":"b6a71073-b4de-4d51-a426-87e3bcd78c86","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"phone numbers","item":[{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers","id":"2643bb75-8926-4154-b2f1-2b9591534665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text","description":"<p>Phone number(s) to be assigned to the Shared Line Group.</p>\n"}]},"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers","description":"<p>Use this API to assign phone numbers to a shared line groups. These direct phone numbers will be shared among members of the <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792-Setting-up-shared-line-groups\">shared line group</a>.\n<strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>A valid Shared Line Group</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:write:admin</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"07dc12e9-e207-4df9-98f9-211e8dc86edb","description":{"content":"<p>(Required) Unique Identifier of the Shared Line Group.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"}]}},"response":[{"id":"05c98940-7789-452a-bfb2-590d763b55a1","name":"**HTTP Status Code:** `201` **Created**<br>\nPhone number(s) assigned successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Phone number(s) to be assigned to the Shared Line Group.","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"09d88246-ebd3-41b1-82bd-981b2b931bd3","name":"**HTTP Status Code:** `401` **Unauthorized**<br>\n**Error Code:** `124`\nPhone number does not belong to this account","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Phone number(s) to be assigned to the Shared Line Group.","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a3eb4850-0a6e-4397-b767-2c6a4207fff4","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nPhone number does not exist<br><br>\n**Error Code:** `300` **Validation Failed.**<br>\nShared line group (id: {sharedLingGroupId}) does not exist.\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Phone number(s) to be assigned to the Shared Line Group.","type":"text/plain"},"key":"phone_numbers","value":"[{\"id\":\"<string>\",\"number\":\"<string>\"},{\"id\":\"<string>\",\"number\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2643bb75-8926-4154-b2f1-2b9591534665"},{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers/:phoneNumberId","id":"95dc12bc-4519-4b06-b71e-9603f423085d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers/:phoneNumberId","description":"<p>Use this API to unassign a specific phone number that was assigned to the <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792-Setting-up-shared-line-groups\">shared line group</a>.\n<strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>A valid Shared Line Group</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:write:admin</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers",":phoneNumberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"2fed5bac-874a-4ce7-8788-fa18710161fe","description":{"content":"<p>(Required) Unique identifier of the shared line group from which you would like to unassign a phone number.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"},{"id":"b0648351-74a7-4e9f-af47-4def543772b7","description":{"content":"<p>(Required) Unique identifier of the phone number which is to be unassigned. This can be retrieved from Get a Shared Line Group API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"phoneNumberId"}]}},"response":[{"id":"07384240-53e8-41a3-97d1-79c3409719e9","name":"**HTTP Status Code:** `204` **No Content**<br>\nPhone Numbers unassigned successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers",":phoneNumberId"],"variable":[{"key":"sharedLineGroupId"},{"key":"phoneNumberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e0b7de73-5d8e-42ac-a2de-06acfdc0f468","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br>\nPhone number does not exist<br><br>\n**Error Code:** `300` **Validation Failed.**<br>\nShared line group (id: {sharedLingGroupId}) does not exist.\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers",":phoneNumberId"],"variable":[{"key":"sharedLineGroupId"},{"key":"phoneNumberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6f39180-995e-4bd1-8da2-0300f6ab2ff1","name":"**HTTP Status Code:** `401` **Unauthorized**<br>\n**Error Code:** `124`\nPhone number does not belong to this account","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/phone_numbers/:phoneNumberId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId","phone_numbers",":phoneNumberId"],"variable":[{"key":"sharedLineGroupId"},{"key":"phoneNumberId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95dc12bc-4519-4b06-b71e-9603f423085d"}],"id":"4ef02ac3-76e6-41d2-9de1-7dd9c2c1bf78","_postman_id":"4ef02ac3-76e6-41d2-9de1-7dd9c2c1bf78","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","id":"13584fc9-8b8a-457e-97cb-8568ba02f1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","description":"<p>A <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792\">shared line group</a> allows Zoom Phone admins to share a phone number and extension with a group of phone users or common area phones. This gives members of the shared line group access to the group's direct phone number and voicemail. Use this API to list all the Shared Line Groups.</p>\n<p><strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:read:admin</code> or <code>phone:write:admin</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"f4bedd74-29d1-4bb1-ad08-37549a9b3ff4","description":{"content":"<p>(Required) Unique Identifier of the Shared Line Group.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"}]}},"response":[{"id":"66d55014-abb1-430d-a103-4e70e9353510","name":"Untitled Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"jsehdfrrg4\",\n \"display_name\": \"Bay Area Shared Line Group\",\n \"extension_number\": 123,\n \"phone_numbers\": [\n  {\n   \"id\": \"dsfdg3r\",\n   \"number\": \"1365435426\"\n  },\n  {\n   \"id\": \"hfgdcfhjj\",\n   \"number\": \"5673856375\"\n  }\n ],\n \"primary_number\": \"5673856375\",\n \"site\": {\n  \"id\": \"dhfdhsf4\",\n  \"name\": \"Engineering Site\"\n },\n \"members\": {\n  \"users\": [\n   {\n    \"id\": \"gdfsx57ytcfgg\",\n    \"name\": \"ipsum reprehenderit\"\n   },\n   {\n    \"id\": \"nisi3t5hgvsed\",\n    \"name\": \"dolore sed\"\n   }\n  ],\n  \"common_area_phones\": [\n   {\n    \"id\": \"eu34gcogfft5nsectetur\",\n    \"name\": \"Lobby Phone\"\n   }\n  ]\n },\n \"timezone\": \"America/Los_Angeles\",\n \"status\": \"active\"\n}"}],"_postman_id":"13584fc9-8b8a-457e-97cb-8568ba02f1f8"},{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","id":"8cf50d8e-b8f7-4706-89e2-a3a4e2ddd195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"display_name","value":"<string>","type":"text","description":"<p>Display Name of the Shared Line Group.</p>\n"},{"key":"extension_number","value":"<integer>","type":"text","description":"<p>Extension number assigned to the Shared Line Group.</p>\n"},{"key":"primary_number","value":"{\"id\":\"<string>\",\"number\":\"<string>\"}","type":"text","description":"<p>If you have multiple direct phone numbers assigned to the shared line group, select a number from those numbers as the primary number. The primary number shares the same line as the extension number. This means if a caller is routed to the shared line group through an auto receptionist, the line associated with the primary number will be used. A pending number cannot be used as a Primary Number.</p>\n"},{"key":"timezone","value":"<string>","type":"text","description":"<p>Timezone to be used for the Business Hours. A value should be provided from the IDs listed <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones\">here</a>.</p>\n"},{"key":"status","value":"<string>","type":"text","description":"<p>Status of the Shared Line Group. (This can only be one of active,inactive)</p>\n"}]},"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","description":"<p>A <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792\">shared line group</a> allows Zoom Phone admins to share a phone number and extension with a group of phone users or common area phones. This gives members of the shared line group access to the group's direct phone number and voicemail. Use this API to update information of a Shared Line Group. \n<strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:write:admin</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0be26dab-0c94-4fca-ab78-165ccc56320f","description":{"content":"<p>(Required) Unique identifier of the shared line group that is to be updated.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"}]}},"response":[{"id":"601bc6d7-8bb9-4e2a-8908-63d346425ca1","name":"**HTTP Status Code:** `404` **Not Found** <br>\n* No phone numbers have been assigned to this Shared Line Group.<br>\n* Primary phone number was not found in the list of numbers assigned to this Shared Line Group.\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display Name of the Shared Line Group.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Extension number assigned to the Shared Line Group.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"If you have multiple direct phone numbers assigned to the shared line group, select a number from those numbers as the primary number. The primary number shares the same line as the extension number. This means if a caller is routed to the shared line group through an auto receptionist, the line associated with the primary number will be used. A pending number cannot be used as a Primary Number.","type":"text/plain"},"key":"primary_number","value":"{\"id\":\"<string>\",\"number\":\"<string>\"}","type":"text"},{"description":{"content":"Timezone to be used for the Business Hours. A value should be provided from the IDs listed [here](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones).","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Status of the Shared Line Group. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9cb1bbd1-8982-48ea-bd71-16aff3097ba4","name":"**HTTP Status Code:** `400` **Bad Request** <br>\n**Error Code:** `300` **Validation Failed** <br>\n* Shared line group (id: {sharedLingGroupId}) does not exist.<br>\n* Timezone not found in the system.<br><br>\n**Error Code:** `409` <br>\n* Invalid short numb","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display Name of the Shared Line Group.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Extension number assigned to the Shared Line Group.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"If you have multiple direct phone numbers assigned to the shared line group, select a number from those numbers as the primary number. The primary number shares the same line as the extension number. This means if a caller is routed to the shared line group through an auto receptionist, the line associated with the primary number will be used. A pending number cannot be used as a Primary Number.","type":"text/plain"},"key":"primary_number","value":"{\"id\":\"<string>\",\"number\":\"<string>\"}","type":"text"},{"description":{"content":"Timezone to be used for the Business Hours. A value should be provided from the IDs listed [here](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones).","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Status of the Shared Line Group. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bea2bd07-db82-4579-b084-8e9497ab19f7","name":"**HTTP Status Code:** `204` **No Content** \n\nShared Line Group Updated Successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Display Name of the Shared Line Group.","type":"text/plain"},"key":"display_name","value":"<string>","type":"text"},{"description":{"content":"Extension number assigned to the Shared Line Group.","type":"text/plain"},"key":"extension_number","value":"<integer>","type":"text"},{"description":{"content":"If you have multiple direct phone numbers assigned to the shared line group, select a number from those numbers as the primary number. The primary number shares the same line as the extension number. This means if a caller is routed to the shared line group through an auto receptionist, the line associated with the primary number will be used. A pending number cannot be used as a Primary Number.","type":"text/plain"},"key":"primary_number","value":"{\"id\":\"<string>\",\"number\":\"<string>\"}","type":"text"},{"description":{"content":"Timezone to be used for the Business Hours. A value should be provided from the IDs listed [here](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones).","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Status of the Shared Line Group. (This can only be one of active,inactive)","type":"text/plain"},"key":"status","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"8cf50d8e-b8f7-4706-89e2-a3a4e2ddd195"},{"name":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","id":"55c9252c-3ea1-4917-899a-ddca81776096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","description":"<p>A <a href=\"https://support.zoom.us/hc/en-us/articles/360038850792\">shared line group</a> allows Zoom Phone admins to share a phone number and extension with a group of phone users or common area phones. Use this API to delete a Shared Line Group. \n<strong>Prerequisties:</strong> <br /></p>\n<ul>\n<li>Pro or higher account with Zoom Phone license.</li>\n<li>Account owner or admin privileges</li>\n</ul>\n<p><strong>Scopes:</strong> <code>phone:write:admin</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["phone","shared_line_groups",":sharedLineGroupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a44bb99a-dee8-4850-a5a4-d9354653aa56","description":{"content":"<p>(Required) Unique Identifier of the shared line group that you would like to delete.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sharedLineGroupId"}]}},"response":[{"id":"84056f66-440c-4188-9359-7f3111c0f37e","name":"**HTTP Status Code:** `204` **No Content** <br>\nShared Line Group Deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"bc09e141-c5f6-464b-b52c-610b88749c54","name":"**HTTP Status Code:** `400` **Bad Request** <br>\n**Error Code:** `300` **Validation Failed.**<br>\n* Shared line group (id: {sharedLingGroupId}) does not exist.\n\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId","host":["https://api.zoom.us/v2"],"path":["phone","shared_line_groups",":sharedLineGroupId"],"variable":[{"key":"sharedLineGroupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55c9252c-3ea1-4917-899a-ddca81776096"}],"id":"e4ac27e4-db17-4283-9a61-1dadc0357165","_postman_id":"e4ac27e4-db17-4283-9a61-1dadc0357165","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/phone/call_logs","id":"328fdf56-452b-439b-aa3b-485d82419eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/call_logs?page_size=30&from=<string>&to=<string>&type=<string>&next_page_token=<string>","description":"<p>Retrieve <a href=\"https://support.zoom.us/hc/en-us/articles/360021114452-Viewing-Call-Logs\">call logs</a> for an account. </p>\n<p><strong>Scopes</strong>: <code>phone:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisite:</strong><br /></p>\n<ol>\n<li>Business or Enterprise account<br /></li>\n<li>A Zoom Phone license<br /></li>\n<li>Account Owner and a <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control\">role</a> with Zoom Phone Management<br /></li>\n</ol>\n","urlObject":{"path":["phone","call_logs"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>Start date from which you would like to get the call logs. The start date should be within past six months.</p>\n","type":"text/plain"},"key":"from","value":"<string>"},{"description":{"content":"<p>The end date upto which you would like to get the call logs for. The end date should be within past six months.</p>\n","type":"text/plain"},"key":"to","value":"<string>"},{"description":{"content":"<p>The type of the call logs. The value can be either \"all\" or \"missed\".</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"3e75878b-211b-4967-9676-337ab67d61f4","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nError retrieving call logs.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_logs?page_size=30&from=<string>&to=<string>&type=<string>&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","call_logs"],"query":[{"key":"page_size","value":"30"},{"key":"from","value":"<string>"},{"key":"to","value":"<string>"},{"key":"type","value":"<string>"},{"key":"next_page_token","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cba97f22-de67-4fd9-970d-1738179dc31a","name":"**HTTP Status Code:** `200`<br>\nAccount's call logs returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/phone/call_logs?page_size=30&from=<string>&to=<string>&type=<string>&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["phone","call_logs"],"query":[{"key":"page_size","value":"30"},{"key":"from","value":"<string>"},{"key":"to","value":"<string>"},{"key":"type","value":"<string>"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 0,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 0,\n \"from\": \"2019-05-19\",\n \"to\": \"2019-05-20\",\n \"call_logs\": [\n  {\n   \"id\": \"sjbkfdsbfsdf\",\n   \"caller_number\": \"12345678\",\n   \"caller_number_type\": \"1\",\n   \"caller_name\": \"ullamconame\",\n   \"callee_number\": \"34567889\",\n   \"callee_number_type\": \"2\",\n   \"callee_name\": \"somename\",\n   \"direction\": \"inbound\",\n   \"duration\": 18677470,\n   \"result\": \"no_answer\",\n   \"date_time\": \"2019-05-19T20:00:00Z\"\n  }\n ]\n}"}],"_postman_id":"328fdf56-452b-439b-aa3b-485d82419eaf"},{"name":"https://api.zoom.us/v2/phone/company_number","id":"1d5dacb9-2dbe-4ee7-beba-dd86557f7ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"phone_number","value":"<string>","type":"text","description":"<p>Provide either the unique identifier of the phone number (id) or the phone number itself in e164 format (e.g: +199955500123).</p>\n"}]},"url":"https://api.zoom.us/v2/phone/company_number","description":"<p>The <a href=\"https://support.zoom.us/hc/en-us/articles/360028553691\">main company number</a> can be used by external callers to reach your phone users (by dialing the main company number and the user's extension). It can also be used by phone users in your account as their caller ID while making calls.<br /><br /> Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/360028553691#h_82414c34-9df2-428a-85a4-efcf7f9e0d72\">change the main company number</a> of an account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher account plan.</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>phone:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["phone","company_number"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"01972e2e-b36f-4b2c-8e8b-1b30db6c035c","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `404`\nphoneNumber does not exist, phonenumberId:{phonenumberId}.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide either the unique identifier of the phone number (id) or the phone number itself in e164 format (e.g: +199955500123).","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/company_number"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"333f8e2c-1997-4c96-a777-6deb068d1e1d","name":"**HTTP Status Code:** `204` **No Content**<br>\nMain company number updated successfully.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide either the unique identifier of the phone number (id) or the phone number itself in e164 format (e.g: +199955500123).","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/company_number"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"6af89df7-539e-4c3a-8a26-1dfaed2ac991","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `400`<br><br>\nTarget phone number can not be set as main company number.<br>\nUnable to update this number as it is used for outbound caller ID to public safety answering point.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Provide either the unique identifier of the phone number (id) or the phone number itself in e164 format (e.g: +199955500123).","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/phone/company_number"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d5dacb9-2dbe-4ee7-beba-dd86557f7ed7"},{"name":"https://api.zoom.us/v2/phone/calling_plans","id":"264e7dc0-e498-466c-ae01-07b63abe73c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/calling_plans","description":"<p>List all Zoom Phone <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans#zoom-phone-calling-plans\">calling plans</a> that are enabled for a Zoom account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom phone license. <br />\n<strong>Scope:</strong> <code>phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["phone","calling_plans"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"74ab702f-b48c-47ad-93c5-64e31d223f43","name":"**HTTP Status Code:** `200` **OK**<br>\nCalling plans listed successfully.\n","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/phone/calling_plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"calling_plans\": [\n  {\n   \"name\": \"US/Canada metered calling plan\",\n   \"type\": 100,\n   \"subscribed\": 10,\n   \"assigned\": 1,\n   \"available\": 9\n  },\n  {\n   \"name\": \"Australia/New Zealand metered calling plan\",\n   \"type\": 101,\n   \"subscribed\": 4,\n   \"assigned\": 2,\n   \"available\": 2\n  }\n ]\n}"}],"_postman_id":"264e7dc0-e498-466c-ae01-07b63abe73c5"}],"id":"0ca68ae0-a249-4f8a-b759-a52627c56593","_postman_id":"0ca68ae0-a249-4f8a-b759-a52627c56593","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"sip phones","item":[{"name":"{phone Id}","item":[{"name":"https://api.zoom.us/v2/sip_phones/:phoneId","id":"763c2994-47d8-4064-be99-024820cf6cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"<string>","type":"text","description":"<p>The name or IP address of your provider’s SIP domain. (example: CDC.WEB).</p>\n"},{"key":"register_server","value":"<string>","type":"text","description":"<p>IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.</p>\n"},{"key":"proxy_server","value":"<string>","type":"text","description":"<p>IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.</p>\n"},{"key":"register_server2","value":"<string>","type":"text","description":"<p>IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.</p>\n"},{"key":"proxy_server2","value":"<string>","type":"text","description":"<p>IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.</p>\n"},{"key":"register_server3","value":"<string>","type":"text","description":"<p>IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.</p>\n"},{"key":"proxy_server3","value":"<string>","type":"text","description":"<p>IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.</p>\n"},{"key":"user_name","value":"<string>","type":"text","description":"<p>The phone number associated with the user in the SIP account.</p>\n"},{"key":"password","value":"<string>","type":"text","description":"<p>The password generated for the user in the SIP account.</p>\n"},{"key":"authorization_name","value":"<string>","type":"text","description":"<p>Authorization name of the user  registered for SIP Phone.</p>\n"},{"key":"voice_mail","value":"<string>","type":"text","description":"<p>The number to dial for checking voicemail.</p>\n"},{"key":"transport_protocol","value":"<string>","type":"text","description":"<p>Protocols supported by the SIP provider.<br /> The value must be either <code>UDP</code>, <code>TCP</code>, <code>TLS</code>, <code>AUTO</code>. (This can only be one of UDP,TCP,TLS,AUTO)</p>\n"},{"key":"transport_protocol2","value":"<string>","type":"text","description":"<p>Protocols supported by the SIP provider.<br /> The value must be either <code>UDP</code>, <code>TCP</code>, <code>TLS</code>, <code>AUTO</code>. (This can only be one of UDP,TCP,TLS,AUTO)</p>\n"},{"key":"transport_protocol3","value":"<string>","type":"text","description":"<p>Protocols supported by the SIP provider.<br /> The value must be either <code>UDP</code>, <code>TCP</code>, <code>TLS</code>, <code>AUTO</code>. (This can only be one of UDP,TCP,TLS,AUTO)</p>\n"},{"key":"registration_expire_time","value":"60","type":"text","description":"<p>The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.</p>\n"}]},"url":"https://api.zoom.us/v2/sip_phones/:phoneId","description":"<p>Zoom’s Phone System Integration (PSI), also referred as SIP phones, enables an organization to leverage the Zoom client to complete a softphone registration to supported premise based PBX system. End users will have the ability to have softphone functionality within a single client while maintaining a comparable interface to Zoom Phone. Use this API to update information of a specific SIP Phone on a Zoom account.<br /><br />\n<strong>Prerequisites</strong>:</p>\n<ul>\n<li>Currently only supported on Cisco and Avaya PBX systems. </li>\n<li>The account owner or account admin must first enable SIP Phone Integration by contacting the <a href=\"https://zoom.us/contactsales\">Sales</a> team.<br /> <strong>Scope:</strong> <code>sip_phone:write:admin</code><br /> \n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`</li>\n</ul>\n","urlObject":{"path":["sip_phones",":phoneId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0f9651fb-2443-4c95-bf9d-ed085cf2bfd6","description":{"content":"<p>(Required) Unique Identifier of the SIP Phone. This can be retrieved from the List SIP Phones API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"phoneId"}]}},"response":[{"id":"97d02840-2c17-4eba-8cfa-db45c5c4f404","name":"**HTTP Status Code:** `400`<br>\nBad request.\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The name or IP address of your provider’s SIP domain. (example: CDC.WEB).","type":"text/plain"},"key":"domain","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server3","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server3","value":"<string>","type":"text"},{"description":{"content":"The phone number associated with the user in the SIP account.","type":"text/plain"},"key":"user_name","value":"<string>","type":"text"},{"description":{"content":"The password generated for the user in the SIP account.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Authorization name of the user  registered for SIP Phone.","type":"text/plain"},"key":"authorization_name","value":"<string>","type":"text"},{"description":{"content":"The number to dial for checking voicemail.","type":"text/plain"},"key":"voice_mail","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol2","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol3","value":"<string>","type":"text"},{"description":{"content":"The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.","type":"text/plain"},"key":"registration_expire_time","value":"60","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/sip_phones/:phoneId","host":["https://api.zoom.us/v2"],"path":["sip_phones",":phoneId"],"variable":[{"key":"phoneId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c249b52d-1d0b-4141-bd42-1f9d22bde01b","name":"**Error Code:** `300`<br>\n SIP phone not found: phoneId.<br>\n The SIP phone with this phoneId was not found on this account.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The name or IP address of your provider’s SIP domain. (example: CDC.WEB).","type":"text/plain"},"key":"domain","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server3","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server3","value":"<string>","type":"text"},{"description":{"content":"The phone number associated with the user in the SIP account.","type":"text/plain"},"key":"user_name","value":"<string>","type":"text"},{"description":{"content":"The password generated for the user in the SIP account.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Authorization name of the user  registered for SIP Phone.","type":"text/plain"},"key":"authorization_name","value":"<string>","type":"text"},{"description":{"content":"The number to dial for checking voicemail.","type":"text/plain"},"key":"voice_mail","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol2","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol3","value":"<string>","type":"text"},{"description":{"content":"The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.","type":"text/plain"},"key":"registration_expire_time","value":"60","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/sip_phones/:phoneId","host":["https://api.zoom.us/v2"],"path":["sip_phones",":phoneId"],"variable":[{"key":"phoneId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"df8ab880-f4a7-4805-bad3-aecc50745438","name":"**Error Code:** `200`<br>\nPermission missing: Enable SIP Phone Integration by contacting a Zoom Admin first.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The name or IP address of your provider’s SIP domain. (example: CDC.WEB).","type":"text/plain"},"key":"domain","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server3","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server3","value":"<string>","type":"text"},{"description":{"content":"The phone number associated with the user in the SIP account.","type":"text/plain"},"key":"user_name","value":"<string>","type":"text"},{"description":{"content":"The password generated for the user in the SIP account.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Authorization name of the user  registered for SIP Phone.","type":"text/plain"},"key":"authorization_name","value":"<string>","type":"text"},{"description":{"content":"The number to dial for checking voicemail.","type":"text/plain"},"key":"voice_mail","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol2","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol3","value":"<string>","type":"text"},{"description":{"content":"The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.","type":"text/plain"},"key":"registration_expire_time","value":"60","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/sip_phones/:phoneId","host":["https://api.zoom.us/v2"],"path":["sip_phones",":phoneId"],"variable":[{"key":"phoneId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd69b0fb-e93d-430d-891f-a5192e0d481a","name":"**HTTP Status Code:** `204`<br>\nSIP Phone information updated successfully.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The name or IP address of your provider’s SIP domain. (example: CDC.WEB).","type":"text/plain"},"key":"domain","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server3","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server3","value":"<string>","type":"text"},{"description":{"content":"The phone number associated with the user in the SIP account.","type":"text/plain"},"key":"user_name","value":"<string>","type":"text"},{"description":{"content":"The password generated for the user in the SIP account.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Authorization name of the user  registered for SIP Phone.","type":"text/plain"},"key":"authorization_name","value":"<string>","type":"text"},{"description":{"content":"The number to dial for checking voicemail.","type":"text/plain"},"key":"voice_mail","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol2","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol3","value":"<string>","type":"text"},{"description":{"content":"The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.","type":"text/plain"},"key":"registration_expire_time","value":"60","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/sip_phones/:phoneId","host":["https://api.zoom.us/v2"],"path":["sip_phones",":phoneId"],"variable":[{"key":"phoneId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"763c2994-47d8-4064-be99-024820cf6cfc"},{"name":"https://api.zoom.us/v2/sip_phones/:phoneId","id":"28393f8d-2865-4235-b08e-ac2e00dc400c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/sip_phones/:phoneId","description":"<p>Zoom’s Phone System Integration (PSI), also referred as SIP phones, enables an organization to leverage the Zoom client to complete a softphone registration to supported premise based PBX system. End users will have the ability to have softphone functionality within a single client while maintaining a comparable interface to Zoom Phone. Use this API to delete a specific SIP phone on a Zoom account.<br /><br />\n<strong>Prerequisites</strong>:</p>\n<ul>\n<li>Currently only supported on Cisco and Avaya PBX systems. </li>\n<li>User must enable SIP Phone Integration by contacting the <a href=\"https://zoom.us/contactsales\">Sales</a> team.<br /> <strong>Scope:</strong> <code>sip_phone:read:admin</code><br /> \n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`</li>\n</ul>\n","urlObject":{"path":["sip_phones",":phoneId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"3ff5ac29-0eb5-4f5a-ab31-cc6610cd8c8b","description":{"content":"<p>(Required) Unique Identifier of the SIP Phone. It can be retrieved from the List SIP Phones API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"phoneId"}]}},"response":[{"id":"7dd34fa6-bbd3-47ef-9934-4a8ea181ba89","name":"**HTTP Status Code:** `204`<br>\nSIP Phone deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/sip_phones/:phoneId","host":["https://api.zoom.us/v2"],"path":["sip_phones",":phoneId"],"variable":[{"key":"phoneId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"906c32ab-8f9c-4b07-9825-5f841abd5ee2","name":"**Error Code:** `300`The SIP phone with this phoneId was not found on this account.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/sip_phones/:phoneId","host":["https://api.zoom.us/v2"],"path":["sip_phones",":phoneId"],"variable":[{"key":"phoneId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a92dd720-4b4a-4529-ba68-45aa74a8fca3","name":"**Error Code:** `200`<br>Permission missing: Enable SIP Phone Integration by contacting a Zoom Admin first.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/sip_phones/:phoneId","host":["https://api.zoom.us/v2"],"path":["sip_phones",":phoneId"],"variable":[{"key":"phoneId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28393f8d-2865-4235-b08e-ac2e00dc400c"}],"id":"b1a695f0-b414-4f22-b451-f7463da21fe0","_postman_id":"b1a695f0-b414-4f22-b451-f7463da21fe0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/sip_phones","id":"a9fb652c-0fa9-4e04-ac0d-e1023b886e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/sip_phones?page_number=1&search_key=<string>&page_size=<integer>","description":"<p>Zoom’s Phone System Integration (PSI), also referred as SIP phones, enables an organization to leverage the Zoom client to complete a softphone registration to supported premise based PBX system. End users will have the ability to have softphone functionality within a single client while maintaining a comparable interface to Zoom Phone. Use this API to list SIP phones on an account.<br /><br />\n<strong>Prerequisites</strong>:</p>\n<ul>\n<li>Currently only supported on Cisco and Avaya PBX systems. </li>\n<li>User must enable SIP Phone Integration by contacting the <a href=\"https://zoom.us/contactsales\">Sales</a> team.<br /> <strong>Scope:</strong> <code>sip_phone:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></li>\n</ul>\n","urlObject":{"path":["sip_phones"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"description":{"content":"<p>User name or email address of a user. If this parameter is provided, only the SIP phone system integration enabled for that specific user will be returned. Otherwise, all SIP phones on an account will be returned.</p>\n","type":"text/plain"},"key":"search_key","value":"<string>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"<integer>"}],"variable":[]}},"response":[{"id":"511a7512-f39f-4dc8-9b64-4ec451d66c99","name":"**HTTP Status Code:** `200`<br>\nSIP Phones listed successfully.\n\n**Error Code:** `200`<br>\nPermission missing: Enable SIP Phone Integration by contacting a Zoom Admin first.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/sip_phones?page_number=1&search_key=<string>&page_size=<integer>","host":["https://api.zoom.us/v2"],"path":["sip_phones"],"query":[{"key":"page_number","value":"1"},{"key":"search_key","value":"<string>"},{"key":"page_size","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 1,\n \"total_records\": 1,\n \"phones\": [\n  {\n   \"id\": \"123456\",\n   \"user_email\": \"CfRE2opiq3HokO@someemailtype.com\",\n   \"domain\": \"CDC.WEB\",\n   \"register_server\": \"192.168.0.100\",\n   \"transport_protocol\": \"UDP\",\n   \"proxy_server\": \"192.168.0.10\",\n   \"register_server2\": \"192.168.0.100\",\n   \"transport_protocol2\": \"UDP\",\n   \"proxy_server2\": \"192.168.0.10\",\n   \"register_server3\": \"192.168.0.100\",\n   \"transport_protocol3\": \"UDP\",\n   \"proxy_server3\": \"192.168.0.10\",\n   \"registration_expire_time\": 60,\n   \"user_name\": \"1008\",\n   \"password\": \"apassword1\",\n   \"authorization_name\": \"testname\",\n   \"voice_mail\": \"4000\"\n  }\n ]\n}"},{"id":"f4ac1e76-d565-4e54-84e7-b21968be9db8","name":"**HTTP Status Code:** `400`<br> Bad Request\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/sip_phones?page_number=1&search_key=<string>&page_size=<integer>","host":["https://api.zoom.us/v2"],"path":["sip_phones"],"query":[{"key":"page_number","value":"1"},{"key":"search_key","value":"<string>"},{"key":"page_size","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a9fb652c-0fa9-4e04-ac0d-e1023b886e88"},{"name":"https://api.zoom.us/v2/sip_phones","id":"3bff8383-434f-415c-8e51-94b96407fcc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"<string>","type":"text","description":"<p>The name or IP address of your provider’s SIP domain. (example: CDC.WEB).</p>\n"},{"key":"register_server","value":"<string>","type":"text","description":"<p>IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.</p>\n"},{"key":"proxy_server","value":"<string>","type":"text","description":"<p>IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.</p>\n"},{"key":"user_name","value":"<string>","type":"text","description":"<p>The phone number associated with the user in the SIP account.</p>\n"},{"key":"password","value":"<string>","type":"text","description":"<p>The password generated for the user in the SIP account.</p>\n"},{"key":"authorization_name","value":"<string>","type":"text","description":"<p>Authorization name of the user  registered for SIP Phone.</p>\n"},{"key":"user_email","value":"<email>","type":"text","description":"<p>The email address of the user to associate with the SIP Phone. Can add [.win, .mac, .android, .ipad, .iphone, .linux, .pc, .mobile, .pad] at the end of the email (ex. <a href=\"mailto:user@test.com.mac\">user@test.com.mac</a>) to add accounts for different platforms for the same user.</p>\n"},{"key":"voice_mail","value":"<string>","type":"text","description":"<p>The number to dial for checking voicemail.</p>\n"},{"key":"transport_protocol","value":"<string>","type":"text","description":"<p>Protocols supported by the SIP provider.<br /> The value must be either <code>UDP</code>, <code>TCP</code>, <code>TLS</code>, <code>AUTO</code>. (This can only be one of UDP,TCP,TLS,AUTO)</p>\n"},{"key":"register_server2","value":"<string>","type":"text","description":"<p>IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.</p>\n"},{"key":"transport_protocol2","value":"<string>","type":"text","description":"<p>Protocols supported by the SIP provider.<br /> The value must be either <code>UDP</code>, <code>TCP</code>, <code>TLS</code>, <code>AUTO</code>. (This can only be one of UDP,TCP,TLS,AUTO)</p>\n"},{"key":"proxy_server2","value":"<string>","type":"text","description":"<p>IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.</p>\n"},{"key":"register_server3","value":"<string>","type":"text","description":"<p>IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.</p>\n"},{"key":"transport_protocol3","value":"<string>","type":"text","description":"<p>Protocols supported by the SIP provider.<br /> The value must be either <code>UDP</code>, <code>TCP</code>, <code>TLS</code>, <code>AUTO</code>. (This can only be one of UDP,TCP,TLS,AUTO)</p>\n"},{"key":"proxy_server3","value":"<string>","type":"text","description":"<p>IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.</p>\n"},{"key":"registration_expire_time","value":"60","type":"text","description":"<p>The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.</p>\n"}]},"url":"https://api.zoom.us/v2/sip_phones","description":"<p>Zoom’s Phone System Integration (PSI), also referred as SIP phones, enables an organization to leverage the Zoom client to complete a softphone registration to supported premise based PBX system. End users will have the ability to have softphone functionality within a single client while maintaining a comparable interface to Zoom Phone. Use this API to enable a user to use SIP phone.<br /><br />\n<strong>Prerequisites</strong>:</p>\n<ul>\n<li>Currently only supported on Cisco and Avaya PBX systems. </li>\n<li>The account owner or account admin must first enable SIP Phone Integration by contacting the <a href=\"https://zoom.us/contactsales\">Sales</a> team.<br /> <strong>Scope:</strong> <code>sip_phone:write:admin</code><br /> \n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`</li>\n</ul>\n","urlObject":{"path":["sip_phones"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"1868e467-7472-40a7-b865-fd2b625c05a7","name":"**HTTP Status Code:** `400`<br>\nBad request.<br>\n**Error Code:** `200`<br> Permission missing: Enable SIP Phone Integration by contacting a Zoom Admin first.<br>\n**Error Code:** `300`<br>SIP Phone with the same email already exists.\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The name or IP address of your provider’s SIP domain. (example: CDC.WEB).","type":"text/plain"},"key":"domain","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server","value":"<string>","type":"text"},{"description":{"content":"The phone number associated with the user in the SIP account.","type":"text/plain"},"key":"user_name","value":"<string>","type":"text"},{"description":{"content":"The password generated for the user in the SIP account.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Authorization name of the user  registered for SIP Phone.","type":"text/plain"},"key":"authorization_name","value":"<string>","type":"text"},{"description":{"content":"The email address of the user to associate with the SIP Phone. Can add [.win, .mac, .android, .ipad, .iphone, .linux, .pc, .mobile, .pad] at the end of the email (ex. user@test.com.mac) to add accounts for different platforms for the same user.","type":"text/plain"},"key":"user_email","value":"<email>","type":"text"},{"description":{"content":"The number to dial for checking voicemail.","type":"text/plain"},"key":"voice_mail","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server2","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol2","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.","type":"text/plain"},"key":"proxy_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server3","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol3","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.","type":"text/plain"},"key":"proxy_server3","value":"<string>","type":"text"},{"description":{"content":"The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.","type":"text/plain"},"key":"registration_expire_time","value":"60","type":"text"}]},"url":"https://api.zoom.us/v2/sip_phones"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e711198-227a-4b31-8e93-b6e5315131ba","name":"**HTTP Status Code:** `201`<br>\nSIP Phone Created.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The name or IP address of your provider’s SIP domain. (example: CDC.WEB).","type":"text/plain"},"key":"domain","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server","value":"<string>","type":"text"},{"description":{"content":"The phone number associated with the user in the SIP account.","type":"text/plain"},"key":"user_name","value":"<string>","type":"text"},{"description":{"content":"The password generated for the user in the SIP account.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Authorization name of the user  registered for SIP Phone.","type":"text/plain"},"key":"authorization_name","value":"<string>","type":"text"},{"description":{"content":"The email address of the user to associate with the SIP Phone. Can add [.win, .mac, .android, .ipad, .iphone, .linux, .pc, .mobile, .pad] at the end of the email (ex. user@test.com.mac) to add accounts for different platforms for the same user.","type":"text/plain"},"key":"user_email","value":"<email>","type":"text"},{"description":{"content":"The number to dial for checking voicemail.","type":"text/plain"},"key":"voice_mail","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server2","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol2","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.","type":"text/plain"},"key":"proxy_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server3","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol3","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.","type":"text/plain"},"key":"proxy_server3","value":"<string>","type":"text"},{"description":{"content":"The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.","type":"text/plain"},"key":"registration_expire_time","value":"60","type":"text"}]},"url":"https://api.zoom.us/v2/sip_phones"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e93c05be-2523-4d1a-9a0b-779a3b59efc0","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `1001`<br> User {userId} not exist or not belong to this account.\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The name or IP address of your provider’s SIP domain. (example: CDC.WEB).","type":"text/plain"},"key":"domain","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.","type":"text/plain"},"key":"proxy_server","value":"<string>","type":"text"},{"description":{"content":"The phone number associated with the user in the SIP account.","type":"text/plain"},"key":"user_name","value":"<string>","type":"text"},{"description":{"content":"The password generated for the user in the SIP account.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Authorization name of the user  registered for SIP Phone.","type":"text/plain"},"key":"authorization_name","value":"<string>","type":"text"},{"description":{"content":"The email address of the user to associate with the SIP Phone. Can add [.win, .mac, .android, .ipad, .iphone, .linux, .pc, .mobile, .pad] at the end of the email (ex. user@test.com.mac) to add accounts for different platforms for the same user.","type":"text/plain"},"key":"user_email","value":"<email>","type":"text"},{"description":{"content":"The number to dial for checking voicemail.","type":"text/plain"},"key":"voice_mail","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server2","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol2","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.","type":"text/plain"},"key":"proxy_server2","value":"<string>","type":"text"},{"description":{"content":"IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.","type":"text/plain"},"key":"register_server3","value":"<string>","type":"text"},{"description":{"content":"Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. (This can only be one of UDP,TCP,TLS,AUTO)","type":"text/plain"},"key":"transport_protocol3","value":"<string>","type":"text"},{"description":{"content":"IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty.","type":"text/plain"},"key":"proxy_server3","value":"<string>","type":"text"},{"description":{"content":"The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server.","type":"text/plain"},"key":"registration_expire_time","value":"60","type":"text"}]},"url":"https://api.zoom.us/v2/sip_phones"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bff8383-434f-415c-8e51-94b96407fcc7"}],"id":"8400187c-eefc-48f1-b7f9-7c21b3ecf803","_postman_id":"8400187c-eefc-48f1-b7f9-7c21b3ecf803","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"rooms","item":[{"name":"account profile","item":[{"name":"https://api.zoom.us/v2/rooms/account_profile","id":"16d753b2-1b7a-40e1-ac10-34f7e196474f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/account_profile","description":"<p>Get details on the account profile of a Zoom Room. This information can only by accessed either by the Zoom Room Account Owner or a user with Zoom Rooms admin permission. To get information on an individual Room Profile, use <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms/getzrprofile\">Get Zoom Room Profile API</a> instead.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom account owner or Zoom Rooms admin permissions<br /></li>\n</ul>\n<p><strong>Scopes:</strong> <code>room:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["rooms","account_profile"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"00505b7f-55ee-41b4-bd0b-b65138d43631","name":"**HTTP Status Code:** `200`<br>\nZoom Room Account Profile returned successfully.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/account_profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"basic\": {\n  \"support_email\": \"abc123@someemailaddress.sbfj\",\n  \"support_phone\": \"00222\",\n  \"room_passcode\": \"12234\",\n  \"required_code_to_ext\": true\n }\n}"},{"id":"234eefa1-470b-4d01-9917-43226fa04ee0","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/account_profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16d753b2-1b7a-40e1-ac10-34f7e196474f"},{"name":"https://api.zoom.us/v2/rooms/account_profile","id":"5e03847b-487a-4df1-8869-0fba9792760f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"basic","value":"{\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/account_profile","description":"<p>Update information on the account profile of a Zoom Room. This information can only by accessed either by the Zoom Room Account Owner or a user with Zoom Rooms admin permission. To update information on an individual Room Profile, use <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms/updatezrprofile\">Update Zoom Room Profile API</a> instead.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom account owner or Zoom Rooms admin permissions<br /></li>\n</ul>\n<p><strong>Scopes:</strong> <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["rooms","account_profile"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"ab51c1d8-9257-4fde-994d-a1ab065f7ecd","name":"**HTTP Status Code:** `204` **No Content**<br>\nProfile updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"basic","value":"{\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/account_profile"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eca0a971-b677-4915-bdd5-7e5916de6413","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"basic","value":"{\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/account_profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e03847b-487a-4df1-8869-0fba9792760f"}],"id":"f0eaee14-fc7c-40e3-87d2-c42558fd85a6","_postman_id":"f0eaee14-fc7c-40e3-87d2-c42558fd85a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"account settings","item":[{"name":"https://api.zoom.us/v2/rooms/account_settings","id":"dde2699e-13de-4d2a-be29-258b2ad7eb82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/account_settings?setting_type=meeting","description":"<p>Get details on Account Settings of a Zoom Room. With this API, you can view either the <strong>Account Meeting Settings</strong> or the <strong>Alert Settings</strong> (Client Alert Settings and Notfication Settings) of the Zoom Rooms account. By default, only <strong>Account Meeting Settings</strong> are returned. To view only <strong>Alert Settings</strong>, specify <code>alert</code> as the value of the <code>setting_type</code> query parameter.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom Room licenses</li>\n<li>Owner or Admin privileges on the Zoom Account.<br />\n<strong>Scopes:</strong> <code>room:read:admin</code><br /><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["rooms","account_settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) The type of setting that you would like to retrieve.<br /> <code>alert</code>: Alert Settings applied on the Zoom Rooms Account.<br />\n<code>meeting</code>: Meeting settings of the Zoom Rooms Account. <br />\n<code>signage</code>: View digital signage settings of the Zoom Rooms Account.</p>\n","type":"text/plain"},"key":"setting_type","value":"meeting"}],"variable":[]}},"response":[{"id":"9867fd42-848c-4828-9a52-afca3cc2f371","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/account_settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","account_settings"],"query":[{"key":"setting_type","value":"meeting"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a396619e-a59e-4029-993f-3355fcfb4215","name":"**HTTP Status Code:** `200` **OK**<br>\nZR Account Settings returned successfully.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/account_settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","account_settings"],"query":[{"key":"setting_type","value":"meeting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"client_alert\": {\n  \"detect_microphone_error_alert\": true,\n  \"detect_bluetooth_microphone_error_alert\": true,\n  \"detect_speaker_error_alert\": true,\n  \"detect_bluetooth_speaker_error_alert\": true,\n  \"detect_camera_error_alert\": true\n },\n \"notification\": {\n  \"audio_not_meet_usability_threshold\": false,\n  \"battery_low_and_not_charging\": false,\n  \"controller_scheduling_disconnected\": false,\n  \"cpu_usage_high_detected\": false,\n  \"network_unstable_detected\": false,\n  \"zoom_room_offline\": false,\n  \"sip_registration_failed\": false,\n  \"mic_speaker_camera_disconnected\": false,\n  \"zoom_room_display_disconnected\": false\n }\n}"}],"_postman_id":"dde2699e-13de-4d2a-be29-258b2ad7eb82"},{"name":"https://api.zoom.us/v2/rooms/account_settings","id":"ce83d304-f441-4fa7-9882-4ef67cb9f02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"email_address_prompt_before_recording\":\"<boolean>\",\"secure_connection_channel\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"make_room_alternative_host\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/account_settings?setting_type=meeting","description":"<p>Update account settings applied for Zoom Rooms in a Zoom account. With this API, you can update either the <strong>Account Meeting Settings</strong> or the <strong>Alert Settings</strong> (Client Alert Settings and Notfication Settings) of the Zoom Rooms account by specifying the required setting type in the <code>setting_type</code> parameter. To update only <strong>Alert Settings</strong>, specify <code>alert</code> as the value of the <code>setting_type</code> query parameter and to update only <strong>Account Meeting Settings</strong>, specify <code>meeting</code> as the value of the <code>setting_type</code> query parameter.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li><p>Zoom Room licenses</p>\n</li>\n<li><p>Owner or Admin privileges on the Zoom Account.<br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /> </p>\n<p><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n</li>\n</ul>\n","urlObject":{"path":["rooms","account_settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) The type of setting that you would like to update.<br /> <code>alert</code>: Alert Settings applied on the Zoom Rooms Account.<br />\n<code>meeting</code>: Meeting settings of the Zoom Rooms Account.<br />\n<code>signage</code>: View digital signage settings of the Zoom Rooms Account.</p>\n","type":"text/plain"},"key":"setting_type","value":"meeting"}],"variable":[]}},"response":[{"id":"90d00ad6-cae4-414a-a808-bbb0fb45e784","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"email_address_prompt_before_recording\":\"<boolean>\",\"secure_connection_channel\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"make_room_alternative_host\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/account_settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","account_settings"],"query":[{"key":"setting_type","value":"meeting"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a86d26df-2ae5-4936-b69b-7c33e4f3c0c4","name":"**HTTP Status Code:** `204` **No Content**<br>\nSettings updated successfully.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"email_address_prompt_before_recording\":\"<boolean>\",\"secure_connection_channel\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"make_room_alternative_host\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/account_settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","account_settings"],"query":[{"key":"setting_type","value":"meeting"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ce83d304-f441-4fa7-9882-4ef67cb9f02f"}],"id":"58603144-c9ca-4250-a3be-e08ffd1dc220","_postman_id":"58603144-c9ca-4250-a3be-e08ffd1dc220","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"locations","item":[{"name":"{location Id}","item":[{"name":"settings","item":[{"name":"https://api.zoom.us/v2/rooms/locations/:locationId/settings","id":"d0ce62eb-adb8-4027-b0b6-7ec86d259474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","description":"<p>Get information on meeting or alert settings applied to Zoom Rooms located in a specific location. By default, only <strong>Meeting Settings</strong> are returned. To view only <strong>Alert Settings</strong>, specify <code>alert</code> as the value of the <code>setting_type</code> query parameter.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom Room licenses</li>\n<li>Owner or Admin privileges on the Zoom Account.<br />\n<strong>Scopes:</strong> <code>room:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms","locations",":locationId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) The type of setting that you would like to retrieve.<br /> <code>alert</code>: Alert Settings applied on the Zoom Rooms Account.<br />\n<code>meeting</code>: Meeting settings of the Zoom Rooms Account.<br />\n<code>signage</code>: Digital signage settings of the Zoom Rooms Account.</p>\n","type":"text/plain"},"key":"setting_type","value":"meeting"}],"variable":[{"id":"48c5a0c8-3990-47fa-a3c3-1e2293ff769f","description":{"content":"<p>(Required) Unique identifier of the location type. This can be retrieved using the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Room Location API</a> (Id property in the response).</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"locationId"}]}},"response":[{"id":"5ce4a62c-a30a-42d1-9d3b-1e851bc7b87d","name":"**HTTP Status Code:** `404` **Not Found**<br>\n\n**Error Code:** `4801`<br>\nLocation not found: {locationId}\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"locationId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1dd16a7-5996-4ae5-b1ad-da30da80aaf2","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess Restricted.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"locationId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b253e272-bc85-4378-8e47-caaf67a896c8","name":"**HTTP Status Code:** `200` **OK**<br>\nZoom Room location settings returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"locationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"client_alert\": {\n  \"detect_microphone_error_alert\": true,\n  \"detect_bluetooth_microphone_error_alert\": true,\n  \"detect_speaker_error_alert\": true,\n  \"detect_bluetooth_speaker_error_alert\": true,\n  \"detect_camera_error_alert\": true\n },\n \"notification\": {\n  \"audio_not_meet_usability_threshold\": false,\n  \"battery_low_and_not_charging\": false,\n  \"controller_scheduling_disconnected\": false,\n  \"cpu_usage_high_detected\": false,\n  \"network_unstable_detected\": false,\n  \"zoom_room_offline\": false,\n  \"sip_registration_failed\": false,\n  \"mic_speaker_camera_disconnected\": false,\n  \"zoom_room_display_disconnected\": false\n }\n}"}],"_postman_id":"d0ce62eb-adb8-4027-b0b6-7ec86d259474"},{"name":"https://api.zoom.us/v2/rooms/locations/:locationId/settings","id":"5edecc89-da2d-4408-80b1-b2d707eb04b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_accept_incoming_call_and_fecc\":\"<boolean>\",\"hide_self_view\":\"<boolean>\",\"lock_speaker_volume_control\":\"<boolean>\",\"start_hdmi_content_share_manualy\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"voice_commands\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","description":"<p>Update information on either meeting or alert settings applied to Zoom Rooms located in a specific location. To update <strong>Alert Settings</strong>, specify <code>alert</code> as the value of the <code>setting_type</code> query parameter. Similarly, to update <strong>Meeting Settings</strong>, specify <code>meeting</code> as the value of the <code>setting_type</code> query parameter.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom Room licenses</li>\n<li>Owner or Admin privileges on the Zoom Account.<br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms","locations",":locationId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) The type of setting that you would like to update.<br /> <code>alert</code>: Alert Settings applied on the Zoom Rooms Account.<br />\n<code>meeting</code>: Meeting settings of the Zoom Rooms Account.<br />\n<code>signage</code>: Digital signage settings.</p>\n","type":"text/plain"},"key":"setting_type","value":"meeting"}],"variable":[{"id":"da637b04-90e0-4586-bbf0-d2185d3fe87a","description":{"content":"<p>(Required) Unique identifier of the location type. This can be retrieved using the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Room Location API</a> (Id property in the response).</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"locationId"}]}},"response":[{"id":"564eee8f-06ba-40dd-8f67-3299b7717c28","name":"**HTTP Status Code:** `204` **No Content**<br>\nLocation settings updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_accept_incoming_call_and_fecc\":\"<boolean>\",\"hide_self_view\":\"<boolean>\",\"lock_speaker_volume_control\":\"<boolean>\",\"start_hdmi_content_share_manualy\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"voice_commands\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"locationId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8ca353a1-442b-4d03-a52b-e6d7a2ed3477","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_accept_incoming_call_and_fecc\":\"<boolean>\",\"hide_self_view\":\"<boolean>\",\"lock_speaker_volume_control\":\"<boolean>\",\"start_hdmi_content_share_manualy\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"voice_commands\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"locationId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fcba66a3-836c-481d-b85c-7429678818e4","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `4801`<br>\nLocation not found: {locationId}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_accept_incoming_call_and_fecc\":\"<boolean>\",\"hide_self_view\":\"<boolean>\",\"lock_speaker_volume_control\":\"<boolean>\",\"start_hdmi_content_share_manualy\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"voice_commands\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"locationId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5edecc89-da2d-4408-80b1-b2d707eb04b7"}],"id":"65add2b6-a5c5-4b18-8810-13c94eb142fb","_postman_id":"65add2b6-a5c5-4b18-8810-13c94eb142fb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/rooms/locations/:locationId","id":"784ffca8-1988-4fee-be9b-faaff4ed100d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/locations/:locationId","description":"<p>Each location type of the <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">Zoom Rooms location hierarchy</a> has a profile page that includes information such as name of the location, address, support email, etc. Use this API to retrieve information about a specific Zoom Rooms location type such as information about the city where the Zoom Rooms is located.</p>\n<p><strong>Prerequisite:</strong><br /></p>\n<ul>\n<li>Account owner or admin permission</li>\n<li>Zoom Rooms version 4.0 or higher<br />\n<strong>Scopes:</strong> <code>room:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["rooms","locations",":locationId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"9a021dc2-efc9-4818-9493-8b41edf5065d","description":{"content":"<p>(Required) Unique identifier of the location type. This can be retrieved using the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Room Location API</a> (Id property in the response).</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"locationId"}]}},"response":[{"id":"b6ab42aa-3aaa-410a-97d2-3184ca2f3788","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `4801`<br>\nLocation not found: {locationId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId"],"variable":[{"key":"locationId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c866d912-7b81-4df9-95a8-dac85ad1633a","name":"**HTTP Status Code:** `200` **OK**<br>\nZoom Rooms Location Profile returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId"],"variable":[{"key":"locationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"basic\": {\n  \"name\": \"Kathmandu\",\n  \"description\": \"This Zoom Rooms is located in Kathmandu.\",\n  \"timezone\": \"Asia/Kathmandu\",\n  \"support_email\": \"abb123@123\",\n  \"support_phone\": \"00222\",\n  \"room_passcode\": \"12234\",\n  \"required_code_to_ext\": true\n }\n}"},{"id":"f1aeaaa8-66c6-4e43-9f1a-3be9bca7b1df","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.<br>\n\n\n\n\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId"],"variable":[{"key":"locationId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"784ffca8-1988-4fee-be9b-faaff4ed100d"},{"name":"https://api.zoom.us/v2/rooms/locations/:locationId","id":"88cf0c4e-4e97-43b2-ab31-2eeccf7ba512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"basic","value":"{\"name\":\"<string>\",\"description \":\"<string>\",\"timezone\":\"<string>\",\"address\":\"<string>\",\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations/:locationId","description":"<p>Each location type of the <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">Zoom Rooms location hierarchy</a> has a profile page that includes information such as name of the location, address, support email, etc. Use this API to update information about a specific Zoom Rooms location type such as information about the city where the Zoom Rooms is located.</p>\n<p><strong>Prerequisite:</strong><br /></p>\n<ul>\n<li>Account owner or admin permission</li>\n<li>Zoom Rooms version 4.0 or higher<br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["rooms","locations",":locationId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"142857bd-1e03-404b-9cc0-759a0ba3d5a1","description":{"content":"<p>(Required) Unique Identifier of the location. This can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Room Locations</a> API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"locationId"}]}},"response":[{"id":"44ba09c9-1134-4f42-be26-73190e18a405","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"basic","value":"{\"name\":\"<string>\",\"description \":\"<string>\",\"timezone\":\"<string>\",\"address\":\"<string>\",\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId"],"variable":[{"key":"locationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"88cf0c4e-4e97-43b2-ab31-2eeccf7ba512"},{"name":"https://api.zoom.us/v2/rooms/locations/:locationId/location","id":"77960d30-1aeb-40ed-be62-fbc89c843881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"parent_location_id","value":"<string>","type":"text","description":"<p>Location ID of the new Parent Location under which you the child location will be positioned. This can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Room Locations</a> API.</p>\n"}]},"url":"https://api.zoom.us/v2/rooms/locations/:locationId/location","description":"<p>An account owner of a Zoom account can establish a <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">Zoom Rooms Location Hierarchy</a> to better organize Zoom Rooms spread accross various location. The location can be structured in a hierarchy with Country being the top-level location, followed by city, campus, building, and floor. The location in the lower level in the hierarchy is considered as a child of the location that is a level above in the hierarchy. Use this API to change the parent location of a child location. <br /><br /> For instance, if the location hierarchy is structured in a way where there are two campuses (Campus 1, and Campus 2) in a City and Campus 1 consists of a building named Building 1 with a floor where Zoom Rooms are located, and you would like to rearrange the structure so that Building 1 along with its child locations (floor and Zoom Rooms) are relocated directly under Campus 2 instead of Campus 1, you must provide the location ID of Building 1 in the path parameter of this request and the location ID of Campus 2 as the value of <code>parent_location_id</code> in the  request body.<br /><br />\n<strong>Prerequisite:</strong><br /></p>\n<ul>\n<li>Account owner or admin permission</li>\n<li>Zoom Rooms version 4.0 or higher<br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms","locations",":locationId","location"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c736e56c-1341-456d-8b55-5566992255b6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"locationId"}]}},"response":[{"id":"2dd7fd8a-bf9c-4437-b05a-607d8a16aa3e","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br> Zoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\n**Error Code:** `300`<br> Invalid parent location id {parent_location_id}","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location ID of the new Parent Location under which you the child location will be positioned. This can be retrieved from the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"parent_location_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/location","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","location"],"variable":[{"key":"locationId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"57cd8117-0af4-4bfd-9169-afa7bc190fe4","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `4801`<br> Location not found:{parent_location_id}.\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location ID of the new Parent Location under which you the child location will be positioned. This can be retrieved from the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"parent_location_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/location","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","location"],"variable":[{"key":"locationId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cfe5cc9b-4214-40d6-ac70-348c47354fb6","name":"**HTTP Status Code:** `204` **No Content**<br>\nLocation assigned successfully.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location ID of the new Parent Location under which you the child location will be positioned. This can be retrieved from the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"parent_location_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/locations/:locationId/location","host":["https://api.zoom.us/v2"],"path":["rooms","locations",":locationId","location"],"variable":[{"key":"locationId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"77960d30-1aeb-40ed-be62-fbc89c843881"}],"id":"1226f945-a130-4f4f-bdbd-c8c348d8ec1b","_postman_id":"1226f945-a130-4f4f-bdbd-c8c348d8ec1b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"structure","item":[{"name":"https://api.zoom.us/v2/rooms/locations/structure","id":"1243f6a3-ffd3-46bf-896e-1e5fe7909a49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/locations/structure","description":"<p>Get the <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">location hierarchial structure(s)</a> applied on the Zoom Rooms in an account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom Rooms version 4.0 or higher</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>room:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["rooms","locations","structure"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"410f10de-3512-4033-a394-451dc87908b5","name":"**HTTP Status Code:** `200` **OK**<br>\nZoom Rooms location structure returned successfully.<br>\n","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/locations/structure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"structures\": [\n  \"country\",\n  \"state\",\n  \"city\",\n  \"campus\",\n  \"building\",\n  \"floor\",\n  \"room\"\n ]\n}"},{"id":"8f957cab-1988-4f73-ad62-b44566c332af","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.\n","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/locations/structure"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1243f6a3-ffd3-46bf-896e-1e5fe7909a49"},{"name":"https://api.zoom.us/v2/rooms/locations/structure","id":"2c5543b7-f38f-4849-beef-6bcc36a7eff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"structures","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Location Structure. The value can be either one or a combination of the following strings separated by comma:\n<code>country</code>, <code>state</code>, <code>city</code>, <code>campus</code>, <code>building</code>, <code>floor</code></p>\n"}]},"url":"https://api.zoom.us/v2/rooms/locations/structure","description":"<p>Update the <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">location hierarchial structure(s)</a> applied on the Zoom Rooms in an account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom Rooms version 4.0 or higher</li>\n<li>Account owner or admin permissions<br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms","locations","structure"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"0fac3098-3ba4-4c67-a4d8-96e166e17620","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `2001` This account does not exist or does not belong to this master account.<br>This account does not exist or does not belong to you.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location Structure. The value can be either one or a combination of the following strings separated by comma:\n`country`, `state`, `city`, `campus`, `building`, `floor`","type":"text/plain"},"key":"structures","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations/structure"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"50ba687c-572f-4d7a-aadd-17eeb9b6824c","name":"**HTTP Status Code:** `204` **No Content**<br>\nLocation Structure updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location Structure. The value can be either one or a combination of the following strings separated by comma:\n`country`, `state`, `city`, `campus`, `building`, `floor`","type":"text/plain"},"key":"structures","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations/structure"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"735678d2-257c-48c5-b33f-0be7f9b4b702","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `2100`<br>\nThis sub account has no sip trunk plan","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location Structure. The value can be either one or a combination of the following strings separated by comma:\n`country`, `state`, `city`, `campus`, `building`, `floor`","type":"text/plain"},"key":"structures","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations/structure"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c5543b7-f38f-4849-beef-6bcc36a7eff4"}],"id":"2b91e1c1-8bc5-4113-92ee-9838129bccd0","_postman_id":"2b91e1c1-8bc5-4113-92ee-9838129bccd0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/rooms/locations","id":"1ddb1b31-9ddc-4781-93ad-396558819ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/locations?parent_location_id=<string>&type=<string>&page_size=30&next_page_token=<string>","description":"<p>A Zoom account owner or a Zoom Room administrator can establish a <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">location hierarchy</a> to help manage Zoom Rooms that are spread among a variety of locations. Use this API to list the different location types used for Zoom Rooms in an account.<br /><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Account owner or admin permissions.</li>\n<li>Zoom Rooms Version 4.0 or higher<br /><br />\n<strong>Scopes:</strong> <code>room:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["rooms","locations"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>A unique identifier for the parent location. For instance, if a Zoom Room is located in Floor 1 of Building A, the location of Building A will be the parent location of Floor 1. Use this parameter to filter the response by a specific location hierarchy level.</p>\n","type":"text/plain"},"key":"parent_location_id","value":"<string>"},{"description":{"content":"<p>Use this field to filter the response by the type of location. The value can be one of the following:\n<code>country</code>, <code>states</code>, <code>city</code>, <code>campus</code>, <code>building</code>, <code>floor</code>. </p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"0b4c8705-95af-49e6-b7ff-71f9b0636ff5","name":"**HTTP Status Code:** `200` **OK**<br>\nZoom Room locations listed successfully.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations?parent_location_id=<string>&type=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["rooms","locations"],"query":[{"key":"parent_location_id","value":"<string>"},{"key":"type","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"page_size\\\": 30,\\n  \\\"next_page_token\\\": \\\"\\\",\\n  \\\"locations\\\": [\\n    {\\n      \\\"id\\\": \\\"AAAAAAAAAA\\\",\\n      \\\"name\\\": \\\"Country/Region1\\\",\\n      \\\"parent_location_id\\\": \\\"I-qsfdUbbbbg\\\",\\n      \\\"type\\\": \\\"country\\\"\\n    },\\n    {\\n      \\\"id\\\": \\\"BBBBBBBB\\\",\\n      \\\"name\\\": \\\"State1\\\",\\n      \\\"parent_location_id\\\": \\\"AAAAAAAAAA\\\",\\n      \\\"type\\\": \\\"state\\\"\\n    },\\n    {\\n      \\\"id\\\": \\\"ccccddddd,\\n      \\\"name\\\": \\\"City1\\\",\\n      \\\"parent_location_id\\\": \\\"BBBBBBBB\\\",\\n      \\\"type\\\": \\\"city\\\"\\n    },\\n    {\\n      \\\"id\\\": \\\"fgaajfjfhgjgjgjg\\\",\\n      \\\"name\\\": \\\"Campus1\\\",\\n      \\\"parent_location_id\\\": \\\"ccccddddd,\\n      \\\"type\\\": \\\"campus\\\"\\n    },\\n    {\\n      \\\"id\\\": \\\"YQGK12344\\\",\\n      \\\"name\\\": \\\"Building1\\\",\\n      \\\"parent_location_id\\\": \\\"fgaajfjfhgjgjgjg\\\",\\n      \\\"type\\\": \\\"building\\\"\\n    },\\n    {\\n      \\\"id\\\": \\\"uUbbbbbbbb\\\",\\n      \\\"name\\\": \\\"Floor1\\\",\\n      \\\"parent_location_id\\\": \\\"YQGK12344\\\",\\n      \\\"type\\\": \\\"floor\\\"\\n    }\\n  ]\\n}\""},{"id":"32afbcf9-81c3-4d8f-a974-12a5a5f8fc71","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\n**Error Code:** `300`<br>\nLocation type not exist.<br>\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations?parent_location_id=<string>&type=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["rooms","locations"],"query":[{"key":"parent_location_id","value":"<string>"},{"key":"type","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4832597-1f11-4114-9c48-67e5313b451c","name":"**HTTP Status Code:** `404` **Not Found**<br>\n\n**Error Code:** `4801`<br>\n Location not found:{parent_location_id}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/locations?parent_location_id=<string>&type=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["rooms","locations"],"query":[{"key":"parent_location_id","value":"<string>"},{"key":"type","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ddb1b31-9ddc-4781-93ad-396558819ff0"},{"name":"https://api.zoom.us/v2/rooms/locations","id":"75b79e19-3501-49d5-810c-d1ad5cf463c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Name of the location. The name must be unique and shouldn't have already been used in the same account.</p>\n"},{"key":"parent_location_id","value":"<string>","type":"text","description":"<p>The location ID of the location that is a level higher from the location that is being added.<br /><br /> For example, to add a City named \"City 1\" as the child location under a State named \"State 1\", you must provide the location ID of \"State 1\". This can be retrieved using the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Room Locations</a> API.</p>\n"}]},"url":"https://api.zoom.us/v2/rooms/locations","description":"<p>Add a location to the <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">location hierarchial structure(s)</a> of Zoom Rooms in an account.</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Account owner or admin permissions.</li>\n<li>Zoom Rooms Version 4.0 or higher<br /><br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["rooms","locations"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"027d23da-ffbb-481c-afea-f0b94eed119b","name":"**HTTP Status Code:** `200` **OK**<br>\nLocation added successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the location. The name must be unique and shouldn't have already been used in the same account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"The location ID of the location that is a level higher from the location that is being added.<br><br> For example, to add a City named \"City 1\" as the child location under a State named \"State 1\", you must provide the location ID of \"State 1\". This can be retrieved using the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"parent_location_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"sedo534pis\",\n \"name\": \"San Jose City\",\n \"type\": \"City\",\n \"parent_location_id\": \"gdrgre54t5th\"\n}"},{"id":"0de8890b-0a75-482c-9428-b9615033fd7c","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `4801`<br>\nLocation not exist {parent_location_id}","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the location. The name must be unique and shouldn't have already been used in the same account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"The location ID of the location that is a level higher from the location that is being added.<br><br> For example, to add a City named \"City 1\" as the child location under a State named \"State 1\", you must provide the location ID of \"State 1\". This can be retrieved using the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"parent_location_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6863ab2e-35cb-48bd-8505-eadbeaf0d7dc","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br><br>\n**Error Code:** `300`<br>\nLocation name already exists. Try a different location n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the location. The name must be unique and shouldn't have already been used in the same account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"The location ID of the location that is a level higher from the location that is being added.<br><br> For example, to add a City named \"City 1\" as the child location under a State named \"State 1\", you must provide the location ID of \"State 1\". This can be retrieved using the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"parent_location_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/locations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75b79e19-3501-49d5-810c-d1ad5cf463c5"}],"id":"50fab2df-7415-41b3-b980-0b2237e00fb2","_postman_id":"50fab2df-7415-41b3-b980-0b2237e00fb2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"{room Id}","item":[{"name":"settings","item":[{"name":"https://api.zoom.us/v2/rooms/:roomId/settings","id":"a4cd399a-73f6-4a0d-96a4-c061dc310b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/:roomId/settings?setting_type=meeting","description":"<p>Get information on meeting or alert settings applied to a specific Zoom Room. By default, only <strong>Meeting Settings</strong> are returned. To view only <strong>Alert Settings</strong>, specify <code>alert</code> as the value of the <code>setting_type</code> query parameter.<br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom Room licenses</li>\n<li>Owner or Admin privileges on the Zoom Account.<br />\n<strong>Scopes:</strong> <code>room:read:admin</code></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /> </p>\n","urlObject":{"path":["rooms",":roomId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) The type of setting that you would like to retrieve.<br /> <code>alert</code>: Alert Settings applied on the Zoom Rooms Account.<br />\n<code>meeting</code>: Meeting settings of the Zoom Rooms Account.</p>\n","type":"text/plain"},"key":"setting_type","value":"meeting"}],"variable":[{"id":"c55a67c9-e274-4e68-94ce-61957d10e22c","description":{"content":"<p>(Required) Unique identifier of the Zoom Room.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"}]}},"response":[{"id":"4135414a-3c3a-44c9-8751-2feafec268d7","name":"**HTTP Status Code:** `200` **OK**<br>\nZoom Room settings returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"roomId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"zoom_rooms\": {\n  \"upcoming_meeting_alert\": true,\n  \"show_alert_before_meeting\": false,\n  \"start_airplay_manually\": true,\n  \"weekly_system_restart\": false,\n  \"display_meeting_list\": false,\n  \"display_top_banner\": false,\n  \"display_feedback_survey\": true,\n  \"auto_direct_sharing\": false,\n  \"transform_meeting_to_private\": false,\n  \"hide_id_for_private_meeting\": false,\n  \"auto_start_scheduled_meeting\": true,\n  \"auto_stop_scheduled_meeting\": true,\n  \"hide_share_instruction\": true,\n  \"audio_device_daily_auto_test\": true,\n  \"support_join_3rd_party_meeting\": true,\n  \"encrypt_shared_screen_content\": false,\n  \"allow_multiple_content_sharing\": true,\n  \"show_non_video_participants\": false,\n  \"show_call_history_in_room\": true,\n  \"show_contact_list_on_controller\": true,\n  \"count_attendees_number_in_room\": true,\n  \"send_whiteboard_to_internal_contact_only\": true\n }\n}"},{"id":"497b6e9a-12a0-4825-9143-2f42ff04d377","name":"**HTTP Status Code:** `404` **Not Found**<br>\n\n**Error Code:** `1012`<br>\nRoom not found:{roomId}.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"roomId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ce6797af-26f5-495e-8b39-2cdfcc2c20ee","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/settings?setting_type=meeting","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","settings"],"query":[{"key":"setting_type","value":"meeting"}],"variable":[{"key":"roomId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4cd399a-73f6-4a0d-96a4-c061dc310b4a"},{"name":"https://api.zoom.us/v2/rooms/:roomId/settings","id":"3ae8d59f-9c14-4b99-8df7-6ac6ad4da88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"hide_share_instruction\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/:roomId/settings?setting_type=<string>","description":"<p>Update either meeting or alert settings applied to a specific Zoom Room. To update <strong>Alert Settings</strong>, specify <code>alert</code> as the value of the <code>setting_type</code> query parameter. To update <strong>Meeting Settings</strong>, specify <code>meeting</code> as the value of the <code>setting_type</code> query parameter.<br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Zoom Room licenses</li>\n<li>Owner or Admin privileges on the Zoom Account.<br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms",":roomId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The type of setting that you would like to update.<br /> <code>alert</code>: Alert Settings applied on the Zoom Room.<br />\n<code>meeting</code>: Meeting settings of the Zoom Room.<br />\n<code>signage</code>: Digital signage settings applied on the Zoom Room.</p>\n","type":"text/plain"},"key":"setting_type","value":"<string>"}],"variable":[{"id":"f6dab906-63d1-4696-9a13-4b3847f3b6ea","description":{"content":"<p>(Required) Unique Identifier of the Zoom Room.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"}]}},"response":[{"id":"40280c74-ff3b-411b-9f0b-f521c49fc090","name":"**HTTP Status Code:** `204` **No Content**<br>\nSettings updated successfully. ","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"hide_share_instruction\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/settings?setting_type=<string>","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","settings"],"query":[{"key":"setting_type","value":"<string>"}],"variable":[{"key":"roomId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"d2042e1f-f59f-403d-a996-c58a450f714e","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"show_alert_before_meeting\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"display_meeting_list\":\"<boolean>\",\"display_top_banner\":\"<boolean>\",\"display_feedback_survey\":\"<boolean>\",\"auto_direct_sharing\":\"<boolean>\",\"transform_meeting_to_private\":\"<boolean>\",\"hide_id_for_private_meeting\":\"<boolean>\",\"auto_start_scheduled_meeting\":\"<boolean>\",\"auto_stop_scheduled_meeting\":\"<boolean>\",\"hide_share_instruction\":\"<boolean>\",\"audio_device_daily_auto_test\":\"<boolean>\",\"support_join_3rd_party_meeting\":\"<boolean>\",\"encrypt_shared_screen_content\":\"<boolean>\",\"allow_multiple_content_sharing\":\"<boolean>\",\"show_non_video_participants\":\"<boolean>\",\"show_call_history_in_room\":\"<boolean>\",\"show_contact_list_on_controller\":\"<boolean>\",\"count_attendees_number_in_room\":\"<boolean>\",\"send_whiteboard_to_internal_contact_only\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/settings?setting_type=<string>","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","settings"],"query":[{"key":"setting_type","value":"<string>"}],"variable":[{"key":"roomId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ae8d59f-9c14-4b99-8df7-6ac6ad4da88d"}],"id":"c56fb910-0b47-40a1-a67a-4c67107d3727","_postman_id":"c56fb910-0b47-40a1-a67a-4c67107d3727","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"devices","item":[{"name":"https://api.zoom.us/v2/rooms/:roomId/devices","id":"12480b01-4491-4a3b-9b45-869e860f193f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/:roomId/devices","description":"<p>List information about the devices that are being used for a specific <a href=\"https://support.zoom.us/hc/en-us/articles/207483343-Getting-Started-with-Zoom-Rooms\">Zoom Room</a> in an account.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/zoomrooms\">Zoom Room</a> license.<br /></li>\n<li>Account owner or admin permissions.\n<strong>Scopes</strong>: <code>room:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms",":roomId","devices"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"f825da49-abde-4642-8087-b9ef9abca64a","description":{"content":"<p>(Required) Unique Identifier of the Zoom Room. This can be retrieved from the response of <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms/listzoomrooms\">List Zoom Rooms</a> API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"}]}},"response":[{"id":"38d15121-3946-4ff8-80ee-1a3019050fd9","name":"**HTTP Status Code:** `200` **OK**\nDevices listed successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/devices","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","devices"],"variable":[{"key":"roomId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"devices\": [\n  {\n   \"id\": \"sajhdfshf24324\",\n   \"room_name\": \"MyAwesomeZoomRoom\",\n   \"device_type\": \"Zoom Rooms Computer\",\n   \"app_version\": \"4.4.1 (1242.0623)\",\n   \"device_system\": \"Win 10\",\n   \"status\": \"Online\"\n  },\n  {\n   \"id\": \"32dhgdfg2were\",\n   \"room_name\": \"MyAwesomeZoomRoom\",\n   \"device_type\": \"Zoom Rooms Controller\",\n   \"app_version\": \"4.3.6 (265.0307)\",\n   \"device_system\": \"iPad 12.3.1\",\n   \"status\": \"Online\"\n  }\n ]\n}"},{"id":"53719adc-3ec3-4d79-8f07-2ed92eb9a7e6","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/devices","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","devices"],"variable":[{"key":"roomId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12480b01-4491-4a3b-9b45-869e860f193f"},{"name":"https://api.zoom.us/v2/rooms/:roomId/devices/:deviceId/app_version","id":"b4a5afb3-39ff-45bb-9e18-bbc8432f8c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>Specify one of the following values for this field:</p>\n<p><code>upgrade</code>: Upgrade to the latest Zoom Rooms App Version.<br />\n<code>downgrade</code>: Downgrade the Zoom Rooms App Version.<br />\n<code>cancel</code>: Cancel an ongoing upgrade or downgrade process. (This can only be one of upgrade,downgrade,cancel)</p>\n"}]},"url":"https://api.zoom.us/v2/rooms/:roomId/devices/:deviceId/app_version","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/204675449-Upgrade-or-Downgrade-Zoom-Rooms-Software#h_1751c48a-644e-4a60-b96a-31ec77c616e6\">Upgrade</a> or <a href=\"https://support.zoom.us/hc/en-us/articles/204675449-Upgrade-or-Downgrade-Zoom-Rooms-Software#h_d97349d6-9253-484c-af80-350475026524\">downgrade</a> the version of Zoom Rooms App installed in your Mac or Windows device.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with Zoom Rooms.</li>\n<li>Zoom Rooms software must be installed either on a Mac or a Windows device. This API does not support other devices.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["rooms",":roomId","devices",":deviceId","app_version"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"81f3cf8b-0d3c-4684-839d-4f407e4d43b2","description":{"content":"<p>(Required) Unique Identifier of the Zoom Room.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"},{"id":"8c6eb8ef-2236-48d2-b26e-c26d8fb88e44","description":{"content":"<p>(Required) Unique Identifier of the Mac or the Windows device. The value of this field can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms/listzrdevices\">List Zoom Room Devices API</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"deviceId"}]}},"response":[{"id":"2e0cd673-c303-455b-a45b-e00ba36b0971","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `8001` <br> Cannot process this upgrade request. The Zoom Rooms Software in this device is either already up to date or is currently being updated.  <br>  <br> \n**Error Code:** `8002` <br> Ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify one of the following values for this field:\n\n`upgrade`: Upgrade to the latest Zoom Rooms App Version.<br>\n`downgrade`: Downgrade the Zoom Rooms App Version.<br>\n`cancel`: Cancel an ongoing upgrade or downgrade process. (This can only be one of upgrade,downgrade,cancel)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/devices/:deviceId/app_version","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","devices",":deviceId","app_version"],"variable":[{"key":"roomId"},{"key":"deviceId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5a6fe2b0-2f89-4395-89c9-71b2866b6517","name":"**HTTP Status Code:** `204` **No Content** <br>\nRequest processed successfully.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify one of the following values for this field:\n\n`upgrade`: Upgrade to the latest Zoom Rooms App Version.<br>\n`downgrade`: Downgrade the Zoom Rooms App Version.<br>\n`cancel`: Cancel an ongoing upgrade or downgrade process. (This can only be one of upgrade,downgrade,cancel)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/devices/:deviceId/app_version","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","devices",":deviceId","app_version"],"variable":[{"key":"roomId"},{"key":"deviceId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"b4a5afb3-39ff-45bb-9e18-bbc8432f8c81"}],"id":"fe4a5b36-30b3-4e2b-b809-ad5d155bfaee","_postman_id":"fe4a5b36-30b3-4e2b-b809-ad5d155bfaee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/rooms/:roomId","id":"663a5d01-8529-422e-ab43-eb1f714a96d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/:roomId","description":"<p>Zoom Rooms is a software-based room system that provides an integrated experience for audio conferencing, wireless screen sharing and video conferencing. Use this API to get detailed information on a specific Zoom Room in a Zoom account.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/zoomrooms\">Zoom Room</a> license.<br />\n<strong>Scopes</strong>: <code>room:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms",":roomId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"79cf9fde-06a9-4ae6-91f2-5f507bd42e8f","description":{"content":"<p>(Required) Unique Identifier of the Zoom Room. This can be retrieved from the response of <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms/listzoomrooms\">List Zoom Rooms</a> API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"}]}},"response":[{"id":"0b439a28-1033-479e-ad70-29caf1453dab","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `200`<br>\n* Zoom Room subscription not found. Try again after purchasing a Zoom Room subscription.\n* Access restricted.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"13a8cae8-bb6a-4bb4-a5ba-157ba1dd433f","name":"**HTTP Status Code:** `200` **OK**<br>\nZoom Room profile returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"basic\": {\n  \"name\": \"MytestbRoom\",\n  \"activation_code\": \"12345\",\n  \"support_email\": \"abcdfdjorjggr@gh.123\",\n  \"support_phone\": \"00001111\",\n  \"room_passcode\": \"1234\",\n  \"required_code_to_ext\": true,\n  \"hide_room_in_contacts\": false\n }\n}"},{"id":"51969610-2032-4b5a-abd4-f78e73452a94","name":"**HTTP Status Code:** `404` **Not Found**<br>\n\n**Error Code:** `1012`<br>\nRoom not found:{roomId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"663a5d01-8529-422e-ab43-eb1f714a96d8"},{"name":"https://api.zoom.us/v2/rooms/:roomId","id":"0c11b529-fefc-457a-8297-1e87d88e2a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/rooms/:roomId","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/360033432032-Zoom-Room-Device-Profiles#h_e55b2092-c418-4b02-819f-44de51448900\">Remove</a> a specific Zoom Room profile from a Zoom account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/zoomrooms\">Zoom Room</a> license.<br />\n<strong>Scopes</strong>: <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["rooms",":roomId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e0b9edb2-9607-4758-9429-357032696d3f","description":{"content":"<p>(Required) Unique Identifier of a Zoom Room.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"}]}},"response":[{"id":"44d4c0f7-62d8-4f96-9743-2655f1b34ef5","name":"**HTTP Status Code:** `204` **No Content** <br>\nZoom Room deleted successfully.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5c712ad0-7976-4989-bd28-91972c066148","name":"**HTTP Status Code:** `400` **Bad Request** <br><br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.<br>\n\n\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5176d23-a912-493d-b8cb-1b5137f92290","name":"**HTTP Status Code:** `404` **Not Found** <br><br>\n**Error Code:** `1012`<br>\nRoom not found:{roomId}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c11b529-fefc-457a-8297-1e87d88e2a87"},{"name":"https://api.zoom.us/v2/rooms/:roomId","id":"1226de0c-c9d0-49c3-9f27-f20c03c64f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"basic","value":"{\"name\":\"<string>\",\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\",\"hide_room_in_contacts\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/rooms/:roomId","description":"<p>Update basic information on a specific Zoom Room in a Zoom account.<br /></p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/zoomrooms\">Zoom Room</a> license.<br />\n<strong>Scopes</strong>: <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms",":roomId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c0805592-c439-423b-9602-538a17f16c5e","description":{"content":"<p>(Required) Unique Identifier of a Zoom Room.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"}]}},"response":[{"id":"9186f288-511b-41c0-82e0-23390d4a2942","name":"**HTTP Status Code:** `204` **No Content**<br>\nRoom Profile information updated successfully.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"basic","value":"{\"name\":\"<string>\",\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\",\"hide_room_in_contacts\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d7aaccfc-d890-4fed-9446-1b1dd2ccee09","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAccess restricted.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"basic","value":"{\"name\":\"<string>\",\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\",\"hide_room_in_contacts\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e2cbe7b3-4916-4797-8ec6-41f4046fab63","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1012`<br>\nRoom not found:{roomId}\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"basic","value":"{\"name\":\"<string>\",\"support_email\":\"<email>\",\"support_phone\":\"<string>\",\"room_passcode\":\"<string>\",\"required_code_to_ext\":\"<boolean>\",\"hide_room_in_contacts\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId"],"variable":[{"key":"roomId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1226de0c-c9d0-49c3-9f27-f20c03c64f8b"},{"name":"https://api.zoom.us/v2/rooms/:roomId/location","id":"13cd4557-8672-4217-a401-55a7271c81ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"location_id","value":"<string>","type":"text","description":"<p>Location ID of the location where Zoom Room is to be assigned. This can be retrieved from the <code>id</code> property in the response of <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Rooms Locations</a> API.</p>\n"}]},"url":"https://api.zoom.us/v2/rooms/:roomId/location","description":"<p>An account owner of a Zoom account can establish a <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">Zoom Rooms Location Hierarchy</a> to better organize Zoom Rooms spread accress various location. The location can be structured in a hierarchy with Country being the top-level location, followed by city, campus, building, and floor. Use this API to assign a new location for a Zoom Room. Note that the Zoom Room can be assigned only to the lowest level location available in the hierarchy.\n<strong>Prerequisite:</strong><br /></p>\n<ul>\n<li>Account owner or admin permission</li>\n<li>Zoom Rooms version 4.0 or higher<br />\n<strong>Scopes:</strong> <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["rooms",":roomId","location"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"50dd2eb1-d328-44b3-9391-1bb7643cd463","description":{"content":"<p>(Required) Unique Identifier of the Zoom Room.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roomId"}]}},"response":[{"id":"baef1b6b-8724-4172-82ec-a0450d0fc5e4","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`<br>\nZoom Room subscription not found. Try again after purchasing a Zoom Room subscription.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location ID of the location where Zoom Room is to be assigned. This can be retrieved from the `id` property in the response of [List Zoom Rooms Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"location_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/location","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","location"],"variable":[{"key":"roomId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e4cfbcbd-c8b5-4503-b716-0b28d5129e89","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `4801`<br>\nLocation not found:{location_id}","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location ID of the location where Zoom Room is to be assigned. This can be retrieved from the `id` property in the response of [List Zoom Rooms Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"location_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/location","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","location"],"variable":[{"key":"roomId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e87a5aa7-4435-4b94-9d14-5851cdfd0dbd","name":"**HTTP Status Code:** `204` **No Content**<br>\nLocation of the Zoom Room changed successfully.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Location ID of the location where Zoom Room is to be assigned. This can be retrieved from the `id` property in the response of [List Zoom Rooms Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"location_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/rooms/:roomId/location","host":["https://api.zoom.us/v2"],"path":["rooms",":roomId","location"],"variable":[{"key":"roomId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"13cd4557-8672-4217-a401-55a7271c81ed"}],"id":"8c234bc8-92ab-4415-b851-7fd1391dd7c5","_postman_id":"8c234bc8-92ab-4415-b851-7fd1391dd7c5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/rooms","id":"935f5904-a4be-416c-9b9c-afaf9b20f172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms?status=<string>&type=<string>&unassigned_rooms=false&page_size=30&next_page_token=<string>&location_id=<string>","description":"<p>Zoom Rooms is a software-based room system that provides an integrated experience for audio conferencing, wireless screen sharing and video conferencing. Use this API to list all the existing <a href=\"https://support.zoom.us/hc/en-us/articles/207483343-Getting-Started-with-Zoom-Rooms\">Zoom Rooms</a> in a Zoom account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/zoomrooms\">Zoom Room</a> license.<br />\n<strong>Scopes</strong>: <code>room:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The status of the Zoom Room.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Type of the Zoom Rooms.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Use this query parameter with a value of <code>true</code> if you would like to see Zoom Rooms in your account that have not been assigned to anyone yet.</p>\n","type":"text/plain"},"key":"unassigned_rooms","value":"false"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>Parent location ID of the Zoom Room.</p>\n","type":"text/plain"},"key":"location_id","value":"<string>"}],"variable":[]}},"response":[{"id":"559d8160-1def-4bd1-a845-5f6018381708","name":"**HTTP Status Code:** `200`<br>\nA list of Zoom Rooms returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms?status=<string>&type=<string>&unassigned_rooms=false&page_size=30&next_page_token=<string>&location_id=<string>","host":["https://api.zoom.us/v2"],"path":["rooms"],"query":[{"key":"status","value":"<string>"},{"key":"type","value":"<string>"},{"key":"unassigned_rooms","value":"false"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"location_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_size\": 30,\n \"rooms\": [\n  {\n   \"id\": \"387434ryewr334\",\n   \"name\": \"testZoomRooms\",\n   \"activation_code\": \"1200\",\n   \"status\": \"Available\"\n  },\n  {\n   \"id\": \"4ryewr33sjfkds\",\n   \"name\": \"MyZoomRooms\",\n   \"activation_code\": \"eu34355empor\",\n   \"status\": \"Offline\"\n  }\n ]\n}"}],"_postman_id":"935f5904-a4be-416c-9b9c-afaf9b20f172"},{"name":"https://api.zoom.us/v2/rooms","id":"c47dff26-02ad-4dcf-88ed-24d404bd1a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Name of the Zoom Room.</p>\n"},{"key":"type","value":"<string>","type":"text","description":"<p>Type of the Zoom Room.  (This can only be one of ZoomRoom,SchedulingDisplayOnly,DigitalSignageOnly)</p>\n"},{"key":"location_id","value":"<string>","type":"text","description":"<p><strong>Optional</strong><br />Location ID of the lowest level location in the <a href=\"https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy\">location hierarchy</a> where the Zoom Room is to be added. For instance if the structure of the location hierarchy is set up as “country, states, city, campus, building, floor”, a room can only be added under the floor level location. </p>\n<p>This ID can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations\">List Zoom Room Locations</a> API.</p>\n"}]},"url":"https://api.zoom.us/v2/rooms","description":"<p>Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/202822279-Add-Zoom-Rooms-on-Web-Portal\">add a Zoom Room</a> to a Zoom account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/zoomrooms\">Zoom Room</a> license.<br />\n<strong>Scopes</strong>: <code>room:write:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["rooms"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"08de72e1-f1cd-4cb9-98bb-bbcd7feaaa43","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n\n**Error Code:** `4801`<br>\nLocation not found:{location_id}","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the Zoom Room.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Type of the Zoom Room.  (This can only be one of ZoomRoom,SchedulingDisplayOnly,DigitalSignageOnly)","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>Location ID of the lowest level location in the [location hierarchy](https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy) where the Zoom Room is to be added. For instance if the structure of the location hierarchy is set up as “country, states, city, campus, building, floor”, a room can only be added under the floor level location. \n\nThis ID can be retrieved from the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"location_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/rooms"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"470b4ea1-16f8-46f8-97cb-b3d04c999bbd","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br> Zoom Room subscription not found. Try again after purchasing a Zoom Room subscription.<br>\nAt least one normal Zoom Rooms required.<br><br>\n**Error Code:** `300`<br>\nInvalid par","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the Zoom Room.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Type of the Zoom Room.  (This can only be one of ZoomRoom,SchedulingDisplayOnly,DigitalSignageOnly)","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>Location ID of the lowest level location in the [location hierarchy](https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy) where the Zoom Room is to be added. For instance if the structure of the location hierarchy is set up as “country, states, city, campus, building, floor”, a room can only be added under the floor level location. \n\nThis ID can be retrieved from the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"location_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/rooms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d552b6dd-4bb4-434c-8c18-0b60fb725241","name":"**HTTP Status Code:** `201` **Created**<br>\nZoom Room added successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the Zoom Room.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Type of the Zoom Room.  (This can only be one of ZoomRoom,SchedulingDisplayOnly,DigitalSignageOnly)","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>Location ID of the lowest level location in the [location hierarchy](https://support.zoom.us/hc/en-us/articles/115000342983-Zoom-Rooms-Location-Hierarchy) where the Zoom Room is to be added. For instance if the structure of the location hierarchy is set up as “country, states, city, campus, building, floor”, a room can only be added under the floor level location. \n\nThis ID can be retrieved from the [List Zoom Room Locations](https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms-location/listzrlocations) API.","type":"text/plain"},"key":"location_id","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/rooms"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"abcdefgg\",\n \"name\": \"Cool ZoomRoom\",\n \"type\": \"SchedulingDisplayOnly\",\n \"location_id\": \"434gfg0is\",\n \"room_id\": \"dhsfd8287rgf\"\n}"}],"_postman_id":"c47dff26-02ad-4dcf-88ed-24d404bd1a5f"},{"name":"https://api.zoom.us/v2/rooms/digital_signage","id":"73a91452-cece-4a39-bcd8-9e149ff61e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/rooms/digital_signage?type=<string>&folder_id=<string>&page_size=30&next_page_token=<string>","description":"<p>List information about existing <a href=\"https://support.zoom.us/hc/en-us/articles/360000030683-Zoom-Rooms-digital-signage\">Zoom Rooms digital signage</a> content in a Zoom account.<br /> You can also access this information by logging into your Zoom account in the Zoom web portal and visiting the <a href=\"https://zoom.us/digitalsignage#/\">Digital Signage Content</a> page listed under <strong>Room Management</strong>.</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher account with Zoom Rooms.</li>\n<li>Existing content files or folder in <a href=\"https://zoom.us/digitalsignage#/\">Digital Signage Content</a> page.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["rooms","digital_signage"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Specify the type of digital signane resource. The value can be one of the following:</p>\n<ul>\n<li><code>content</code>: Returns information about content files.</li>\n<li><code>folder</code>: Returns information about the folder where the content files are located.</li>\n</ul>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Unique identifier of the folder where the content is located. Provide this field if you would like to filter the response by contents that are only available in a specific folder.</p>\n","type":"text/plain"},"key":"folder_id","value":"<string>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"1cdebdac-596e-4b3c-8dae-09aea019ba99","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n* Zoom Room subscription was not found. Try again after purchasing a Zoom Room subscription.\n* Access restricted.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/digital_signage?type=<string>&folder_id=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["rooms","digital_signage"],"query":[{"key":"type","value":"<string>"},{"key":"folder_id","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4219a0cf-13be-4df6-be65-b7beeca0e0f6","name":"**HTTP Status Code:** `200` **OK**<br>\nList returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/rooms/digital_signage?type=<string>&folder_id=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["rooms","digital_signage"],"query":[{"key":"type","value":"<string>"},{"key":"folder_id","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 2,\n \"page_size\": 30,\n \"next_page_token\": \"\",\n \"contents\": [\n  {\n   \"id\": \"sWbbbb535LQ\",\n   \"name\": \"Marketing_Folder\"\n  },\n  {\n   \"id\": \"9N333khdhfgiafg\",\n   \"name\": \"BackgroundImage.png\"\n  }\n ]\n}"}],"_postman_id":"73a91452-cece-4a39-bcd8-9e149ff61e4f"}],"id":"97b59bed-f1e0-45d5-919f-719feaceb839","_postman_id":"97b59bed-f1e0-45d5-919f-719feaceb839","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"chat","item":[{"name":"users","item":[{"name":"{user Id}","item":[{"name":"messages","item":[{"name":"{message Id}","item":[{"name":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId","id":"9117e5d8-aac1-4a28-b3af-2c7eed55dc37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"<string>","type":"text","description":"<p>The edited message.</p>\n"},{"key":"to_contact","value":"<string>","type":"text","description":"<p>The email address of the contact to whom the message was sent.<br />\nYou must provide either <code>to_contact</code> or <code>to_channel</code> parameter in the API request.</p>\n"},{"key":"to_channel","value":"<string>","type":"text","description":"<p>The Channel ID of the channel where you sent the message.<br />You must provide either <code>to_contact</code> or <code>to_channel</code> parameter in the API request.\n Channel ID can be retrieved from List User's Channels API. </p>\n"}]},"url":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId","description":"<p>Each chat message has a unique identifier. Use this API to edit a chat message that you previously sent to either a contact or a channel in Zoom by providing the ID of the message as the value of the <code>messageId</code> parameter. The ID can be retrieved from List User's Chat Messages API. Additionally, as a query parameter, you must provide either the <strong>email address</strong> of the contact or the <strong>Channel ID</strong> of the channel where the message was sent. </p>\n<p><strong>Scope:</strong> <code>chat_message:write</code>,<code>chat_message:write:admin</code>  <br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> </p>\n<p> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a> that has Edit permission for Chat Messages</b>.</p>\n<strong>Scope:</strong> <code>chat_message:write</code>, <code>chat_message:write:admin</code><br /><p></p>\n","urlObject":{"path":["chat","users",":userId","messages",":messageId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"815037d9-a2b6-40a6-8769-7ec98112a672","description":{"content":"<p>(Required) Message ID: Unique Identifier of the message.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"messageId"},{"id":"79b2f1f7-5662-46f1-a8e2-f78e251c3366","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"36976ed5-0246-4f58-84de-5cf7cf6be517","name":"**HTTP Status Code:** `204`<br>\nMessage updated successfully.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The edited message.","type":"text/plain"},"key":"message","value":"<string>","type":"text"},{"description":{"content":"The email address of the contact to whom the message was sent.<br>\nYou must provide either `to_contact` or `to_channel` parameter in the API request.","type":"text/plain"},"key":"to_contact","value":"<string>","type":"text"},{"description":{"content":"The Channel ID of the channel where you sent the message.<br>You must provide either `to_contact` or `to_channel` parameter in the API request.\n Channel ID can be retrieved from List User's Channels API. ","type":"text/plain"},"key":"to_channel","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages",":messageId"],"variable":[{"key":"userId"},{"key":"messageId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"475e3515-89b0-4a07-b4e8-56d3aa7194a5","name":"**HTTP Status Code:** `404`<br>\n**Error Code**: `1001`<br>\nUser does not exist: $to_contact.<br>\n**Error Code**: `4130`<br>\nChannel does not exist: $to_channel.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The edited message.","type":"text/plain"},"key":"message","value":"<string>","type":"text"},{"description":{"content":"The email address of the contact to whom the message was sent.<br>\nYou must provide either `to_contact` or `to_channel` parameter in the API request.","type":"text/plain"},"key":"to_contact","value":"<string>","type":"text"},{"description":{"content":"The Channel ID of the channel where you sent the message.<br>You must provide either `to_contact` or `to_channel` parameter in the API request.\n Channel ID can be retrieved from List User's Channels API. ","type":"text/plain"},"key":"to_channel","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages",":messageId"],"variable":[{"key":"userId"},{"key":"messageId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8b829d9c-f0ae-4ff5-a9b8-31666a2bc955","name":"**HTTP Status Code:** `400`<br>\nBar request<br>\n**Error Code:** `200`<br>\nOnly the sender of this message can make updates.<br>\n**Error Code:** `300`<br>\nMessage does not exist: $messageId <br> Must provide either contact or channel parameter.\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The edited message.","type":"text/plain"},"key":"message","value":"<string>","type":"text"},{"description":{"content":"The email address of the contact to whom the message was sent.<br>\nYou must provide either `to_contact` or `to_channel` parameter in the API request.","type":"text/plain"},"key":"to_contact","value":"<string>","type":"text"},{"description":{"content":"The Channel ID of the channel where you sent the message.<br>You must provide either `to_contact` or `to_channel` parameter in the API request.\n Channel ID can be retrieved from List User's Channels API. ","type":"text/plain"},"key":"to_channel","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages",":messageId"],"variable":[{"key":"userId"},{"key":"messageId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9117e5d8-aac1-4a28-b3af-2c7eed55dc37"},{"name":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId","id":"16def403-d445-433e-a231-3a24fc2bf153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId?to_contact=<string>&to_channel=<string>","description":"<p>Delete a chat message that you previously sent to a contact or a channel. In the query parameter, you must provide either of the following:<br /></p>\n<ul>\n<li><code>to_contact</code>: The email address of the contact to whom you sent the message. Use this parameter to delete a message sent to an individual contact in Zoom.</li>\n<li><code>to_channel</code>: The channel ID of the channel where you sent the message. Use this parameter to delete a message sent to a channel in Zoom.</li>\n</ul>\n<p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a> that has Edit permission for Chat Messages</b>.</p>\n\n<p><strong>Scope:</strong> <code>chat_message:write</code>, <code>chat_message:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","users",":userId","messages",":messageId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The userId or email address of a chat contact to whom you previously sent the message.</p>\n<p>Note: You must provide either <code>to_contact</code> or <code>to_channel</code> as a query parameter to delete a message that was previously sent to either an individual or a chat channel respectively. </p>\n","type":"text/plain"},"key":"to_contact","value":"<string>"},{"description":{"content":"<p>The channel Id of the channel where you would like to send the message.</p>\n<p>You must provide either <code>to_contact</code> or <code>to_channel</code> as a query parameter to delete a message that was previously sent to either an individual or a chat channel </p>\n","type":"text/plain"},"key":"to_channel","value":"<string>"}],"variable":[{"id":"a6159d83-65e8-4aad-b2a4-670514beb67d","description":{"content":"<p>(Required) Message ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"messageId"},{"id":"5d9ec523-8e6e-4300-8f6d-26b862de5085","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"128db404-4d21-48a7-871d-3704a75564cf","name":"**HTTP Status Code:** `204`<br>\nMessage deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId?to_contact=<string>&to_channel=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages",":messageId"],"query":[{"key":"to_contact","value":"<string>"},{"key":"to_channel","value":"<string>"}],"variable":[{"key":"userId"},{"key":"messageId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5742445a-8e53-4028-a32a-8d424c1c41e4","name":"**HTTP Status Code:** `400`<br>\nBad request.<br>\n**Error Code:** `200`<br>\nThe contact or the channel parameter provided is invalid.<br>\nOnly the sender of this message can make updates.<br>\n**Error Code:** `300`<br>Channel does not exist: $messageId<br>M","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId?to_contact=<string>&to_channel=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages",":messageId"],"query":[{"key":"to_contact","value":"<string>"},{"key":"to_channel","value":"<string>"}],"variable":[{"key":"userId"},{"key":"messageId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"63a4c049-39d2-4a66-b479-8adcf1ddf90d","name":"**HTTP Status Code:** `404`<br>\n**Error Code**: `1001`<br>\nUser does not exist: $to_contact.<br>\n**Error Code**: `4130`<br>\nChannel does not exist: $to_channel.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages/:messageId?to_contact=<string>&to_channel=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages",":messageId"],"query":[{"key":"to_contact","value":"<string>"},{"key":"to_channel","value":"<string>"}],"variable":[{"key":"userId"},{"key":"messageId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16def403-d445-433e-a231-3a24fc2bf153"}],"id":"8a068ece-9fb1-4c9b-ae01-d40e3caeddd2","_postman_id":"8a068ece-9fb1-4c9b-ae01-d40e3caeddd2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/chat/users/:userId/messages","id":"f43cd4e5-88b9-4bc5-b646-6b4dec5f814a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"<string>","type":"text","description":"<p>The message to be sent.</p>\n"},{"key":"to_contact","value":"<string>","type":"text","description":"<p>The email address of the contact to whom you would like to send the message.</p>\n"},{"key":"to_channel","value":"<string>","type":"text","description":"<p>The Channel Id of the channel where you would like to send a message.</p>\n"}]},"url":"https://api.zoom.us/v2/chat/users/:userId/messages","description":"<p>Send chat messages on Zoom to either an individual user who is in your contact list or to a <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channel</a> of which you are a member. To send a message to a contact, provide the contact's email address in the <code>to_contact</code> field. Similary, to send a message to a channel, provide the Channel Id of the Channel in <code>to_channel</code> field.<br />\n<br /><strong>Scopes:</strong> <code>chat_message:write</code>, <code>chat_message:write:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /> </p><p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a> that has Edit permission for Chat Messages</b>.</p><p></p>\n","urlObject":{"path":["chat","users",":userId","messages"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"426a03cc-c138-4c12-a606-4140c441cbb5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"362ef53f-7428-4b1b-8c59-03efac48106d","name":"**HTTP Status Code:** `400`<br>\nBad request.<br>\n**Error Code:** `5301`<br>\nMessage sending failed.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The message to be sent.","type":"text/plain"},"key":"message","value":"<string>","type":"text"},{"description":{"content":"The email address of the contact to whom you would like to send the message.","type":"text/plain"},"key":"to_contact","value":"<string>","type":"text"},{"description":{"content":"The Channel Id of the channel where you would like to send a message.","type":"text/plain"},"key":"to_channel","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"46204027-ae47-43ff-b5ab-e67d78805ebe","name":"**Status Code:** `201`<br>\nMessage sent.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The message to be sent.","type":"text/plain"},"key":"message","value":"<string>","type":"text"},{"description":{"content":"The email address of the contact to whom you would like to send the message.","type":"text/plain"},"key":"to_contact","value":"<string>","type":"text"},{"description":{"content":"The Channel Id of the channel where you would like to send a message.","type":"text/plain"},"key":"to_channel","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages"],"variable":[{"key":"userId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ex35785hgdfjgt\"\n}"},{"id":"e8e4bca3-5fbc-4551-86cc-c2526e7bf5a4","name":"**HTTP Status Code:** `404`<br>\n**Error Code**: `1001`<br>\nUser does not exist: $to_contact.<br>\n**Error Code**: `4130`<br>\nChannel does not exist: $to_channel.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The message to be sent.","type":"text/plain"},"key":"message","value":"<string>","type":"text"},{"description":{"content":"The email address of the contact to whom you would like to send the message.","type":"text/plain"},"key":"to_contact","value":"<string>","type":"text"},{"description":{"content":"The Channel Id of the channel where you would like to send a message.","type":"text/plain"},"key":"to_channel","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f43cd4e5-88b9-4bc5-b646-6b4dec5f814a"},{"name":"https://api.zoom.us/v2/chat/users/:userId/messages","id":"cfb1a393-0b74-404c-9034-04507f63ed3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/chat/users/:userId/messages?to_contact=<string>&to_channel=<string>&date=<date>&page_size=10&next_page_token=<string>","description":"<p>A Zoom user can have conversations with other Zoom users via chat. Use this API to list the current user's chat messages between the user and an individual contact or a chat channel.<br /> In the query parameter, you must provide either of the following:<br /></p>\n<ul>\n<li><code>to_contact</code>: The email address of the contact with whom the user conversed by sending/receiving messages.</li>\n<li><code>to_channel</code>: The channel ID of the channel to/from which the user has sent and/or received messages.</li>\n</ul>\n<p><br /> <strong>Specify a date</strong> in the <code>date</code> query parameter to view messages from that date. If a date is not provided, the default value for the query will be the <strong>current date</strong>.<br /></p>\n<p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\">role</a> that has <b>View or Edit</b> permission for Chat Messages.</p><br />\n\n<p><br /><strong>Scopes:</strong> <code>chat_message:read</code>, <code>chat_message:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","users",":userId","messages"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The email address of a chat contact with whom the current user chatted. Messages that were sent and/or received between the user and the contact is displayed.</p>\n<p>Note: You must provide either <code>contact</code> or <code>channel</code> as a query parameter to retrieve messages either from an individual or a chat channel. </p>\n","type":"text/plain"},"key":"to_contact","value":"<string>"},{"description":{"content":"<p>The channel Id of a channel inside which current user had chat converstations. Messages that were sent and/or received between the user and the channel is displayed.</p>\n<p>Note: You must provide either <code>contact</code> or <code>channel</code> as a query parameter to retrieve messages either from an individual or a chat channel. </p>\n","type":"text/plain"},"key":"to_channel","value":"<string>"},{"description":{"content":"<p>The query date for which you would like to get the chat messages.</p>\n","type":"text/plain"},"key":"date","value":"<date>"},{"description":{"content":"<p>The number of records returned with a single API call. </p>\n","type":"text/plain"},"key":"page_size","value":"10"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"93ac41ff-4562-461c-81fb-0a4e699b66ff","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"00afb493-c1f4-4af4-a07f-94cb7286a636","name":"**HTTP Status Code:**`200`<br>\nList of chat messages returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages?to_contact=<string>&to_channel=<string>&date=<date>&page_size=10&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages"],"query":[{"key":"to_contact","value":"<string>"},{"key":"to_channel","value":"<string>"},{"key":"date","value":"<date>"},{"key":"page_size","value":"10"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"date\": \"2019-09-17\",\n \"page_size\": 10,\n \"next_page_token\": \"\",\n \"messages\": [\n  {\n   \"id\": \"F3CbafdljsfjkdfgBA7\",\n   \"message\": \"And you?\",\n   \"sender\": \"myemail@someemailaddr.com\",\n   \"date_time\": \"2019-09-17T20:25:21Z\",\n   \"timestamp\": 1568751921626\n  },\n  {\n   \"id\": \"B0DbfdgdfhAAfgf237000\",\n   \"message\": \"I am good\",\n   \"sender\": \"myemail@someemailaddr.com\",\n   \"date_time\": \"2019-09-17T20:25:17Z\",\n   \"timestamp\": 1568751917976\n  },\n  {\n   \"id\": \"C9Bbdfgd4sad301\",\n   \"message\": \"How are you\",\n   \"sender\": \"myfriendsemail@someemailaddr.us\",\n   \"date_time\": \"2019-09-17T20:24:13Z\",\n   \"timestamp\": 1568751853297\n  },\n  {\n   \"id\": \"769fgdgdfgfd4566F7B96665\",\n   \"message\": \"hello\",\n   \"sender\": \"myfriendsemail@someemailaddr.us\",\n   \"date_time\": \"2019-09-17T20:22:26Z\",\n   \"timestamp\": 1568751746769\n  }\n ]\n}"},{"id":"580d1357-51f8-4861-b1c7-173a593193f0","name":"**HTTP Status Code:** `404`<br>\n**Error Code**: `1001`<br>\nUser does not exist: $to_contact.<br>\n**Error Code**: `4130`<br>\nChannel does not exist: $to_channel.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages?to_contact=<string>&to_channel=<string>&date=<date>&page_size=10&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages"],"query":[{"key":"to_contact","value":"<string>"},{"key":"to_channel","value":"<string>"},{"key":"date","value":"<date>"},{"key":"page_size","value":"10"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea84a45b-a547-42eb-928a-d8883567cd41","name":"**HTTP Status Code:** `400`<br> Bad request.<br>\n**Error Code:** `200`<br>Unauthorized request. You do not have permission to access this user's chat messages.<br>\n**Error Code:** `300` <br>The next page token is invalid or expired.<br>\n**Error Code:** `3","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/messages?to_contact=<string>&to_channel=<string>&date=<date>&page_size=10&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","messages"],"query":[{"key":"to_contact","value":"<string>"},{"key":"to_channel","value":"<string>"},{"key":"date","value":"<date>"},{"key":"page_size","value":"10"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfb1a393-0b74-404c-9034-04507f63ed3c"}],"id":"51fa11f3-92c9-45d4-a3e1-450e7506c467","_postman_id":"51fa11f3-92c9-45d4-a3e1-450e7506c467","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"channels","item":[{"name":"{channel Id}","item":[{"name":"members","item":[{"name":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members","id":"0e35eaed-1e3d-4455-ae51-0c8505737405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members?page_size=30&next_page_token=<string>","description":"<p>A <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channel</a> can have one or multiple members. List all the members of a channel using this API.</p>\n<p>  For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a> that has View or Edit permission for Chat Channels</b>.</p><p></p>\n<p><strong>Scopes:</strong> <code>chat_channel:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","users",":userId","channels",":channelId","members"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned with a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"77dde7ec-d4b0-404d-8a16-57f0602a8f9a","description":{"content":"<p>(Required) Channel Id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"},{"id":"af269d0f-8450-4b02-9aa6-03111be6f6b9","description":{"content":"<p>(Required) Unique identifier of the user who is the owner of this channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"11791838-8b7b-4721-84e4-f5e2a4e14bde","name":"**HTTP Status Code:** `400`<br> Bad Request<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to view channel members on this user's behalf..<br>\n**Error Code:** `300`<br>\nThe next page token is either invalid or has expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId","members"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8150120b-ae80-492a-894d-3c4c9de79843","name":"**HTTP Status Code:** `200`<br>\nList of channel members returned.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId","members"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 2,\n \"page_size\": 30,\n \"next_page_token\": \"\",\n \"members\": [\n  {\n   \"id\": \"laboris3764763ull\",\n   \"email\": \"IiUQCUCLs@XKmztyJAAU.di\",\n   \"first_name\": \"Harry\",\n   \"last_name\": \"King\",\n   \"role\": \"admin\"\n  },\n  {\n   \"id\": \"eul21dfabore\",\n   \"email\": \"hJUWLsYtyw@ljXwqOlyNCvBjtkLOx.eox\",\n   \"first_name\": \"Alisha\",\n   \"last_name\": \"Sapkota\",\n   \"role\": \"member\"\n  }\n ]\n}"}],"_postman_id":"0e35eaed-1e3d-4455-ae51-0c8505737405"},{"name":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members","id":"2b69798a-4af2-4b76-b9b2-50a5bd86322e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"members","value":"[{\"email\":\"<email>\"},{\"email\":\"<email>\"}]","type":"text","description":"<p>Members of a channel. You can invite up to a max number of 5 members with a single API call.</p>\n"}]},"url":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members","description":"<p>A <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channel</a> can have one or multiple members. Use this API to invite members that are in a user's contact list to a channel. The maximum number of members that can be added at once with this API is 5. </p>\n<p><strong>Scope:</strong> <code>chat_channel:write:admin</code> <br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n<p>  For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a> that has Edit permission for Chat Channels</b>.</p><p></p>\n","urlObject":{"path":["chat","users",":userId","channels",":channelId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"69c3b8d1-9047-4ad0-83f1-9938b312e94f","description":{"content":"<p>(Required) Channel ID: Unique Identifier of the channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"},{"id":"dcbf5491-1f98-4dc9-a592-f0728a3897bf","description":{"content":"<p>(Required) Unique identifier of the user who is the owner of this channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"105765be-e177-43d6-9295-c89be7c79157","name":"**Status Code:** `400`<br>\nBad request.<br>\n**Error Code:** `5301`<br>\nRequest to invite channel members failed.<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to invite channel members on this user's behalf.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Members of a channel. You can invite up to a max number of 5 members with a single API call.","type":"text/plain"},"key":"members","value":"[{\"email\":\"<email>\"},{\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId","members"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c62fba6c-fdbb-4f8d-83a0-4d0e2dc04b13","name":"**HTTP Status Code:** `201`<br>\nMembers invited to the channel.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Members of a channel. You can invite up to a max number of 5 members with a single API call.","type":"text/plain"},"key":"members","value":"[{\"email\":\"<email>\"},{\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId","members"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ids\": [\n  \"abc4545fdgfdhg\",\n  \"lgfdkhg123456\"\n ],\n \"added_at\": \"2019-09-27T00:14:46Z\"\n}"}],"_postman_id":"2b69798a-4af2-4b76-b9b2-50a5bd86322e"},{"name":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members/:memberId","id":"d2033219-4f6b-4b22-8232-8818e91b8f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members/:memberId","description":"<p> A <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channel</a> can have one or multiple members. Use this API to remove a member from a chat channel.<br /><br /></p>\n<p><strong>Scopes:</strong> <code>chat_channel:write:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> <br /></p>\n<p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a> that has Edit permission for Chat Channels</b>.</p>","urlObject":{"path":["chat","users",":userId","channels",":channelId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"39609243-36c5-46c5-bcc5-c6e5fa2b2725","description":{"content":"<p>(Required) Unique Identifier of the Channel from where you would like to remove a member. This can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/chat-channels/getchannels\">List Channels API</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"},{"id":"3db5b400-c773-4e61-bcdd-877f7287c1bf","description":{"content":"<p>(Required) Email address of the member whom you would like to be remove from the channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"},{"id":"1757a9e8-d05b-4ec9-a781-daedcb7abdc8","description":{"content":"<p>(Required) Unique identifier of the channel owner.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"3274e1df-773a-4e00-b35a-b6ed5299bfb6","name":"**HTTP Status Code:** `400` <br>\nBad Request<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to remove channel members on this user's behalf.<br>\n**Error Code:** `5301`<br>\nUnable to remove channel member.\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId","members",":memberId"],"variable":[{"key":"userId"},{"key":"channelId"},{"key":"memberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b69ec4c9-7a70-41b5-b4f8-34d84d5768f0","name":"**HTTP Status Code:** `204` **No Content**<br>\nMember removed.\n\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId","members",":memberId"],"variable":[{"key":"userId"},{"key":"channelId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"d2033219-4f6b-4b22-8232-8818e91b8f49"}],"id":"5dfea75b-e4a9-4f9b-871c-a6a88a7fda3b","_postman_id":"5dfea75b-e4a9-4f9b-871c-a6a88a7fda3b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","id":"b2178fb9-ef38-4c42-bea5-b04347c161bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","description":"<p>Zoom chat <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channels</a> allow users to communicate via chat in private or public groups. Use this API to get information about a specific channel. </p>\n<p><strong>Scope:</strong> <code>chat_channel:read:admin</code> <br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> <br /></p>\n<p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b> <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a>  that has View or Edit permission for Chat Channels</b>.</p>\n\n\n","urlObject":{"path":["chat","users",":userId","channels",":channelId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e4d45eec-4a6a-4f3e-8b48-f21edc154481","description":{"content":"<p>(Required) Channel ID: Unique Identifier of a channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"},{"id":"035c6214-eb1b-439d-861d-046a65ec0b68","description":{"content":"<p>(Required) Unique identifier of the user who is the owner of the channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"49ffa12c-2bd8-4fc2-9190-05518e96df0b","name":"**HTTP Status Code:** `200`<br>\nChannel returned.<br>\n\n\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ut1234sgfsdf\",\n \"name\": \"Leah\",\n \"type\": 1\n}"},{"id":"a3117f06-1d1a-469d-9879-23f82ecd1f8e","name":"**HTTP Status Code:** `400`<br>\nBad Request<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to access this user's channel information.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc8205a6-8973-4907-9144-b4010df2af02","name":"**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nChannel does not exist: $channelId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2178fb9-ef38-4c42-bea5-b04347c161bf"},{"name":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","id":"bd1c2fb8-e69c-436b-b054-14148f8abfb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>A new name for the channel.</p>\n"}]},"url":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","description":"<p>Zoom chat channels allow users to communicate via chat in private or public channels. Use this API to update the name of a specific channel created by a user. <br /><br />\n<strong>Scope:</strong> <code>chat_channel:write:admin</code>   <br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n<p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b> <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\"> role</a>  that has Edit permission for Chat Channel</b>.</p>\n","urlObject":{"path":["chat","users",":userId","channels",":channelId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"92839a56-7854-404a-a997-0a46b46da8f8","description":{"content":"<p>(Required) Channel Id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"},{"id":"a4574efb-3c39-4cd3-8ee2-367adbe1504b","description":{"content":"<p>(Required) Unique Identifier of the Zoom user who is the owner of the channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"3b6e26ab-6f43-48e5-8712-192041cbf0a8","name":"**Status Code:** `204`\nChannel updated.","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"49e3b814-184e-4a9f-9e9f-f1a1241c66d0","name":"**Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to update a channel for this user.<br>\n**Error Code:** `5301`<br>\nRequest to update a channel failed.","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd1c2fb8-e69c-436b-b054-14148f8abfb1"},{"name":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","id":"b537e528-1f1d-4a7b-a74f-ab41029886b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","description":"<p>Zoom chat <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channels</a> allow users to communicate via chat in private or public groups. Use this API to delete a specific channel. </p>\n<p><strong>Scope:</strong> <code>chat_channel:write:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n<p> <b>Note: </b> This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["chat","users",":userId","channels",":channelId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"9f29bd92-322b-42bb-b1d2-563491aaa89b","description":{"content":"<p>(Required) Channel ID: Unique Identifier of a channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"},{"id":"7f72a483-ff89-4973-8abf-8e99c0cabf2c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"71803d08-f53b-473b-87ff-334a5428ac50","name":"**HTTP Status Code:** `400`<br> Bad request.<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to delete this user's channel.<br>\n**Error Code:** `5301`<br> Request to delete a channel failed.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"98ecafb4-41b7-47f4-a466-dca521b1260d","name":"**HTTP Status Code:** `204`<br>\nChannel deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels",":channelId"],"variable":[{"key":"userId"},{"key":"channelId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"b537e528-1f1d-4a7b-a74f-ab41029886b5"}],"id":"93f2084e-c716-4243-8f66-e882c2666e42","_postman_id":"93f2084e-c716-4243-8f66-e882c2666e42","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/chat/users/:userId/channels","id":"ebd90ac7-fb2c-4f66-a65e-ad105abe8433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/chat/users/:userId/channels?page_size=10&next_page_token=<string>","description":"<p>Zoom chat <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channels</a> allow users to communicate via chat in private or public groups. Use this API to list a user's chat channels. </p>\n<p><strong>Scope</strong>: <code>chat_channel:read:admin</code><br /></p>\n<p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\">role</a> that has <b>View or Edit</b> permission for Chat Channel feature.</p><br />\n\n\n\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code>\n </p>\n","urlObject":{"path":["chat","users",":userId","channels"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned from a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"10"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"7c7ab6bc-7492-4ba8-850d-c32caf66f2bf","description":{"content":"<p>(Required) Unique identifier of the user.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"84012bbe-7803-4ec4-afc6-7e1874050dcd","name":"**Status Code**: `200` <br>\nUser's channels returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels?page_size=10&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels"],"query":[{"key":"page_size","value":"10"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"total_records\\\": 2,\\n  \\\"page_size\\\": 10,\\n  \\\"channels\\\": [\\n    {\\n      \\\"id\\\": \\\"ullamdsfjhgdsn663isi\\\",\\n      \\\"name\\\": \\\"Happiness Channel\\\",\\n      \\\"type\\\": 2\\n    },\\n    {\\n      \\\"id\\\": \\\"dsfdfrgtre23324663isi\\\",\\n      \\\"name\\\": \\\"Sales team\\\",\\n      \\\"type\\\": 2\\n    },\\n  ]\\n}\""},{"id":"d07f2fdf-1d02-4aea-b06c-c2ccbd6c83e5","name":"**HTTP Status Code:** `400` <br>\nBad request.<br>\n**Error Code**: `300`<br>\nThe next page token is either invalid or has expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels?page_size=10&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels"],"query":[{"key":"page_size","value":"10"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebd90ac7-fb2c-4f66-a65e-ad105abe8433"},{"name":"https://api.zoom.us/v2/chat/users/:userId/channels","id":"6f543ebd-ab3f-472a-9a11-bed375b050d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Name of the channel.</p>\n"},{"key":"type","value":"<integer>","type":"text","description":"<p>Type of the channel. The value can be one of the following:<br />\n<code>1</code>: Private channel. In this type of channel, members must be invited to join a channel.<br />\n<code>2</code>: Private channel with members that belong to one Zoom account. Members in this channel should be invited and the members should be from the same organization.<br />\n<code>3</code>: Public channel. Anyone can search for this channel and join the channel.<br />\n<code>4</code>: New chat. This is an instant channel which can be created by adding members to a new chat.  (This can only be one of 1,2,3)</p>\n"},{"key":"members","value":"[{\"email\":\"<email>\"},{\"email\":\"<email>\"}]","type":"text","description":"<p>Member(s) to include in the channel. A max of 5 members can be added to the channel at once with this API.</p>\n"}]},"url":"https://api.zoom.us/v2/chat/users/:userId/channels","description":"<p>Zoom chat channels allow users to communicate via chat in private or public groups. Use this API to create a channel for a user.<br />\n<strong>Scopes</strong>: <code>chat_channel:write:admin</code><br /></p>\n<p> <b>Note: </b> For an<b> account-level</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Using-role-management#:~:text=Each%20user%20in%20a%20Zoom,owner%2C%20administrator%2C%20or%20member.&amp;text=Role%2Dbased%20access%20control%20enables,needs%20to%20view%20or%20edit.\">role</a> that has <b>Edit</b> permission for Chat Channel feature.</p><br />\n\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","users",":userId","channels"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"874a46ac-c267-4909-b8d0-52860172a3aa","description":{"content":"<p>(Required) Unique identifier of the user.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"04e16464-296c-4723-91f7-e9b6e2cde188","name":"**HTTP Status Code:** `404`<br>\n**Error Code**: `1001`<br>\nUser does not exist: $userId.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the channel.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Type of the channel. The value can be one of the following:<br>\n`1`: Private channel. In this type of channel, members must be invited to join a channel.<br>\n`2`: Private channel with members that belong to one Zoom account. Members in this channel should be invited and the members should be from the same organization.<br>\n`3`: Public channel. Anyone can search for this channel and join the channel.<br>\n`4`: New chat. This is an instant channel which can be created by adding members to a new chat.  (This can only be one of 1,2,3)","type":"text/plain"},"key":"type","value":"<integer>","type":"text"},{"description":{"content":"Member(s) to include in the channel. A max of 5 members can be added to the channel at once with this API.","type":"text/plain"},"key":"members","value":"[{\"email\":\"<email>\"},{\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd40a5e2-1181-40c0-ac85-99b43e906943","name":"**Status Code**: `201` <br>\nChannel created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the channel.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Type of the channel. The value can be one of the following:<br>\n`1`: Private channel. In this type of channel, members must be invited to join a channel.<br>\n`2`: Private channel with members that belong to one Zoom account. Members in this channel should be invited and the members should be from the same organization.<br>\n`3`: Public channel. Anyone can search for this channel and join the channel.<br>\n`4`: New chat. This is an instant channel which can be created by adding members to a new chat.  (This can only be one of 1,2,3)","type":"text/plain"},"key":"type","value":"<integer>","type":"text"},{"description":{"content":"Member(s) to include in the channel. A max of 5 members can be added to the channel at once with this API.","type":"text/plain"},"key":"members","value":"[{\"email\":\"<email>\"},{\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels"],"variable":[{"key":"userId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"id8977ullamco\",\n \"name\": \"Happy Channel\",\n \"type\": 1,\n \"jid\": \"nisi73624365536st\"\n}"},{"id":"ce67124c-34a8-4208-887d-cbc9e891005f","name":"**HTTP Status Code:** `400`<br>\nNot found.<br>\n**Error Code**: `5301`<br>\nRequest to create a channel failed.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the channel.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Type of the channel. The value can be one of the following:<br>\n`1`: Private channel. In this type of channel, members must be invited to join a channel.<br>\n`2`: Private channel with members that belong to one Zoom account. Members in this channel should be invited and the members should be from the same organization.<br>\n`3`: Public channel. Anyone can search for this channel and join the channel.<br>\n`4`: New chat. This is an instant channel which can be created by adding members to a new chat.  (This can only be one of 1,2,3)","type":"text/plain"},"key":"type","value":"<integer>","type":"text"},{"description":{"content":"Member(s) to include in the channel. A max of 5 members can be added to the channel at once with this API.","type":"text/plain"},"key":"members","value":"[{\"email\":\"<email>\"},{\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/chat/users/:userId/channels","host":["https://api.zoom.us/v2"],"path":["chat","users",":userId","channels"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f543ebd-ab3f-472a-9a11-bed375b050d5"}],"id":"86da43f3-692c-45bb-b028-174d992ea6e7","_postman_id":"86da43f3-692c-45bb-b028-174d992ea6e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}}],"id":"eeb81c2a-1b0c-431e-93fe-71971d2b698d","_postman_id":"eeb81c2a-1b0c-431e-93fe-71971d2b698d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"me/contacts","item":[{"name":"https://api.zoom.us/v2/chat/users/me/contacts","id":"bfd8dc7f-634d-4473-b752-90795ab4d71b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/chat/users/me/contacts?type=company&page_size=10&next_page_token=<string>","description":"<p>A user under an organization’s Zoom account has internal users listed under Company Contacts in the Zoom Client. A Zoom user can also add another Zoom user as a <a href=\"https://support.zoom.us/hc/en-us/articles/115004055706-Managing-Contacts\">contact</a>. Call this API to list all the contacts of a Zoom user. Zoom contacts are categorized into \"company contacts\" and \"external contacts\". You must specify the contact type in the <code>type</code> query parameter. If you do not specify, by default, the type will be set as company contact.</p>\n<p> <b>Note: </b> This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n<p><strong>Scope</strong>: <code>chat_contact:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","users","me","contacts"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The type of contact. The value can be one of the following:\n<code>company</code>: Contacts from the user's organization.\n<code>external</code>: External contacts. </p>\n","type":"text/plain"},"key":"type","value":"company"},{"description":{"content":"<p>The number of records returned with a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"10"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"8ceeb49a-6d04-4892-b72f-be3ca614ba30","name":"**HTTP Status Code:** `200`<br>List of user's contacts returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/me/contacts?type=company&page_size=10&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users","me","contacts"],"query":[{"key":"type","value":"company"},{"key":"page_size","value":"10"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_size\": 10,\n \"next_page_token\": \"shdjksA4\",\n \"contacts\": [\n  {\n   \"id\": \"44ABCDEfgjWHABBxw\",\n   \"email\": \"someemail@somemail.com\",\n   \"first_name\": \"Brandon\",\n   \"last_name\": \"Ghimire\"\n  }\n ]\n}"},{"id":"a19df808-c284-4b7d-8e5e-0fee67ef787c","name":"**Error Code:** `300`<br>\nThe next page token is invalid or has expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/me/contacts?type=company&page_size=10&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["chat","users","me","contacts"],"query":[{"key":"type","value":"company"},{"key":"page_size","value":"10"},{"key":"next_page_token","value":"<string>"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bfd8dc7f-634d-4473-b752-90795ab4d71b"},{"name":"https://api.zoom.us/v2/chat/users/me/contacts/:contactId","id":"36a30a9f-3f4c-40b0-b42e-5ea03c84f211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/chat/users/me/contacts/:contactId?query_presence_status=<boolean>","description":"<p>A user under an organization’s Zoom account has internal users listed under Company Contacts in the Zoom Client. A Zoom user can also add another Zoom user as a <a href=\"https://support.zoom.us/hc/en-us/articles/115004055706-Managing-Contacts\">contact</a>. Call this API to get information on a specific contact of the Zoom user.</p>\n<p> <b>Note: </b>This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n<p><strong>Scope</strong>: <code>chat_contact:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","users","me","contacts",":contactId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The presence status of the contact. \nInclude this query parameter with a value of <code>true</code> to get the presence status of the contact in the response.</p>\n","type":"text/plain"},"key":"query_presence_status","value":"<boolean>"}],"variable":[{"id":"fcd5655e-b84a-4853-9a8c-c2ed002db20b","description":{"content":"<p>(Required) The user's contact Id or email address. The contact can be either a company contact or an external contact.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"contactId"}]}},"response":[{"id":"11e2463c-2290-4a65-a08d-80b399378634","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `5301`<br>\nRequest to get the presence status of the chat contact failed.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/me/contacts/:contactId?query_presence_status=<boolean>","host":["https://api.zoom.us/v2"],"path":["chat","users","me","contacts",":contactId"],"query":[{"key":"query_presence_status","value":"<boolean>"}],"variable":[{"key":"contactId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"19b6df51-45c7-4d31-9912-214d6f31b4f3","name":"**HTTP Status Code:** `404`<br>\n**Error Code**: `1001`<br>\nUser does not exist: $contactId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/me/contacts/:contactId?query_presence_status=<boolean>","host":["https://api.zoom.us/v2"],"path":["chat","users","me","contacts",":contactId"],"query":[{"key":"query_presence_status","value":"<boolean>"}],"variable":[{"key":"contactId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7d178b86-a40b-43bc-adff-7e3ba8441924","name":"**HTTP Status Code:** `200`<br>\nContact information returned.\n\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/users/me/contacts/:contactId?query_presence_status=<boolean>","host":["https://api.zoom.us/v2"],"path":["chat","users","me","contacts",":contactId"],"query":[{"key":"query_presence_status","value":"<boolean>"}],"variable":[{"key":"contactId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"u487547sic45ing\",\n \"email\": \"dhgdj@djkfhd.dhgfdh\",\n \"first_name\": \"Vikram\",\n \"last_name\": \"Grg\",\n \"presence_status\": \"Do_Not_Disturb\"\n}"}],"_postman_id":"36a30a9f-3f4c-40b0-b42e-5ea03c84f211"}],"id":"bf2b5a05-4d26-46b5-818b-976e00d69530","_postman_id":"bf2b5a05-4d26-46b5-818b-976e00d69530","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}}],"id":"0db37e6d-5cb8-4d6d-966b-e2c5fae4683c","_postman_id":"0db37e6d-5cb8-4d6d-966b-e2c5fae4683c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"channels/{channel Id}","item":[{"name":"members","item":[{"name":"me","item":[{"name":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","id":"b39bf574-4140-43b2-a5fe-96f802c5124a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"url":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","description":"<p>A <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channel</a> can have one or multiple members. Use this API to join a channel that is open for anyone in the same organization to join. You cannot use this API to join private channels that only allows invited members to be a part of it.</p>\n<p> <b>Note: </b>This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n<p><strong>Scope:</strong> <code>chat_channel:write</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","channels",":channelId","members","me"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"afdb6573-13d2-4bcd-8b55-e0ea135bf51f","description":{"content":"<p>(Required) Channel Id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"}]}},"response":[{"id":"cb2860b5-8742-4a47-b5a0-e417e7d2ff4d","name":"**HTTP Status Code:** `201`\nSuccessfully joined the channel.","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId","members","me"],"variable":[{"key":"channelId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"lbborum-12fiasf-abaa\",\n \"added_at\": \"2018-12-11T15:06:32.633Z\"\n}"},{"id":"f9134f3e-05a4-49ca-ad9f-54d1b6bfd60e","name":"**HTTP Status Code:** `400`<br> Bad request.<br>\n**Error Code:** `5301`<br> Request to join the channel failed.","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId","members","me"],"variable":[{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b39bf574-4140-43b2-a5fe-96f802c5124a"},{"name":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","id":"2af4c59e-64f5-4ccb-aef1-8e3a6713011d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","description":"<p>If you're no longer interested in being a member of an existing channel, you can leave the channel at any time. Use this API to leave a specific channel. After leaving the channel, you can no longer access information from that channel.</p>\n<p> <b>Note: </b>This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n<p><strong>Scope:</strong> <code>chat_channel:write</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["chat","channels",":channelId","members","me"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"cadde3ac-a9fd-40df-bd78-a311adba25ca","description":{"content":"<p>(Required) Channel ID: Unique Identifier of a channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"}]}},"response":[{"id":"017ecc29-995a-49e0-a763-9cad89b91286","name":"**HTTP Status Code:** `204`<br>\nLeft channel successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId","members","me"],"variable":[{"key":"channelId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"418a5e0d-e139-43de-b6b3-bf8012efe209","name":"**HTTP Status Code:** `400`<br> Bad Request.<br>\n**Error Code:** `5301`<br> Request to leave the channel failed.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId/members/me","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId","members","me"],"variable":[{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2af4c59e-64f5-4ccb-aef1-8e3a6713011d"}],"id":"39a13ed0-497a-41e4-ae54-6c7e7dd1ed20","_postman_id":"39a13ed0-497a-41e4-ae54-6c7e7dd1ed20","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/chat/channels/:channelId/members/:memberId","id":"9d44e56f-7118-424d-9bbf-5be96c36ddf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/chat/channels/:channelId/members/:memberId","description":"<p> A <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channel</a> can have one or multiple members. Use this API to remove a member from a chat channel.<br /><br />\n <strong>Scopes:</strong> <code>chat_channel:write</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n <p> <b>Note: </b> This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n\n","urlObject":{"path":["chat","channels",":channelId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"31eab698-58c3-46fc-b070-3225387393c5","description":{"content":"<p>(Required) Unique Identifier of the Channel from where you would like to remove a member. This can be retrieved from the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/chat-channels/getchannels\">List Channels API</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"},{"id":"2be09d3e-f22a-47d3-9590-856145491994","description":{"content":"<p>(Required) Email address of the member whom you would like to be remove from the channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"}]}},"response":[{"id":"5ced63aa-367e-4ce1-8572-6de6894dc6f0","name":"**HTTP Status Code:** `400` <br>\nBad Request<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to remove channel members on this user's behalf.<br>\n**Error Code:** `5301`<br>\nUnable to remove channel member.\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId","members",":memberId"],"variable":[{"key":"channelId"},{"key":"memberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"93f29af0-ff0e-48a7-9ac3-747fa96171b1","name":"**HTTP Status Code:** `204` **No Content**<br>\nMember removed.\n\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId","members",":memberId"],"variable":[{"key":"channelId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"9d44e56f-7118-424d-9bbf-5be96c36ddf6"}],"id":"96cdda1d-cdc0-4057-856f-1a2361e7a8fc","_postman_id":"96cdda1d-cdc0-4057-856f-1a2361e7a8fc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/chat/channels/:channelId","id":"e2ed04b7-b4ea-4deb-a71a-8bd1b272c04e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/chat/channels/:channelId","description":"<p>Zoom chat <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channels</a> allow users to communicate via chat in private or public groups. Use this API to get information about a specific channel. </p>\n<p><strong>Scope:</strong> <code>chat_channel:read</code>  <br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n<p> <b>Note: </b> This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n\n","urlObject":{"path":["chat","channels",":channelId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"bbb2cafa-e4b4-4424-b560-03d91d700d74","description":{"content":"<p>(Required) Channel ID: Unique Identifier of a channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"}]}},"response":[{"id":"2e5f14d9-7e62-4aef-b66d-ed155e9d3ba8","name":"**HTTP Status Code:** `400`<br>\nBad Request<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to access this user's channel information.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId"],"variable":[{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a32678c5-e37a-498e-8a23-0eb50adf9595","name":"**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nChannel does not exist: $channelId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId"],"variable":[{"key":"channelId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"baeca6bd-9103-4c99-810a-cefa898c06b1","name":"**HTTP Status Code:** `200`<br>\nChannel returned.<br>\n\n\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId"],"variable":[{"key":"channelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ut1234sgfsdf\",\n \"name\": \"Leah\",\n \"type\": 1\n}"}],"_postman_id":"e2ed04b7-b4ea-4deb-a71a-8bd1b272c04e"},{"name":"https://api.zoom.us/v2/chat/channels/:channelId","id":"1668d647-ae1d-477a-8f0b-efc15a0cbec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>A new name for the channel.</p>\n"}]},"url":"https://api.zoom.us/v2/chat/channels/:channelId","description":"<p>Zoom chat channels allow users to communicate via chat in private or public channels. Use this API to update the name of a specific channel that you created. </p>\n<p><strong>Scope:</strong> <code>chat_channel:write</code> <br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n<p> <b>Note: </b> This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n","urlObject":{"path":["chat","channels",":channelId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a38e26aa-9744-4f3f-8ea2-549202738f6e","description":{"content":"<p>(Required) Channel Id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"}]}},"response":[{"id":"6c38286e-ae5b-443d-87f4-731e2dc0a76a","name":"**Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to update a channel for this user.<br>\n**Error Code:** `5301`<br>\nRequest to update a channel failed.","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId"],"variable":[{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8bdb71e3-179a-41a3-8d06-589a19f224cf","name":"**Status Code:** `204`\nChannel updated.","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId"],"variable":[{"key":"channelId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"1668d647-ae1d-477a-8f0b-efc15a0cbec2"},{"name":"https://api.zoom.us/v2/chat/channels/:channelId","id":"0ea35a41-a05d-411a-8a6b-de7b3c98cd77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/chat/channels/:channelId","description":"<p>Zoom chat <a href=\"https://support.zoom.us/hc/en-us/articles/200912909-Getting-Started-With-Channels-Group-Messaging-\">channels</a> allow users to communicate via chat in private or public groups. Use this API to delete a specific channel. </p>\n<p><strong>Scope:</strong> <code>chat_channel:write</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n<p> <b>Note: </b> This API only supports <b>user-managed</b> <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app\">OAuth app</a>.</p><br />\n\n\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["chat","channels",":channelId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"44280a77-a712-4e67-8223-14bd415d37cd","description":{"content":"<p>(Required) Channel ID: Unique Identifier of a channel.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"channelId"}]}},"response":[{"id":"51720680-81ff-433c-879a-cf55cee0f554","name":"**HTTP Status Code:** `204`<br>\nChannel deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId"],"variable":[{"key":"channelId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"9f0cc5a1-53b1-415c-941c-bcee142239a7","name":"**HTTP Status Code:** `400`<br> Bad request.<br>\n**Error Code:** `200`<br>\nUnauthorized request. You do not have permission to delete this user's channel.<br>\n**Error Code:** `5301`<br> Request to delete a channel failed.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/chat/channels/:channelId","host":["https://api.zoom.us/v2"],"path":["chat","channels",":channelId"],"variable":[{"key":"channelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ea35a41-a05d-411a-8a6b-de7b3c98cd77"}],"id":"cb05c5d2-4bac-4534-85dd-7484127b8138","_postman_id":"cb05c5d2-4bac-4534-85dd-7484127b8138","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}}],"id":"cfc6940b-02ff-49ba-890d-9979360fc906","_postman_id":"cfc6940b-02ff-49ba-890d-9979360fc906","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"accounts","item":[{"name":"{account Id}","item":[{"name":"settings","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/settings","id":"3bda6a27-4a17-4742-b895-86b7d593ba3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","description":"<p>Get the settings of an account.<br />\nTo get the settings of a ISV enabled Master Account, use <code>me</code> as the value for the <code>accountId</code> path parameter.<br /><br />\n <strong>Prerequisites</strong>:</p>\n<ul>\n<li>The Account must be a paid account.<br />\n<strong>Scopes</strong>: <code>account:read:admin</code><br /> \n**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p><code>meeting_authentication</code>: Use this query parameter to view <a href=\"https://support.zoom.us/hc/en-us/articles/360037117472-Authentication-Profiles-for-Meetings-and-Webinars\">meeting authentication configuration</a> applied on the account.<br /><code>recording_authentication</code>: Use this query parameter to view <a href=\"https://support.zoom.us/hc/en-us/articles/360037756671-Authentication-Profiles-for-Cloud-Recordings\">recording authentication configuration</a> applied on the account.<br /> <code>security</code>: Use this query parameter to view security settings such as password requirements for user login, two factor authentication etc., applied on the account.<br /></p>\n","type":"text/plain"},"key":"option","value":"<string>"}],"variable":[{"id":"6ffbb8ad-67e8-4f2e-8e02-fc71218b750a","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"615bb3b5-0759-4856-b6f9-d58e2dd351c3","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: $subAccountId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fdd52409-7477-4bad-ab8c-529db7656eeb","name":"**HTTP Status Code:** `200`<br> Account settings returned. \n**Error Code:** `200`<br>\nOnly available for Paid account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"schedule_meeting\": {\n  \"host_video\": \"boolean\",\n  \"participant_video\": \"boolean\",\n  \"audio_type\": \"string\",\n  \"join_before_host\": \"boolean\",\n  \"use_pmi_for_scheduled_meetings\": \"boolean\",\n  \"use_pmi_for_instant_meetings\": \"boolean\",\n  \"enforce_login\": \"boolean\",\n  \"enforce_login_with_domains\": \"boolean\",\n  \"enforce_login_domains\": \"string\",\n  \"not_store_meeting_topic\": \"boolean\",\n  \"force_pmi_jbh_password\": \"boolean\",\n  \"require_password_for_scheduling_new_meetings\": \"boolean\",\n  \"require_password_for_scheduled_meetings\": \"boolean\",\n  \"require_password_for_instant_meetings\": \"boolean\",\n  \"require_password_for_pmi_meetings\": \"string\"\n },\n \"in_meeting\": {\n  \"e2e_encryption\": \"boolean\",\n  \"chat\": \"boolean\",\n  \"private_chat\": \"boolean\",\n  \"auto_saving_chat\": \"boolean\",\n  \"entry_exit_chime\": \"string\",\n  \"record_play_own_voice\": \"boolean\",\n  \"feedback\": \"boolean\",\n  \"post_meeting_feedback\": \"boolean\",\n  \"co_host\": \"boolean\",\n  \"polling\": \"boolean\",\n  \"attendee_on_hold\": \"boolean\",\n  \"show_meeting_control_toolbar\": \"boolean\",\n  \"allow_show_zoom_windows\": \"boolean\",\n  \"annotation\": \"boolean\",\n  \"whiteboard\": \"boolean\",\n  \"webinar_question_answer\": \"boolean\",\n  \"anonymous_question_answer\": \"boolean\",\n  \"breakout_room\": \"boolean\",\n  \"closed_caption\": \"boolean\",\n  \"far_end_camera_control\": \"boolean\",\n  \"group_hd\": \"boolean\",\n  \"virtual_background\": \"boolean\",\n  \"watermark\": \"boolean\",\n  \"alert_guest_join\": \"boolean\",\n  \"auto_answer\": \"boolean\",\n  \"p2p_connetion\": \"boolean\",\n  \"p2p_ports\": \"boolean\",\n  \"ports_range\": \"string\",\n  \"sending_default_email_invites\": \"boolean\",\n  \"use_html_format_email\": \"boolean\",\n  \"dscp_marking\": \"boolean\",\n  \"dscp_audio\": \"integer\",\n  \"dscp_video\": \"integer\",\n  \"stereo_audio\": \"boolean\",\n  \"original_audio\": \"boolean\",\n  \"screen_sharing\": \"boolean\",\n  \"remote_control\": \"boolean\"\n },\n \"email_notification\": {\n  \"cloud_recording_avaliable_reminder\": \"boolean\",\n  \"jbh_reminder\": \"boolean\",\n  \"cancel_meeting_reminder\": \"boolean\",\n  \"low_host_count_reminder\": \"boolean\",\n  \"alternative_host_reminder\": \"boolean\",\n  \"schedule_for_reminder\": \"boolean\"\n },\n \"zoom_rooms\": {\n  \"upcoming_meeting_alert\": \"boolean\",\n  \"start_airplay_manually\": \"boolean\",\n  \"weekly_system_restart\": \"boolean\",\n  \"list_meetings_with_calendar\": \"boolean\",\n  \"zr_post_meeting_feedback\": \"boolean\",\n  \"ultrasonic\": \"boolean\",\n  \"force_private_meeting\": \"boolean\",\n  \"hide_host_information\": \"boolean\",\n  \"cmr_for_instant_meeting\": \"boolean\",\n  \"auto_start_stop_scheduled_meetings\": \"boolean\"\n },\n \"security\": {\n  \"admin_change_name_pic\": \"boolean\",\n  \"import_photos_from_devices\": \"boolean\",\n  \"hide_billing_info\": \"boolean\"\n },\n \"recording\": {\n  \"local_recording\": \"boolean\",\n  \"cloud_recording\": \"boolean\",\n  \"record_speaker_view\": \"boolean\",\n  \"record_gallery_view\": \"boolean\",\n  \"record_audio_file\": \"boolean\",\n  \"save_chat_text\": \"boolean\",\n  \"show_timestamp\": \"boolean\",\n  \"recording_audio_transcript\": \"boolean\",\n  \"auto_recording\": \"string\",\n  \"cloud_recording_download\": \"boolean\",\n  \"cloud_recording_download_host\": \"boolean\",\n  \"account_user_access_recording\": \"boolean\",\n  \"auto_delete_cmr\": \"boolean\",\n  \"auto_delete_cmr_days\": \"integer\"\n },\n \"telephony\": {\n  \"third_party_audio\": \"boolean\",\n  \"audio_conference_info\": \"string\"\n },\n \"tsp\": {\n  \"call_out\": \"boolean\",\n  \"call_out_countries\": [\n   \"string\"\n  ],\n  \"show_international_numbers_link\": \"boolean\",\n  \"display_toll_free_numbers\": \"boolean\"\n },\n \"integration\": {\n  \"google_calendar\": \"boolean\",\n  \"google_drive\": \"boolean\",\n  \"dropbox\": \"boolean\",\n  \"box\": \"boolean\",\n  \"microsoft_one_drive\": \"boolean\",\n  \"kubi\": \"boolean\"\n },\n \"feature\": {\n  \"meeting_capacity\": \"integer\"\n }\n}"}],"_postman_id":"3bda6a27-4a17-4742-b895-86b7d593ba3e"},{"name":"https://api.zoom.us/v2/accounts/:accountId/settings","id":"2e8790ba-ec80-48fa-9994-3cfe64c35a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"both\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"watermark\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"p2p_connetion\":\"<boolean>\",\"p2p_ports\":\"<boolean>\",\"ports_range\":\"\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"dscp_audio\":\"<integer>\",\"dscp_video\":\"<integer>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"US\",\"meeting_reactions\":\"<boolean>\",\"show_a_join_from_your_browser_link\":\"<boolean>\",\"allow_participants_to_rename\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"email_notification","value":"{\"cloud_recording_avaliable_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"low_host_count_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_reminder\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"list_meetings_with_calendar\":\"<boolean>\",\"zr_post_meeting_feedback\":\"<boolean>\",\"ultrasonic\":\"<boolean>\",\"force_private_meeting\":\"<boolean>\",\"hide_host_information\":\"<boolean>\",\"cmr_for_instant_meeting\":\"<boolean>\",\"auto_start_stop_scheduled_meetings\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"security","value":"{\"admin_change_name_pic\":\"<boolean>\",\"import_photos_from_devices\":\"<boolean>\",\"hide_billing_info\":\"<boolean>\",\"password_requirement\":{\"minimum_password_length\":\"<integer>\",\"have_special_character\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"sign_in_with_two_factor_auth\":\"<string>\",\"sign_again_period_for_inactivity_on_client\":\"<integer>\",\"sign_again_period_for_inactivity_on_web\":\"<integer>\",\"sign_in_with_two_factor_auth_groups\":[\"<string>\",\"<string>\"],\"sign_in_with_two_factor_auth_roles\":[\"<string>\",\"<string>\"]}","type":"text","description":"<p>undefined</p>\n"},{"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"auto_delete_cmr_days\":\"<integer>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"},\"allow_recovery_deleted_cloud_recordings\":\"<boolean>\",\"recording_disclaimer\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"required_password_for_existing_cloud_recordings\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"integration","value":"{\"google_calendar\":\"<boolean>\",\"google_drive\":\"<boolean>\",\"dropbox\":\"<boolean>\",\"box\":\"<boolean>\",\"microsoft_one_drive\":\"<boolean>\",\"kubi\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"feature","value":"{\"meeting_capacity\":\"<integer>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\",\"display_toll_free_numbers\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","description":"<p>Update the settings of a Sub Account that is under a Master Account.<br /> To update the settings of the Master Account, use <code>me</code> as the value of the <code>accountId</code> path parameter.<br /><br />\n<strong>Prerequisites</strong>:</p>\n<ul>\n<li>The Sub Account must be a paid account.<br />\n<strong>Scopes</strong>: <code>account:write:admin</code><br />\n**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"key":"option","value":"<string>"}],"variable":[{"id":"55641ff4-512d-4725-968c-fdd5b15f3651","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"0f1fbc1e-4928-4edc-a9c6-b4c11a1403ad","name":"**Error Code:** `200`<br> Only available for Paid account.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"both\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"watermark\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"p2p_connetion\":\"<boolean>\",\"p2p_ports\":\"<boolean>\",\"ports_range\":\"\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"dscp_audio\":\"<integer>\",\"dscp_video\":\"<integer>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"AU\",\"meeting_reactions\":\"<boolean>\",\"show_a_join_from_your_browser_link\":\"<boolean>\",\"allow_participants_to_rename\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_avaliable_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"low_host_count_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"list_meetings_with_calendar\":\"<boolean>\",\"zr_post_meeting_feedback\":\"<boolean>\",\"ultrasonic\":\"<boolean>\",\"force_private_meeting\":\"<boolean>\",\"hide_host_information\":\"<boolean>\",\"cmr_for_instant_meeting\":\"<boolean>\",\"auto_start_stop_scheduled_meetings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"security","value":"{\"admin_change_name_pic\":\"<boolean>\",\"import_photos_from_devices\":\"<boolean>\",\"hide_billing_info\":\"<boolean>\",\"password_requirement\":{\"minimum_password_length\":\"<integer>\",\"have_special_character\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"sign_in_with_two_factor_auth\":\"<string>\",\"sign_again_period_for_inactivity_on_client\":\"<integer>\",\"sign_again_period_for_inactivity_on_web\":\"<integer>\",\"sign_in_with_two_factor_auth_groups\":[\"<string>\",\"<string>\"],\"sign_in_with_two_factor_auth_roles\":[\"<string>\",\"<string>\"]}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"auto_delete_cmr_days\":\"<integer>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"},\"allow_recovery_deleted_cloud_recordings\":\"<boolean>\",\"recording_disclaimer\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"required_password_for_existing_cloud_recordings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"integration","value":"{\"google_calendar\":\"<boolean>\",\"google_drive\":\"<boolean>\",\"dropbox\":\"<boolean>\",\"box\":\"<boolean>\",\"microsoft_one_drive\":\"<boolean>\",\"kubi\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"feature","value":"{\"meeting_capacity\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\",\"display_toll_free_numbers\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2e7489b2-af41-419d-bb38-55c1aa0a7caa","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>Account does not exist: $subAccountId.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"both\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"watermark\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"p2p_connetion\":\"<boolean>\",\"p2p_ports\":\"<boolean>\",\"ports_range\":\"\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"dscp_audio\":\"<integer>\",\"dscp_video\":\"<integer>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"AU\",\"meeting_reactions\":\"<boolean>\",\"show_a_join_from_your_browser_link\":\"<boolean>\",\"allow_participants_to_rename\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_avaliable_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"low_host_count_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"list_meetings_with_calendar\":\"<boolean>\",\"zr_post_meeting_feedback\":\"<boolean>\",\"ultrasonic\":\"<boolean>\",\"force_private_meeting\":\"<boolean>\",\"hide_host_information\":\"<boolean>\",\"cmr_for_instant_meeting\":\"<boolean>\",\"auto_start_stop_scheduled_meetings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"security","value":"{\"admin_change_name_pic\":\"<boolean>\",\"import_photos_from_devices\":\"<boolean>\",\"hide_billing_info\":\"<boolean>\",\"password_requirement\":{\"minimum_password_length\":\"<integer>\",\"have_special_character\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"sign_in_with_two_factor_auth\":\"<string>\",\"sign_again_period_for_inactivity_on_client\":\"<integer>\",\"sign_again_period_for_inactivity_on_web\":\"<integer>\",\"sign_in_with_two_factor_auth_groups\":[\"<string>\",\"<string>\"],\"sign_in_with_two_factor_auth_roles\":[\"<string>\",\"<string>\"]}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"auto_delete_cmr_days\":\"<integer>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"},\"allow_recovery_deleted_cloud_recordings\":\"<boolean>\",\"recording_disclaimer\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"required_password_for_existing_cloud_recordings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"integration","value":"{\"google_calendar\":\"<boolean>\",\"google_drive\":\"<boolean>\",\"dropbox\":\"<boolean>\",\"box\":\"<boolean>\",\"microsoft_one_drive\":\"<boolean>\",\"kubi\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"feature","value":"{\"meeting_capacity\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\",\"display_toll_free_numbers\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ad92e0fa-3bc7-45d3-9efa-d5b62fe2bde6","name":"**Error Code:** `300` <br>The domains provided are invalid. If you are providing multiple domains, separate each domain with a comma.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"both\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"watermark\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"p2p_connetion\":\"<boolean>\",\"p2p_ports\":\"<boolean>\",\"ports_range\":\"\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"dscp_audio\":\"<integer>\",\"dscp_video\":\"<integer>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"AU\",\"meeting_reactions\":\"<boolean>\",\"show_a_join_from_your_browser_link\":\"<boolean>\",\"allow_participants_to_rename\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_avaliable_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"low_host_count_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"list_meetings_with_calendar\":\"<boolean>\",\"zr_post_meeting_feedback\":\"<boolean>\",\"ultrasonic\":\"<boolean>\",\"force_private_meeting\":\"<boolean>\",\"hide_host_information\":\"<boolean>\",\"cmr_for_instant_meeting\":\"<boolean>\",\"auto_start_stop_scheduled_meetings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"security","value":"{\"admin_change_name_pic\":\"<boolean>\",\"import_photos_from_devices\":\"<boolean>\",\"hide_billing_info\":\"<boolean>\",\"password_requirement\":{\"minimum_password_length\":\"<integer>\",\"have_special_character\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"sign_in_with_two_factor_auth\":\"<string>\",\"sign_again_period_for_inactivity_on_client\":\"<integer>\",\"sign_again_period_for_inactivity_on_web\":\"<integer>\",\"sign_in_with_two_factor_auth_groups\":[\"<string>\",\"<string>\"],\"sign_in_with_two_factor_auth_roles\":[\"<string>\",\"<string>\"]}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"auto_delete_cmr_days\":\"<integer>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"},\"allow_recovery_deleted_cloud_recordings\":\"<boolean>\",\"recording_disclaimer\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"required_password_for_existing_cloud_recordings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"integration","value":"{\"google_calendar\":\"<boolean>\",\"google_drive\":\"<boolean>\",\"dropbox\":\"<boolean>\",\"box\":\"<boolean>\",\"microsoft_one_drive\":\"<boolean>\",\"kubi\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"feature","value":"{\"meeting_capacity\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\",\"display_toll_free_numbers\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f3441ef2-bcad-4516-8460-73bca57d1dee","name":"**HTTP Status Code:** `204` <br>Account settings updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"both\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"watermark\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"p2p_connetion\":\"<boolean>\",\"p2p_ports\":\"<boolean>\",\"ports_range\":\"\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"dscp_audio\":\"<integer>\",\"dscp_video\":\"<integer>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"AU\",\"meeting_reactions\":\"<boolean>\",\"show_a_join_from_your_browser_link\":\"<boolean>\",\"allow_participants_to_rename\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_avaliable_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"low_host_count_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"zoom_rooms","value":"{\"upcoming_meeting_alert\":\"<boolean>\",\"start_airplay_manually\":\"<boolean>\",\"weekly_system_restart\":\"<boolean>\",\"list_meetings_with_calendar\":\"<boolean>\",\"zr_post_meeting_feedback\":\"<boolean>\",\"ultrasonic\":\"<boolean>\",\"force_private_meeting\":\"<boolean>\",\"hide_host_information\":\"<boolean>\",\"cmr_for_instant_meeting\":\"<boolean>\",\"auto_start_stop_scheduled_meetings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"security","value":"{\"admin_change_name_pic\":\"<boolean>\",\"import_photos_from_devices\":\"<boolean>\",\"hide_billing_info\":\"<boolean>\",\"password_requirement\":{\"minimum_password_length\":\"<integer>\",\"have_special_character\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"sign_in_with_two_factor_auth\":\"<string>\",\"sign_again_period_for_inactivity_on_client\":\"<integer>\",\"sign_again_period_for_inactivity_on_web\":\"<integer>\",\"sign_in_with_two_factor_auth_groups\":[\"<string>\",\"<string>\"],\"sign_in_with_two_factor_auth_roles\":[\"<string>\",\"<string>\"]}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"auto_delete_cmr_days\":\"<integer>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"},\"allow_recovery_deleted_cloud_recordings\":\"<boolean>\",\"recording_disclaimer\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"required_password_for_existing_cloud_recordings\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"integration","value":"{\"google_calendar\":\"<boolean>\",\"google_drive\":\"<boolean>\",\"dropbox\":\"<boolean>\",\"box\":\"<boolean>\",\"microsoft_one_drive\":\"<boolean>\",\"kubi\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"feature","value":"{\"meeting_capacity\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\",\"display_toll_free_numbers\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e8790ba-ec80-48fa-9994-3cfe64c35a64"}],"id":"4a7555b2-172c-454d-b6e1-30d9de724691","_postman_id":"4a7555b2-172c-454d-b6e1-30d9de724691","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"billing","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/billing","id":"05ca5fe0-f667-4757-8ac2-16ee9a80ad1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/billing","description":"<p>Get <a href=\"https://support.zoom.us/hc/en-us/articles/201363263-About-Billing\">billing information</a> of a Sub Account under a Master Account.<br />Only Master Accounts can use this API. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.<br /></p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope</strong>:<code>billing:master</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","billing"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"719783f4-c562-42f4-9387-c26354d1cc8d","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"1d5ebe5c-1c19-4ec2-8acd-95a78a7a0a11","name":"**HTTP Status Code:** `200`<br>\nAccount billing contact information returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/billing","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","billing"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"first_name\": \"string\",\n \"last_name\": \"string\",\n \"email\": \"string\",\n \"phone_number\": \"string\",\n \"address\": \"string\",\n \"apt\": \"string\",\n \"city\": \"string\",\n \"state\": \"string\",\n \"zip\": \"string\",\n \"country\": \"string\"\n}"},{"id":"8c2e2fae-4986-488c-8b47-1d0b23a44b1b","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: {subAccountId}.\n\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/billing","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","billing"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b3ad7827-c1d6-424f-a68f-b59387afd68f","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`<br> \nThis sub account is on self pay mode.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/billing","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","billing"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05ca5fe0-f667-4757-8ac2-16ee9a80ad1a"},{"name":"https://api.zoom.us/v2/accounts/:accountId/billing","id":"11de2dd5-fc2d-4e51-a372-203e65a396cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"<string>","type":"text","description":"<p>Billing Contact's first name.</p>\n"},{"key":"last_name","value":"<string>","type":"text","description":"<p>Billing Contact's last name.</p>\n"},{"key":"email","value":"<string>","type":"text","description":"<p>Billing Contact's email address.</p>\n"},{"key":"phone_number","value":"<string>","type":"text","description":"<p>Billing Contact's phone number.</p>\n"},{"key":"address","value":"<string>","type":"text","description":"<p>Billing Contact's address.</p>\n"},{"key":"apt","value":"<string>","type":"text","description":"<p>Billing Contact's apartment/suite.</p>\n"},{"key":"city","value":"<string>","type":"text","description":"<p>Billing Contact's city.</p>\n"},{"key":"state","value":"<string>","type":"text","description":"<p>Billing Contact's state.</p>\n"},{"key":"zip","value":"<string>","type":"text","description":"<p>Billing Contact's zip/postal code.</p>\n"},{"key":"country","value":"<string>","type":"text","description":"<p>Billing Contact's country.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/billing","description":"<p>Update <a href=\"https://support.zoom.us/hc/en-us/articles/201363263-About-Billing\">billing information</a> for a Sub Account under a Master account. </p><aside>This API can only be used to update Billing information of Pro or higher Sub Accounts whose billing charges are paid by their Master account. Only Master Accounts can use this API. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.</aside><br /><br /><p></p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope</strong>:<code>billing:master</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","billing"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"88b71376-d663-4cf4-af80-09131a001199","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"53f1eed4-904a-41b4-8de1-b335f0d9929b","name":"**Error Code:** `200`<br>\nPlease subscribe a plan for this sub account first.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Billing Contact's first name.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's last name.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's email address.","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's phone number.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's address.","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's apartment/suite.","type":"text/plain"},"key":"apt","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's city.","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's state.","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's zip/postal code.","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's country.","type":"text/plain"},"key":"country","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/billing","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","billing"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"60aec978-df50-46d0-95df-a8741e66d591","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: {subAccountId}.\n\n\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Billing Contact's first name.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's last name.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's email address.","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's phone number.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's address.","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's apartment/suite.","type":"text/plain"},"key":"apt","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's city.","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's state.","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's zip/postal code.","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's country.","type":"text/plain"},"key":"country","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/billing","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","billing"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c160b2c-add7-4316-996b-96e2f1e2605b","name":"**HTTP Status Code:** `204`<br>\nAccount billing contact information updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Billing Contact's first name.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's last name.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's email address.","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's phone number.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's address.","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's apartment/suite.","type":"text/plain"},"key":"apt","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's city.","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's state.","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's zip/postal code.","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's country.","type":"text/plain"},"key":"country","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/billing","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","billing"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c70b7a4-bbb5-421c-be45-cb5dd84fda1f","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`<br>\nThis sub account is on self pay mode.<br>\nInvalid country parameter: {country}.<br>\nInvalid state parameter: {state}.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Billing Contact's first name.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's last name.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's email address.","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's phone number.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's address.","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's apartment/suite.","type":"text/plain"},"key":"apt","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's city.","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's state.","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's zip/postal code.","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"Billing Contact's country.","type":"text/plain"},"key":"country","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/billing","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","billing"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11de2dd5-fc2d-4e51-a372-203e65a396cb"}],"id":"7929fed1-d143-4b56-a2bc-d8de6c972cde","_postman_id":"7929fed1-d143-4b56-a2bc-d8de6c972cde","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"plans","item":[{"name":"base","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/plans/base","id":"ae23c757-6e20-483d-bbd4-0faffcecf149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"<string>","type":"text","description":"<p>Account base <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a></p>\n"},{"key":"hosts","value":"<integer>","type":"text","description":"<p>Account base plan number of hosts. For a Pro Plan please select a value between 1 and 9. For a Business Plan please select a value between 10 and 49. For a Education Plan please select a value between 20 and 149. For a Free Trial Plan please select a value between 1 and 9999.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/plans/base","description":"<p>Update a base plan of a Sub Account. </p><aside> <aside> Only a Master Account can use this API to update the base plan of a Sub Account whose billing charges are paid by the Master Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.</aside><br /><br /></aside>\n<strong>Scopes:</strong> <code>billing:master</code><br /><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /><p></p>\n<ul>\n<li>The Sub Account must have a Pro or a higher plan.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","plans","base"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"f3caa428-730b-43c0-ac21-b09911144afe","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"461ca990-b0ce-4b4e-9dc0-625d4c70df05","name":"**Error Code:** `300`<br>\nInsufficient number of hosts for business plan type.<br>\nInsufficient number of hosts for education plan type.<br>\nPlan types do not match, oldPlanType: {oldPlanType} newPlanType: {newPlanType}.<br>\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account base <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Account base plan number of hosts. For a Pro Plan please select a value between 1 and 9. For a Business Plan please select a value between 10 and 49. For a Education Plan please select a value between 20 and 149. For a Free Trial Plan please select a value between 1 and 9999.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base"],"variable":[{"key":"accountId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5511be57-91c6-4eae-a26f-a50ceddd655b","name":"**Error Code:** `200`\nFree trial and VIP account can't update sub plan.<br>\nYou do not have a subscription yet.<br>\n\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account base <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Account base plan number of hosts. For a Pro Plan please select a value between 1 and 9. For a Business Plan please select a value between 10 and 49. For a Education Plan please select a value between 20 and 149. For a Free Trial Plan please select a value between 1 and 9999.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"79e4b9d6-7ad4-4c50-995d-206337493496","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `1001`<br>\nUser does not exist.\n**Error Code:** `2001`<br>\nAccount does not exist: {subAccountId}.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account base <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Account base plan number of hosts. For a Pro Plan please select a value between 1 and 9. For a Business Plan please select a value between 10 and 49. For a Education Plan please select a value between 20 and 149. For a Free Trial Plan please select a value between 1 and 9999.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4eb7a70-6826-4fe6-916b-254a43fe45b6","name":"**HTTPS Status Code:** `204`<br>\nBase plan updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account base <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Account base plan number of hosts. For a Pro Plan please select a value between 1 and 9. For a Business Plan please select a value between 10 and 49. For a Education Plan please select a value between 20 and 149. For a Free Trial Plan please select a value between 1 and 9999.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fef66416-3bf0-4194-9fe9-ce42a4eda386","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`<br> \nThis sub account is on self pay mode.<br>\nCannot makes updates when account is subscribed to a bundle plan.<br>\nThis account is not under a free trial plan.<br>\nThe account currently has {0} paid","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account base <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Account base plan number of hosts. For a Pro Plan please select a value between 1 and 9. For a Business Plan please select a value between 10 and 49. For a Education Plan please select a value between 20 and 149. For a Free Trial Plan please select a value between 1 and 9999.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae23c757-6e20-483d-bbd4-0faffcecf149"},{"name":"https://api.zoom.us/v2/accounts/:accountId/plans/base/status","id":"9c0f6457-8224-41d3-89ad-a9d809461362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>The action that needs to be taken for this sub account. Value must be set to \"cancel\".</p>\n"},{"key":"reason","value":"<integer>","type":"text","description":"<p>The reason for the cancellation of plan. Reason options:<br /><code>1</code> - Only needed the service occasionally.<br /><code>2</code> - Features in the free plan are sufficient.<br /><code>3</code> - The plan is too expensive.<br /><code>4</code> - Important features are missing.<br /><code>5</code> - I need help to better use Zoom.<br /> <code>6</code> - I bought the wrong product.<br /><code>7</code> - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)</p>\n"},{"key":"comment","value":"<string>","type":"text","description":"<p>Additional comments about the cancellation decision.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/plans/base/status","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/203634215-How-Do-I-Cancel-My-Subscription-\">Cancel a base plan</a> for a sub account.</p>\n<aside> <aside> Only a Master Account can use this API to cancel the base plan of a Sub Account whose billing charges are paid by the Master Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the [**ISV team**](https://zoom.us/plan/api) for more details.</aside><br /><br /></aside><br /><br />\n\n<p><strong>Scopes</strong>: <code>billing:master</code><br /> \n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>The Sub Account must have a Pro or a higher plan.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","plans","base","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ebdca678-2305-438b-9a55-de30c566efb3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"02c3e511-1c1f-4bdc-b093-998b83b91f2b","name":"**Error Code:** `200`<br>\nCannot cancel plan for a Sub Account which is under free plan.<br>\nYou don’t have a major subscription yet.<br>\nYou should first cancel all additional subscriptions.<br>\nFree trial and VIP accounts can not cancel plans of a sub a","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\".","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base","status"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"251e2f98-2f6d-490e-8b0c-b432e40d6d3f","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `1001`<br>User does not exist. <br>\n**Error Code:** `2001`<br>This account does not exist or does not belong to this master account.\n\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\".","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base","status"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8fe1c047-3f72-464b-8dd7-c46a89bf56da","name":"**HTTP Status Code:** `204`<br>\nPlan cancelled successfully. ","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\".","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base","status"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"abeb3ee7-fd94-4342-b7d1-594d91f5f3ae","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`<br>\nThis sub account is paid by self.<br>\nYou cannot make cancellation requests for a bundle plan. Contact the Zoom Support team for details.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\".","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/base/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","base","status"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c0f6457-8224-41d3-89ad-a9d809461362"}],"id":"a3acffaa-540e-4f45-9566-6bbe3b46b12d","_postman_id":"a3acffaa-540e-4f45-9566-6bbe3b46b12d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"addons","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","id":"284446b9-1869-49cb-b61f-16b6d36f679b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"hosts","value":"<integer>","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","description":"<p>Add an additional plan for a Sub Account. <br /> </p><aside> Only a Master Account can use this API to subscribe addon plans for a Sub Account whose billing charges are paid by the Master Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.</aside><br /><br />\n<br /><strong>Prerequisites:</strong><br /><p></p>\n<ul>\n<li>Pro or a higher plan with Master Account enabled.</li>\n<li>The Sub Account must be a paid account. The billing charges for the Sub Account must be paid by the Master Account.<br />\n<strong>Scopes</strong>: <code>billing:master</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","plans","addons"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"f84467e3-7777-4135-9834-bacdaac63791","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"6dfd99b8-e2c1-4c0a-a80e-8d343f536072","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`<br> \nThis sub account is on self pay mode.<br>\nCannot update Additional plan for a sub account under free plan.<br>\nAdditional Zoom Rooms plan cannot be added to a sub account that already has a Zoom ","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed81526c-78ba-4383-88c3-5d5bf67f73ab","name":"Account plans updated.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"efa53686-0ce3-440e-9e9f-deb561b5e3ba","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `1001`<br> \nUser does not exist.<br>\n**Error Code:** `2001`<br> \nAccount does not exist: {subAccountId}.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"284446b9-1869-49cb-b61f-16b6d36f679b"},{"name":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","id":"faa10c91-db3d-43c8-a615-5c4fc998b9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"<string>","type":"text","description":"<p>Account <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a></p>\n"},{"key":"hosts","value":"<integer>","type":"text","description":"<p>Number of hosts for this plan.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","description":"<p>Update an additional plan for a sub account.<br /><br /> </p><aside> Only a Master Account can use this API to update the addon plans for a Sub Account whose billing charges are paid by the Master Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.</aside><br /><br />\n<br /><strong>Prerequisites:</strong><br /><p></p>\n<ul>\n<li>Pro or a higher plan with Master Account enabled.</li>\n<li>The Sub Account must be a paid account. The billing charges for the Sub Account must be paid by the Master Account.<br />\n<strong>Scopes</strong>: <code>billing:master</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","plans","addons"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"dbcb4d71-9f70-40ac-a261-5a2b409c328e","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"58bca13f-195d-4f2f-a700-b5d8e0ec0f22","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`\n<br>This sub account is on self pay mode.\n<br>Invalid Additional Plan Type: {newPlanCode}.\n<br>Cannot update Additional plan for a sub account under free plan.\n<br>Invalid plan type.\n<br>Account can’t","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Number of hosts for this plan.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac9d168a-c7f6-4958-9b61-01d047147627","name":"**Error Code:** `300`<br>\nPlan types do not match, oldPlanType: {oldPlanType} newPlanType: {newPlanType}.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Number of hosts for this plan.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b44df019-80fd-45ba-a55f-de2ead2a51fe","name":"**HTTP Status Code:** `204`<br>\nAdditional plan updated for the account.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Number of hosts for this plan.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eac3c1bb-ba8d-47c4-a635-014c446520da","name":"**Error Code:** `200`<br>\nFree trial and VIP accounts can't update sub plans.<br>\nYou don’t have subscription for ({oldPlanCode}) yet.\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Number of hosts for this plan.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fea681ce-ad04-44b9-923a-87e66be0fde3","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: {subAccountId}.<br>\n**Error Code:** `3200`<br>\nCannot find Zuora subscription for account:{subAccountId}.\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Account <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plan type.</a>","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Number of hosts for this plan.","type":"text/plain"},"key":"hosts","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"faa10c91-db3d-43c8-a615-5c4fc998b9b0"},{"name":"https://api.zoom.us/v2/accounts/:accountId/plans/addons/status","id":"714e13c1-db13-4a83-9898-56412db753e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>The action that needs to be taken for this sub account. Value must be set to \"cancel\". (This can only be one of cancel)</p>\n"},{"key":"type","value":"<string>","type":"text","description":"<p>Plan <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">type</a>.</p>\n"},{"key":"reason","value":"<integer>","type":"text","description":"<p>The reason for the cancellation of plan. Reason options:<br /><code>1</code> - Only needed the service occasionally.<br /><code>2</code> - Features in the free plan are sufficient.<br /><code>3</code> - The plan is too expensive.<br /><code>4</code> - Important features are missing.<br /><code>5</code> - I need help to better use Zoom.<br /> <code>6</code> - I bought the wrong product.<br /><code>7</code> - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)</p>\n"},{"key":"comment","value":"<string>","type":"text","description":"<p>Additional comments about the cancellation decision.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/plans/addons/status","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/203634215-How-Do-I-Cancel-My-Subscription-\">Cancel additional plan</a> of a Sub Account. The cancellation does not provide refund for the current subscription. The service remains active for the current session.</p>\n<aside> Only a Master Account can use this API to cancel the addon plans for a Sub Account whose billing charges are paid by the Master Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\">ISV team</a> for more details.</aside><br />\n\n<p><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br /></p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with Master Account option enabled.</li>\n<li>The Sub Account must be a paid account.<br />\n<strong>Scope:</strong> <code>billing:master</code><br /></li>\n</ul>\n","urlObject":{"path":["accounts",":accountId","plans","addons","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ed3958c1-96ed-4038-a0a4-3abc88243561","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"45e6ac97-5385-41b5-9a7f-2f79e067e9c0","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `1001`<br>\nUser does not exist.<br>\n**Error Code:** `2001`<br> \nAccount does not exist: {subAccountId}.\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\". (This can only be one of cancel)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Plan [type](https://marketplace.zoom.us/docs/api-reference/other-references/plans).","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons","status"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"732566d6-2464-4151-afec-c5480e864c20","name":"**Error Code:** `200`<br>\nYou cannot cancel plan for a sub account that is under a free plan.<br>\nYou cannot perform this action because you do not have a Zoom Phone subscription for this account.<br>\nFree trial and VIP accounts can not cancel plans of a ","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\". (This can only be one of cancel)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Plan [type](https://marketplace.zoom.us/docs/api-reference/other-references/plans).","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons","status"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"778951d4-929a-4b0b-8c63-e2b918dc027d","name":"**HTTP Status Code:** `400`<br> \n**Error Code:** `2100`<br>\nThis sub account is on self pay mode.<br>\nYou cannot make cancellation requests for a bundle plan. Contact the Zoom Support team for details.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\". (This can only be one of cancel)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Plan [type](https://marketplace.zoom.us/docs/api-reference/other-references/plans).","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons","status"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a40f4b91-9e5b-4b9d-b769-8d17c04a6159","name":"**Error Code:** `300`<br>\nPlan type is required.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\". (This can only be one of cancel)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Plan [type](https://marketplace.zoom.us/docs/api-reference/other-references/plans).","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons","status"],"variable":[{"key":"accountId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ddd16ae3-c498-45dc-acf7-f8fa5bbda306","name":"**HTTP Status Code:** `204`<br>\nPlan cancelled successfully. ","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action that needs to be taken for this sub account. Value must be set to \"cancel\". (This can only be one of cancel)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Plan [type](https://marketplace.zoom.us/docs/api-reference/other-references/plans).","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"The reason for the cancellation of plan. Reason options:<br>`1` - Only needed the service occasionally.<br>`2` - Features in the free plan are sufficient.<br>`3` - The plan is too expensive.<br>`4` - Important features are missing.<br>`5` - I need help to better use Zoom.<br> `6` - I bought the wrong product.<br>`7` - I am not satisfied with the product quality. (This can only be one of 1,2,3,4,5,6,7)","type":"text/plain"},"key":"reason","value":"<integer>","type":"text"},{"description":{"content":"Additional comments about the cancellation decision.","type":"text/plain"},"key":"comment","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/addons/status","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","addons","status"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"714e13c1-db13-4a83-9898-56412db753e4"}],"id":"187c850e-eda4-4195-bf7d-faa6b37aaf84","_postman_id":"187c850e-eda4-4195-bf7d-faa6b37aaf84","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/accounts/:accountId/plans","id":"1a2ad7f5-8dc6-4662-a2ef-4f2f844b8a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/plans","description":"<p>Get plan information for a Sub Account under the Master account.  </p><aside> This API can only be used by a Master Account that pays for the billing charges of the associated Pro or a higher Sub Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.</aside><br /><br />\n<strong>Scopes:</strong> <code>billing:master</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /><p></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","plans"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"d85df7ae-eab6-47ee-9e8a-6b015d299d23","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"1f46832b-3724-4847-ad89-5eb7a38ace94","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`<br> \nThis sub account is on self pay mode.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"241b5b3e-1c5b-42e3-ba5b-be2302291cd9","name":"**HTTP Status Code:**`404`<br>\nAccount does not exist: {subAccountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7804fe82-b9c7-4e23-8b75-ca73b08741e5","name":"**HTTP Status Code:**`200`<br>\nAccount's plans returned.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"plan_base\": {\n  \"type\": \"string\",\n  \"hosts\": \"integer\"\n },\n \"plan_zoom_rooms\": {\n  \"type\": \"string\",\n  \"hosts\": \"integer\"\n },\n \"plan_room_connector\": {\n  \"type\": \"string\",\n  \"hosts\": \"integer\"\n },\n \"plan_large_meeting\": [\n  {\n   \"type\": \"string\",\n   \"hosts\": \"integer\"\n  }\n ],\n \"plan_webinar\": [\n  {\n   \"type\": \"string\",\n   \"hosts\": \"integer\"\n  }\n ],\n \"plan_recording\": \"string\",\n \"plan_audio\": {\n  \"type\": \"string\",\n  \"tollfree_countries\": \"string\",\n  \"premium_countries\": \"string\",\n  \"callout_countries\": \"string\",\n  \"ddi_numbers\": \"integer\"\n },\n \"plan_phone\": {\n  \"plan_base\": {\n   \"type\": \"string\",\n   \"callout_countries\": \"string\"\n  },\n  \"plan_calling\": [\n   {\n    \"type\": \"string\",\n    \"hosts\": \"integer\"\n   }\n  ],\n  \"plan_number\": [\n   {\n    \"type\": \"string\",\n    \"hosts\": \"integer\"\n   }\n  ]\n }\n}"}],"_postman_id":"1a2ad7f5-8dc6-4662-a2ef-4f2f844b8a86"},{"name":"https://api.zoom.us/v2/accounts/:accountId/plans","id":"3443e6b0-29bc-48ae-ac3a-5cc198b8e1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"contact","value":"{\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"email\":\"<string>\",\"phone_number\":\"<string>\",\"address\":\"<string>\",\"city\":\"<string>\",\"state\":\"<string>\",\"zip\":\"<string>\",\"country\":\"<string>\",\"apt\":\"<string>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_base","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_zoom_rooms","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_room_connector","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_large_meeting","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_webinar","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_recording","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_audio","value":"{\"type\":\"<string>\",\"tollfree_countries\":\"<string>\",\"premium_countries\":\"<string>\",\"callout_countries\":\"<string>\",\"ddi_numbers\":\"<integer>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"plan_phone","value":"{\"plan_base\":{\"type\":\"<string>\",\"callout_countries\":\"<string>\"},\"plan_calling\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}],\"plan_number\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]}","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/plans","description":"<p>Subscribe plans for a Sub Account under a Master Account. </p><aside> The plans can only be subscribed for an existing free Sub Account and the subscriptions charge for these plans should be paid by a Master Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.</aside><br /><br />\n<strong>Scopes</strong>: <code>billing:master</code><br />\n <p></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","plans"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c7eca220-e04c-4058-8abd-a965f108b25e","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"54e6cf2b-4362-4126-9d23-955f413765cf","name":"**HTTP Status Code:** `404`<br> **Error Code:** `1001`<br> User does not exist.<br> \n**Error Code:** `2001`<br> Account does not exist: {subAccountId}.<br>\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"contact","value":"{\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"email\":\"<string>\",\"phone_number\":\"<string>\",\"address\":\"<string>\",\"city\":\"<string>\",\"state\":\"<string>\",\"zip\":\"<string>\",\"country\":\"<string>\",\"apt\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_base","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_zoom_rooms","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_room_connector","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_large_meeting","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_webinar","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_recording","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_audio","value":"{\"type\":\"<string>\",\"tollfree_countries\":\"<string>\",\"premium_countries\":\"<string>\",\"callout_countries\":\"<string>\",\"ddi_numbers\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_phone","value":"{\"plan_base\":{\"type\":\"<string>\",\"callout_countries\":\"<string>\"},\"plan_calling\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}],\"plan_number\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7f017d81-5ecf-4da2-9312-7a6ce67d5d77","name":"**HTTP Status Code:** `400`<br> **Error Code:** `2100`<br> Invalid parameter: first_name<br>\nInvalid parameter: last_name<br>Invalid parameter: email<br>Invalid parameter: country<br>Invalid parameter: address\nInvalid parameter: city<br>Invalid parameter:","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"contact","value":"{\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"email\":\"<string>\",\"phone_number\":\"<string>\",\"address\":\"<string>\",\"city\":\"<string>\",\"state\":\"<string>\",\"zip\":\"<string>\",\"country\":\"<string>\",\"apt\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_base","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_zoom_rooms","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_room_connector","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_large_meeting","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_webinar","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_recording","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_audio","value":"{\"type\":\"<string>\",\"tollfree_countries\":\"<string>\",\"premium_countries\":\"<string>\",\"callout_countries\":\"<string>\",\"ddi_numbers\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_phone","value":"{\"plan_base\":{\"type\":\"<string>\",\"callout_countries\":\"<string>\"},\"plan_calling\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}],\"plan_number\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8e78ae29-1054-472a-8b9b-b0b3d40ef928","name":"**Error Code:** `200`<br>\nOne zuora account only can have one active billing subscription.<br>\nCan’t subscribe 25-participants pro plan for this sub-account.<br>\nCan’t subscribe 50-participants pro plan for this sub-account.<br>\nIn order to take advantage","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"contact","value":"{\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"email\":\"<string>\",\"phone_number\":\"<string>\",\"address\":\"<string>\",\"city\":\"<string>\",\"state\":\"<string>\",\"zip\":\"<string>\",\"country\":\"<string>\",\"apt\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_base","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_zoom_rooms","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_room_connector","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_large_meeting","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_webinar","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_recording","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_audio","value":"{\"type\":\"<string>\",\"tollfree_countries\":\"<string>\",\"premium_countries\":\"<string>\",\"callout_countries\":\"<string>\",\"ddi_numbers\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_phone","value":"{\"plan_base\":{\"type\":\"<string>\",\"callout_countries\":\"<string>\"},\"plan_calling\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}],\"plan_number\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"a42c995d-5dce-45d4-82d8-8e0746568ba9","name":"**HTTP Status Code:**`201`<br>\nAccount plans updated.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"contact","value":"{\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"email\":\"<string>\",\"phone_number\":\"<string>\",\"address\":\"<string>\",\"city\":\"<string>\",\"state\":\"<string>\",\"zip\":\"<string>\",\"country\":\"<string>\",\"apt\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_base","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_zoom_rooms","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_room_connector","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_large_meeting","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_webinar","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_recording","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_audio","value":"{\"type\":\"<string>\",\"tollfree_countries\":\"<string>\",\"premium_countries\":\"<string>\",\"callout_countries\":\"<string>\",\"ddi_numbers\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_phone","value":"{\"plan_base\":{\"type\":\"<string>\",\"callout_countries\":\"<string>\"},\"plan_calling\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}],\"plan_number\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"plan_base\": {\n  \"type\": \"string\",\n  \"hosts\": \"integer\"\n },\n \"plan_zoom_rooms\": {\n  \"type\": \"string\",\n  \"hosts\": \"integer\"\n },\n \"plan_room_connector\": {\n  \"type\": \"string\",\n  \"hosts\": \"integer\"\n },\n \"plan_large_meeting\": [\n  {\n   \"type\": \"string\",\n   \"hosts\": \"integer\"\n  }\n ],\n \"plan_webinar\": [\n  {\n   \"type\": \"string\",\n   \"hosts\": \"integer\"\n  }\n ],\n \"plan_recording\": \"string\",\n \"plan_audio\": {\n  \"type\": \"string\",\n  \"tollfree_countries\": \"string\",\n  \"premium_countries\": \"string\",\n  \"callout_countries\": \"string\",\n  \"ddi_numbers\": \"integer\"\n }\n}"},{"id":"dba1abe4-ca08-41d1-b37b-69504ed88e0c","name":"**Error Code**: `300`<br>Account can’t buy this plan.<br>\nBuy hosts must equal or larger than {minBuyHost}.<br>\nBuy hosts must equal or smaller than {maxBuyHost}.<br>\nBuy hosts must equal or smaller than 9999.<br>\nActive hosts must be equal or larger than","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"contact","value":"{\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"email\":\"<string>\",\"phone_number\":\"<string>\",\"address\":\"<string>\",\"city\":\"<string>\",\"state\":\"<string>\",\"zip\":\"<string>\",\"country\":\"<string>\",\"apt\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_base","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_zoom_rooms","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_room_connector","value":"{\"type\":\"<string>\",\"hosts\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_large_meeting","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_webinar","value":"[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_recording","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_audio","value":"{\"type\":\"<string>\",\"tollfree_countries\":\"<string>\",\"premium_countries\":\"<string>\",\"callout_countries\":\"<string>\",\"ddi_numbers\":\"<integer>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"plan_phone","value":"{\"plan_base\":{\"type\":\"<string>\",\"callout_countries\":\"<string>\"},\"plan_calling\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}],\"plan_number\":[{\"type\":\"<string>\",\"hosts\":\"<integer>\"},{\"type\":\"<string>\",\"hosts\":\"<integer>\"}]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans"],"variable":[{"key":"accountId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3443e6b0-29bc-48ae-ac3a-5cc198b8e1ba"},{"name":"https://api.zoom.us/v2/accounts/:accountId/plans/usage","id":"c1a98eb6-2c1e-41ed-a86a-213ba868e75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/plans/usage","description":"<p>Get information on usage of <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/plans\">plans</a> of a Sub Account or a Master Account. To get plan usage for Master Account, provide the keyword \"me\" as the value of the <code>accountId</code> path parameter. To get plan usage of Sub Accounts, provide the actual account Id of the Sub Account as the value of the <code>accountId</code> path parameter. </p>\n<p><strong>Prerequisite</strong>:<br />\nAccount type: Master Account on a paid Pro, Business or Enterprise plan.<br />\n<strong>Scope:</strong> <code>billing:master</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["accounts",":accountId","plans","usage"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"971b255f-8b28-4364-8864-0bd324769f62","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"24d96c7c-0a4a-4fdb-9c8f-e379aeb1d47b","name":"**HTTP Status Code:** `200` <br>\nPlan Usage returned.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/usage","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","usage"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"plan_base\": {\n  \"type\": \"monthly\",\n  \"hosts\": 2,\n  \"usage\": 1\n },\n \"plan_zoom_rooms\": {\n  \"type\": \"zroom_monthly\",\n  \"hosts\": 1,\n  \"usage\": 0\n },\n \"plan_webinar\": [\n  {\n   \"type\": \"webinar100_monthly\",\n   \"hosts\": 1,\n   \"usage\": 1\n  }\n ],\n \"plan_large_meeting\": [\n  {\n   \"type\": \"large500_monthly\",\n   \"hosts\": 1,\n   \"usage\": 1\n  }\n ],\n \"plan_recording\": {\n  \"free_storage\": \"3 GB\",\n  \"free_storage_usage\": \"0\",\n  \"plan_storage\": \"0\",\n  \"plan_storage_usage\": \"0\",\n  \"plan_storage_exceed\": \"0\"\n }\n}"},{"id":"97fb573f-ec77-4fdd-a661-1ccd89d5a375","name":"**HTTP Status Code:** `400` <br>\n**Error Code:** `200` <br>\nOnly available for paid account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/plans/usage","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","plans","usage"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1a98eb6-2c1e-41ed-a86a-213ba868e75c"}],"id":"784a46a9-5a90-4589-bee3-5a74ad1e6bab","_postman_id":"784a46a9-5a90-4589-bee3-5a74ad1e6bab","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"lock settings","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","id":"1e37760c-edc3-4b41-b8cc-db9fdffe92c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115005269866\">Account Locked Settings</a> allow you turn settings on or off for all users in your account. No user except the account admin or account owner can change these settings. With lock settings, you force the settings on for all users.\nUse this API to retrieve an account's locked settings. </p>\n<p><strong>Note:</strong> This API can be used by Zoom Accounts that are on a Pro or a higher plan as well accounts that have Master and Sub Accounts options enabled. <br /><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher paid account. <br /> <strong>Scope</strong>: <code>account:read:admin</code>.\n<br /> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></li>\n</ul>\n<p><strong>Scope:</strong> account:read:admin</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","lock_settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"376c0c95-0c88-48b5-976d-9fe9fbf108e5","description":{"content":"<p>(Required) Unique Identifier of the account. To retrieve locked settings of the Master account or a regular account, provide \"me\" as the value of this field. <br /> To retrieve locked settings of a Sub Account, provide the Account ID of the Sub Account in this field.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"89143087-58a0-446a-830f-df08f8640daf","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: $subAccountId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","lock_settings"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ccea411d-d578-4db3-8deb-57206660381c","name":"**Error Code:** `200`<br>\nOnly available for paid account:$accountId.\n\n**HTTP Status Code:** `200`<br>\nLocked settings for the Account returned.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","lock_settings"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"schedule_meeting\": {\n  \"host_video\": true,\n  \"participant_video\": true,\n  \"audio_type\": true,\n  \"join_before_host\": false,\n  \"enforce_login\": true,\n  \"enforce_login_with_domains\": true,\n  \"enforce_login_domains\": \"ut ad est\",\n  \"not_store_meeting_topic\": false,\n  \"require_password_for_scheduling_new_meetings\": false,\n  \"require_password_for_instant_meetings\": true,\n  \"require_password_for_pmi_meetings\": true,\n  \"meeting_authentication\": false,\n  \"embed_password_in_join_link\": false\n },\n \"in_meeting\": {\n  \"e2e_encryption\": false,\n  \"chat\": true,\n  \"private_chat\": false,\n  \"auto_saving_chat\": true,\n  \"entry_exit_chime\": \"quis\",\n  \"feedback\": true,\n  \"post_meeting_feedback\": true,\n  \"co_host\": true,\n  \"polling\": false,\n  \"attendee_on_hold\": false,\n  \"show_meeting_control_toolbar\": true,\n  \"allow_show_zoom_windows\": true,\n  \"annotation\": true,\n  \"whiteboard\": true,\n  \"remote_control\": false,\n  \"webinar_question_answer\": true,\n  \"anonymous_question_answer\": false,\n  \"breakout_room\": false,\n  \"closed_caption\": true,\n  \"far_end_camera_control\": false,\n  \"group_hd\": true,\n  \"virtual_background\": false,\n  \"alert_guest_join\": true,\n  \"auto_answer\": true,\n  \"sending_default_email_invites\": true,\n  \"use_html_format_email\": false,\n  \"dscp_marking\": true,\n  \"stereo_audio\": false,\n  \"original_audio\": true,\n  \"screen_sharing\": true,\n  \"custom_data_center_regions\": false\n },\n \"email_notification\": {\n  \"cloud_recording_available_reminder\": true,\n  \"jbh_reminder\": true,\n  \"cancel_meeting_reminder\": true,\n  \"alternative_host_reminder\": false,\n  \"schedule_for_host_reminder\": true\n },\n \"recording\": {\n  \"local_recording\": false,\n  \"cloud_recording\": true,\n  \"auto_recording\": \"magna labore Excepteur\",\n  \"cloud_recording_download\": false,\n  \"account_user_access_recording\": false,\n  \"host_delete_cloud_recording\": false,\n  \"auto_delete_cmr\": true,\n  \"recording_authentication\": \"dolo\"\n },\n \"telephony\": {\n  \"third_party_audio\": false\n },\n \"tsp\": {\n  \"call_out\": false,\n  \"show_international_numbers_link\": false\n }\n}"}],"_postman_id":"1e37760c-edc3-4b41-b8cc-db9fdffe92c9"},{"name":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","id":"4b860311-7451-48fd-b377-c3a5948470e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"},{"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115005269866\">Account Locked Settings</a> allow you turn settings on or off for all users in your account. No user except the account admin or account owner can change these settings. With lock settings, you force the settings on for all users. Use this API to update an account's locked settings.</p>\n<p><strong>Note:</strong> This API can be used by Zoom Accounts that are on a Pro or a higher plan as well accounts that have Master and Sub Accounts options enabled.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher paid account. <br />\n<strong>Scope:</strong> <code>account:write:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></li>\n</ul>\n","urlObject":{"path":["accounts",":accountId","lock_settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0e7d77f3-5e8f-4a67-b44c-ad599f3459b2","description":{"content":"<p>(Required) Unique Identifier of the account. To retrieve locked settings of the Master account or a regular account, provide \"me\" as the value of this field. <br /> To retrieve locked settings of a Sub Account, provide the Account ID of the Sub Account in this field.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"3678ca4e-cd29-4b71-9593-e7a7addbeb05","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nTAccount does not exist: $subAccountId.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","lock_settings"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b586e54e-67a9-4f31-8321-7329d703c11a","name":"**Error Code:** `200`<br>\nOnly available for Paid account: $accountId.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","lock_settings"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"d20096c1-6d9c-46cf-a944-b40e81a60d33","name":"**HTTP Status Code:** `204`<br>\nAccount lock settings updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"enforce_login\":\"<boolean>\",\"enforce_login_with_domains\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"not_store_meeting_topic\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"webinar_question_answer\":\"<boolean>\",\"anonymous_question_answer\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"dscp_marking\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/lock_settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","lock_settings"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4b860311-7451-48fd-b377-c3a5948470e7"}],"id":"09f84b65-508e-4481-b244-f3c26fe53159","_postman_id":"09f84b65-508e-4481-b244-f3c26fe53159","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"sip trunk","item":[{"name":"numbers","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","id":"b8f82c1e-1f26-42de-a17a-ec6fc205c175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"phone_numbers","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Phone number(s) to be assigned to the Sub Account.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","description":"<p>With SIP-connected audio, Zoom establishes a SIP trunk (a network connection specifically designed to make and deliver phone calls) over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are On-Net from the perspective of the customers' IP telephony network, will be connected over this trunk rather than over the PSTN. <br /><br />Use this API to assign internal numbers to a Sub Account.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with SIP Connected Audio plan enabled.</li>\n<li>The account must be a Master Account<br />\n<strong>Scopes:</strong> <code>sip_trunk:master</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["accounts",":accountId","sip_trunk","numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"be6d17d4-721c-4f2a-b779-b609a6491f4a","description":{"content":"<p>(Required) Unique Identifier of the Sub Account.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"03336b62-ba1e-4721-9bf6-1af0e079f660","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `2100`<br>\nThis sub account has no sip trunk plan.<br><br>\n**Error Code:** `400`<br>\nThis number does not belong to master account.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Phone number(s) to be assigned to the Sub Account.","type":"text/plain"},"key":"phone_numbers","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","numbers"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1e47bda0-ec9c-49b3-8022-568887eefba9","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `2001`<br>\nThis account does not exist or does not belong to this master account.<br>\nThis account does not exist or does not belong to you.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Phone number(s) to be assigned to the Sub Account.","type":"text/plain"},"key":"phone_numbers","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","numbers"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9a0e42d4-cb99-4725-bde3-a4f0092cbd1a","name":"**HTTP Status Code:** `201` **Created**<br>\nNumbers assigned successfully.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Phone number(s) to be assigned to the Sub Account.","type":"text/plain"},"key":"phone_numbers","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","numbers"],"variable":[{"key":"accountId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"b8f82c1e-1f26-42de-a17a-ec6fc205c175"},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","id":"d5b6fa85-9188-418b-9c18-5d1c3d29b333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","description":"<p>With SIP-connected audio, Zoom establishes a SIP trunk (a network connection specifically designed to make and deliver phone calls) over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are On-Net from the perspective of the customers' IP telephony network, will be connected over this trunk rather than over the PSTN. <br /><br />Use this API to delete all internal numbers assigned to a Sub Account.\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with SIP Connected Audio plan enabled.</li>\n<li>The account must be a Master Account<br />\n<strong>Scopes:</strong> <code>sip_trunk:master</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["accounts",":accountId","sip_trunk","numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"7d284ce7-6f7b-48bc-a433-6e3ef89ee6c8","description":{"content":"<p>(Required) Account ID of the Sub Account from which the numbers are to be deleted. This can be retrieved from <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/account\">List Sub Accounts</a> API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"04b0b348-9741-49a9-91e8-893c9db0af9e","name":"**HTTP Status Code:** `204` **No Content**<br>\nNumbers deleted successfully.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","numbers"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"07999154-5ec5-44b0-8bbe-9bf2f7da490e","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `2001`<br>\nThis account does not exist or does not belong to this master account.<br>\nThis account does not exist or does not belong to you.<br><br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","numbers"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f31ed9a3-df8e-44b8-a35b-46c54d519ea0","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `2100`<br>\nThis sub account has no sip trunk plan.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","numbers"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5b6fa85-9188-418b-9c18-5d1c3d29b333"}],"id":"b0c6f6c0-5aec-4ad3-9968-27e46b8e3c0e","_postman_id":"b0c6f6c0-5aec-4ad3-9968-27e46b8e3c0e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"trunks","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","id":"3054c798-2d78-4892-8cf6-a507deb74204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","description":"<p>With SIP-connected audio, Zoom establishes a SIP trunk (a network connection specifically designed to make and deliver phone calls) over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are On-Net from the perspective of the customers’ IP telephony network, will be connected over this trunk rather than over the PSTN.<br /><br />\nUse this API to list all the SIP trunks assigned to a Master Account or a Sub Account of the Master Account. To retrieve SIP trunks assigned to a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To retrieve SIP trunks of a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter. <br /><br /> <strong>Scope:</strong> <code>sip_trunk:read:admin</code>\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account must either be a Master Account or a Sub Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","trunks"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"93f98fc7-1960-4df9-a89b-5775c6500b86","description":{"content":"<p>(Required) Unique Identifier of the Account. To retrieve SIP trunks assigned to a Sub Account, provide the account ID of the Sub Account in the as the value of this field. To retrieve SIP trunks of a Master Account, provide <code>me</code> as the value of this field.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"1b9d181e-c364-46bd-b864-ba2c62e76eef","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> Request failed because this account is not enrolled in SIP Connected Audio plan.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"20029017-4d73-4483-a876-867ed28adb6a","name":"**HTTP Status Code:** `200` **OK**<br>\nList of SIP Trunks returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 1,\n \"sip_trunks\": [\n  {\n   \"id\": \"268\",\n   \"name\": \"test1\",\n   \"sip_server_address\": \"111.111.1.1\",\n   \"dnis\": \"90001258\",\n   \"number_prefix\": \"0\"\n  },\n  {\n   \"id\": \"281\",\n   \"name\": \"test2\",\n   \"sip_server_address\": \"111.111.1.34\",\n   \"dnis\": \"80001748\",\n   \"number_prefix\": \"0\"\n  }\n ]\n}"},{"id":"9c18a778-80e1-4456-9b36-bbe4a89cc474","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3054c798-2d78-4892-8cf6-a507deb74204"},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","id":"fe4bfb44-7402-4c0e-ba0d-48c8918a835b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"sip_trunks","value":"[{\"id\":\"<string>\",\"dnis\":\"<string>\"}]","type":"text","description":"<p>Array of one or more SIP Trunk objects. </p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","description":"<p>With SIP-connected audio, Zoom establishes a SIP trunk (a network connection specifically designed to make and deliver phone calls) over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are On-Net from the perspective of the customers’ IP telephony network, will be connected over this trunk rather than over the PSTN.<br /><br />Use this API to assign SIP trunk(s) that are available on a Master Account to a Sub Account. <br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","trunks"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"cc523a7e-765e-4c97-87fe-cade37fedc2b","description":{"content":"<p>(Required) Unique Identifier of the Sub Account.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"025f7046-81de-4928-8dda-a53e94032648","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Request failed because this account is not enrolled in SIP Connected Audio plan.<br>\n* The master account has no sip trunk configs.<br>\n* Invalid parameter: sip_trunks.\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Array of one or more SIP Trunk objects. ","type":"text/plain"},"key":"sip_trunks","value":"[{\"id\":\"<string>\",\"dnis\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4dc88fa2-4b0f-4785-a3d6-d156a7dcd9f3","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Array of one or more SIP Trunk objects. ","type":"text/plain"},"key":"sip_trunks","value":"[{\"id\":\"<string>\",\"dnis\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4b564cf-237a-4105-a12d-cc1bf8b2aa5e","name":"**HTTP Status Code:** `204` **No Content**<br>\nSIP Trunk assigned successfully.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Array of one or more SIP Trunk objects. ","type":"text/plain"},"key":"sip_trunks","value":"[{\"id\":\"<string>\",\"dnis\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks"],"variable":[{"key":"accountId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"sip_trunks\": [\n  {\n   \"id\": \"represdf324fe\",\n   \"name\": \"HQ-trunk\",\n   \"sip_server_address\": \"1.11.123.123\",\n   \"dnis\": \"dolore43tr4u\",\n   \"number_prefix\": \"0\"\n  }\n ]\n}"}],"_postman_id":"fe4bfb44-7402-4c0e-ba0d-48c8918a835b"},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks/:trunkId","id":"31468df0-4f7b-42fe-a5d0-56c3b5cb08e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks/:trunkId","description":"<p>Use this API to remove existing SIP Trunk of a Sub Account.<br />\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","trunks",":trunkId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"4fdc42cd-3029-4794-b90b-3d3e8f38126e","description":{"content":"<p>(Required) Unique identifier of the Sub Account.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"},{"id":"120b55dd-4235-4db4-b676-c9f59e45201a","description":{"content":"<p>(Required) Unique identifier of the SIP Trunk that was previously assigned to a Sub Account. To retrieve the value of this field, use the List SIP Trunks API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"trunkId"}]}},"response":[{"id":"11a67bce-d0bc-4e12-9dc7-4e1ae43d0229","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.\n\n\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks/:trunkId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks",":trunkId"],"variable":[{"key":"accountId"},{"key":"trunkId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6f647e53-4083-488c-afef-426ed53a81a5","name":"**HTTP Status Code:** `204` **No Content**<br>\nSIP Trunk deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks/:trunkId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks",":trunkId"],"variable":[{"key":"accountId"},{"key":"trunkId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d380fc50-da53-4887-a035-a0a1d76cdd2a","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Request failed because this account is not enrolled in SIP Connected Audio plan.<br>\n* Your account does not have the permission to make updates on this account. Only a Master Ac","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/trunks/:trunkId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","trunks",":trunkId"],"variable":[{"key":"accountId"},{"key":"trunkId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31468df0-4f7b-42fe-a5d0-56c3b5cb08e8"}],"id":"387845b3-912c-4067-b71e-014f196e90ba","_postman_id":"387845b3-912c-4067-b71e-014f196e90ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"callout countries","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","id":"08b4456a-d34d-49d8-9050-e04759585dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"callout_countries","value":"[{\"id\":\"<string>\"}]","type":"text","description":"<p>List of callout countries.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","description":"<p>Specify the list of <a href=\"https://support.zoom.us/hc/en-us/articles/200942859-How-To-Use-Telephone-Call-Out-\">call-out</a> countries for a Master Account or a Sub Account. To add Call-out enabled countries to a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To add Call-out enabled countries to a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","callout_countries"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"2e6a5530-f572-40eb-acdf-fd6ca12f4a95","description":{"content":"<p>(Required) Unique identifier of the account. To add Call-out enabled countries to a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To add Call-out enabled countries to a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"ce6e4c57-dc7b-4cb6-af3b-4f604333436f","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Your account does not have the permission to make updates on this account. Only a Master Account can perform this action on a Sub Account.\n*  Request failed because this account ","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of callout countries.","type":"text/plain"},"key":"callout_countries","value":"[{\"id\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e09ad99e-c2d0-4f59-be84-25e5c1c127a0","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of callout countries.","type":"text/plain"},"key":"callout_countries","value":"[{\"id\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ffda041d-486b-4430-88f6-7d55952227c9","name":"**HTTP Status Code:** `201` **Created** <br>\nCall-out countries created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of callout countries.","type":"text/plain"},"key":"callout_countries","value":"[{\"id\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries"],"variable":[{"key":"accountId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"callout_countries\": [\n  {\n   \"id\": \"US\",\n   \"name\": \"United States\",\n   \"code\": \"1\"\n  },\n  {\n   \"id\": \"CA\",\n   \"name\": \"Canada\",\n   \"code\": \"1\"\n  }\n ]\n}"}],"_postman_id":"08b4456a-d34d-49d8-9050-e04759585dea"},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","id":"26a30dff-63c3-4c0c-8181-d536e61612f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","description":"<p>Retrieve the list of internal <a href=\"https://support.zoom.us/hc/en-us/articles/200942859-How-To-Use-Telephone-Call-Out-\">call-out</a> countries of a Master Account or a Sub Account. To list Call-out enabled countries of a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To list Call-out enabled countries of a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","callout_countries"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ae5a271b-957c-465d-a7f7-46bc54b72ba8","description":{"content":"<p>(Required) Unique identifier of the account. To list Call-out enabled countries to a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To list Call-out enabled countries of a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To list Call-out enabled countries of a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"3a09c411-959a-47bd-9efd-82ecab18e1ca","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Your account does not have the permission to make updates on this account. Only a Master Account can perform this action on a Sub Account.\n*  Request failed because this account ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1ad4964-d638-4f6b-bce4-2ddd26df43ef","name":"**HTTP Status Code:** `200` **OK** <br>\nList of Internal Callout Countries returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 2,\n \"callout_countries\": [\n  {\n   \"id\": \"US\",\n   \"name\": \"United States\",\n   \"code\": \"1\"\n  },\n  {\n   \"id\": \"CA\",\n   \"name\": \"Canada\",\n   \"code\": \"1\"\n  }\n ]\n}"},{"id":"edc007eb-8a6d-4e9a-b261-b28a935dfdf5","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26a30dff-63c3-4c0c-8181-d536e61612f4"},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries/:countryId","id":"83858e3d-4647-4a92-87bb-b401942130d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries/:countryId","description":"<p>Delete a previously assigned <a href=\"https://support.zoom.us/hc/en-us/articles/200942859-How-To-Use-Telephone-Call-Out-\">call-out</a> country from a Master Account or a Sub Account. To remove Call-out country from a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To remove Call-out country from a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","callout_countries",":countryId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c3046c5f-d67d-427f-b893-e37fc36aebd7","description":{"content":"<p>(Required) Unique Identifier of the Account.<br />\nTo remove Call-out country from a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To remove Call-out country from a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"},{"id":"6e96e8d1-c345-42d8-9892-456b6e25c514","description":{"content":"<p>(Required) Two lettered Id of the country.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"countryId"}]}},"response":[{"id":"05263e52-b85a-4004-ba67-f8064be9377e","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Your account does not have the permission to make updates on this account. Only a Master Account can perform this action on a Sub Account.\n*  Request failed because this account ","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries/:countryId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries",":countryId"],"variable":[{"key":"accountId"},{"key":"countryId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1dc93d41-9308-471a-8ced-25cba69fc1dc","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries/:countryId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries",":countryId"],"variable":[{"key":"accountId"},{"key":"countryId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cc8d1f70-04e6-4fb6-86a1-c92c3bba3177","name":"**HTTP Status Code:** `204` **No Content** <br>\nCountry deleted. ","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/callout_countries/:countryId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","callout_countries",":countryId"],"variable":[{"key":"accountId"},{"key":"countryId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"83858e3d-4647-4a92-87bb-b401942130d1"}],"id":"178368fb-3cd1-4670-93a6-b2d1a71c7f33","_postman_id":"178368fb-3cd1-4670-93a6-b2d1a71c7f33","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"internal numbers","item":[{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers","id":"4b39d8e3-ad15-4621-b2e1-77cec91ab865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"internal_numbers","value":"[{\"number\":\"<string>\",\"display_number\":\"<string>\",\"country\":\"<string>\",\"type\":\"<integer>\",\"labels\":\"<string>\",\"languages\":\"<string>\",\"visible\":\"<boolean>\",\"allow_join\":\"<boolean>\"}]","type":"text"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers","description":"<p>This API allows a Master Account with SIP Connected Audio plan to assign internal phone numbers (i.e., numbers that are not provided by Zoom but are owned by the organization consuming the API) to a Master Account or a Sub Account.<br /><br />To add internal numbers to a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To add internal numbers to a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","internal_numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"8470091a-9849-47a7-a546-3878981f8abb","description":{"content":"<p>(Required) Unique identifier of the account.<br />To add internal numbers to a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To add internal numbers to a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"1ae22c0b-81c9-4245-b63e-bb405663a459","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.\n\n\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"internal_numbers","value":"[{\"number\":\"<string>\",\"display_number\":\"<string>\",\"country\":\"<string>\",\"type\":\"<integer>\",\"labels\":\"<string>\",\"languages\":\"<string>\",\"visible\":\"<boolean>\",\"allow_join\":\"<boolean>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3b50098e-9b50-42fb-91fd-403eed43e73d","name":"**HTTP Status Code:** `201` **Created** <br>\nInternal numbers added successfully. \n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"internal_numbers","value":"[{\"number\":\"<string>\",\"display_number\":\"<string>\",\"country\":\"<string>\",\"type\":\"<integer>\",\"labels\":\"<string>\",\"languages\":\"<string>\",\"visible\":\"<boolean>\",\"allow_join\":\"<boolean>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers"],"variable":[{"key":"accountId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"internal_numbers\": [\n  {\n   \"id\": \"A26fhgdfg63\",\n   \"number\": \"+16466661110\",\n   \"display_number\": \"+1 646 666 1110\",\n   \"country\": \"US\",\n   \"type\": 0,\n   \"labels\": \"SIP-Internal\",\n   \"languages\": \"en-GB\",\n   \"visible\": true,\n   \"allow_join\": true\n  }\n ]\n}"},{"id":"aa1611e7-d784-4b84-86c3-18a58ff3b19b","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Your account does not have the permission to make updates on this account. Only a Master Account can perform this action on a Sub Account.\n* Request failed because this account i","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"internal_numbers","value":"[{\"number\":\"<string>\",\"display_number\":\"<string>\",\"country\":\"<string>\",\"type\":\"<integer>\",\"labels\":\"<string>\",\"languages\":\"<string>\",\"visible\":\"<boolean>\",\"allow_join\":\"<boolean>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b39d8e3-ad15-4621-b2e1-77cec91ab865"},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers","id":"17a59796-ae0d-40f9-88c8-d93b6b8787be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers?page_size=30&next_page_token=<string>","description":"<p>This API allows a Master Account with SIP Connected Audio plan to list internal phone numbers (i.e., numbers that are not provided by Zoom but are owned by the organization consuming the API) assigned to a Master Account or a Sub Account.<br /><br />To list internal numbers of a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To list internal numbers of a  Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","internal_numbers"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"a844a16b-8a9a-4077-b445-511f061edba6","description":{"content":"<p>(Required) Unique identifier of the account. To list internal numbers of a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To list internal numbers of a  Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"198bb51c-b360-4aa6-a163-64a6610a6d7f","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"709df2fb-1d4d-4c56-921f-fb0ff0ac448b","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Your account does not have the permission to make updates on this account. Only a Master Account can perform this action on a Sub Account.\n* Request failed because this account i","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"79f559f0-1c42-4ef7-b8f2-7910a0883396","name":"**HTTP Status Code:** `200` **OK**<br>\nList of internal numbers returned.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_size\": 30,\n \"total_records\": -76474160,\n \"next_page_token\": \"anim ipsum magna Duis\",\n \"internal_numbers\": [\n  {\n   \"number\": \"enim mollit pariatur magna\",\n   \"display_number\": \"mollit dolor\",\n   \"country\": \"sunt mollit cupidatat nulla\",\n   \"type\": 0,\n   \"labels\": \"proident minim in dolor\",\n   \"languages\": \"de-DE\",\n   \"visible\": false,\n   \"allow_join\": false\n  },\n  {\n   \"number\": \"nisi pariatur\",\n   \"display_number\": \"commodo ex deserunt ullamco qui\",\n   \"country\": \"ut eu id elit\",\n   \"type\": 0,\n   \"labels\": \"eu cupidatat ullamco dol\",\n   \"languages\": \"de-DE\",\n   \"visible\": false,\n   \"allow_join\": true\n  }\n ]\n}"}],"_postman_id":"17a59796-ae0d-40f9-88c8-d93b6b8787be"},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers/:numberId","id":"2a798be8-3420-476f-a034-7b268ab37e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers/:numberId","description":"<p>This API allows a Master Account with SIP Connected Audio plan to delete a previously assigned internal phone number from a Master Account or a Sub Account.<br /><br />To delete an internal number from a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To delete an internal number from a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.\n<br /><b>Prerequisites:</b><br /></p>\n<ul>\n<li>The account making this API request must be a Master Account with <a href=\"https://zoom.us/plan/api\">API Partner Plan</a> and SIP Connected Audio Plan.<br /><br />\n<strong>Scope:</strong> <code>sip_trunk:master</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","sip_trunk","internal_numbers",":numberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"7274cd4c-310e-49a2-aef8-4ce0110fd27a","description":{"content":"<p>(Required) Unique Identifier of the account. To delete an internal number from a Sub Account, provide the account ID of the Sub Account in the <code>accountId</code> path parameter. To delete an internal number from a Master Account, provide <code>me</code> as the value of the <code>accountId</code> path parameter.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"},{"id":"88689a6a-9049-4bf6-844a-5ff37867dedc","description":{"content":"<p>(Required) Unique identifier of the phone number. This value can be retrieved by calling the List Internal Numbers API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"numberId"}]}},"response":[{"id":"0f95f0db-7041-43d3-9c54-c5d069b4bd3e","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `2001`<br> Account does not exist: {0}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers/:numberId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers",":numberId"],"variable":[{"key":"accountId"},{"key":"numberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4f2cc67b-a43b-476e-9982-bc02807c93fe","name":"**HTTP Status Code:** `204` **No Content** <br>\nNumber deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers/:numberId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers",":numberId"],"variable":[{"key":"accountId"},{"key":"numberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"fe423156-020a-48a1-9e8b-49fd52295afa","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br> \n* Your account does not have the permission to make updates on this account. Only a Master Account can perform this action on a Sub Account.\n* Request failed because this account i","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/internal_numbers/:numberId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","internal_numbers",":numberId"],"variable":[{"key":"accountId"},{"key":"numberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a798be8-3420-476f-a034-7b268ab37e0b"}],"id":"5836f986-2303-4a0e-83ba-ce0f878a838e","_postman_id":"5836f986-2303-4a0e-83ba-ce0f878a838e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/settings","id":"7e32ca37-803e-4bbe-9115-5898c45324e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"enable","value":"<boolean>","type":"text","description":"<p>Enable or delete the configuration.<br /> The values can be one of the following:<br /> <code>true</code>: Enable configuration.<br /> <code>false</code>: Delete configuration</p>\n"},{"key":"show_callout_internal_number","value":"<boolean>","type":"text","description":"<p>If the value of this option is set to <code>true</code>, the call-out numbers provided by the Zoom carrier partners will be displayed in the account's list of available call-out numbers in the Zoom Web Portal and Zoom Client.</p>\n"},{"key":"show_zoom_provided_callout_countries","value":"<boolean>","type":"text","description":"<p>If the value of this option is set to <code>true</code>, the call-out countries list provided by Zoom will be <a href=\"https://support.zoom.us/hc/en-us/articles/200942859-Using-telephone-call-out\">displayed</a> in the account's list of available call-out countries. If the value of this field is set to <code>false</code>, Zoom provided call-out countries will be hidden from the user's account.</p>\n"},{"key":"show_zoom_provided_numbers","value":"<integer>","type":"text","description":"<p>If the value of this option is set to <code>0</code>, the numbers provided by Zoom will be displayed in the account's list of available call-out and call-in numbers in the Zoom Web Portal and Zoom Client. </p>\n<p>If the value of this option is set to <code>1</code>, the Zoom provided numbers will be shown in the Zoom Web Portal but will not be used unless specified by the user.<br /> </p>\n<p>If the value of this option is set to <code>2</code>, all Zoom provided numbers will be deleted and only internal numbers (provided by carrier partners) will be used. (This can only be one of 0,1,2)</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/settings","description":"<p>With SIP-connected audio, Zoom establishes a SIP trunk (a network connection specifically designed to make and deliver phone calls) over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are On-Net from the perspective of the customers' IP telephony network, will be connected over this trunk rather than over the PSTN. <br /><br /> Using this API, a Master Account owner can copy the SIP Connected Audio configurations applied on the Master Account and enable those configurations on a Sub Account. The owner can also disable the configuration in the Sub Account where it was previously enabled. \n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with SIP Connected Audio plan enabled.</li>\n<li>Master Account Owner<br />\n<strong>Scopes:</strong> <code>sip_trunk:master</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["accounts",":accountId","sip_trunk","settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"30dd36b2-d7f1-4823-a0f1-4dfae5793507","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"4d4d4aee-3275-4b0f-ab3b-cdcbc2e75acc","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `2001`<br>\nThis account does not exist or does not belong to this master account.<br>\nThis account does not exist or does not belong to you.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Enable or delete the configuration.<br> The values can be one of the following:<br> `true`: Enable configuration.<br> `false`: Delete configuration","type":"text/plain"},"key":"enable","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `true`, the call-out numbers provided by the Zoom carrier partners will be displayed in the account's list of available call-out numbers in the Zoom Web Portal and Zoom Client.","type":"text/plain"},"key":"show_callout_internal_number","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `true`, the call-out countries list provided by Zoom will be [displayed](https://support.zoom.us/hc/en-us/articles/200942859-Using-telephone-call-out) in the account's list of available call-out countries. If the value of this field is set to `false`, Zoom provided call-out countries will be hidden from the user's account.","type":"text/plain"},"key":"show_zoom_provided_callout_countries","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `0`, the numbers provided by Zoom will be displayed in the account's list of available call-out and call-in numbers in the Zoom Web Portal and Zoom Client. \n\nIf the value of this option is set to `1`, the Zoom provided numbers will be shown in the Zoom Web Portal but will not be used unless specified by the user.<br> \n\nIf the value of this option is set to `2`, all Zoom provided numbers will be deleted and only internal numbers (provided by carrier partners) will be used. (This can only be one of 0,1,2)","type":"text/plain"},"key":"show_zoom_provided_numbers","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","settings"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd84ffed-855b-4a6e-993a-684bab293cb7","name":"**HTTP Status Code:** `204` **No Content**<br>\nConfiguration assigned successfully.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Enable or delete the configuration.<br> The values can be one of the following:<br> `true`: Enable configuration.<br> `false`: Delete configuration","type":"text/plain"},"key":"enable","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `true`, the call-out numbers provided by the Zoom carrier partners will be displayed in the account's list of available call-out numbers in the Zoom Web Portal and Zoom Client.","type":"text/plain"},"key":"show_callout_internal_number","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `true`, the call-out countries list provided by Zoom will be [displayed](https://support.zoom.us/hc/en-us/articles/200942859-Using-telephone-call-out) in the account's list of available call-out countries. If the value of this field is set to `false`, Zoom provided call-out countries will be hidden from the user's account.","type":"text/plain"},"key":"show_zoom_provided_callout_countries","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `0`, the numbers provided by Zoom will be displayed in the account's list of available call-out and call-in numbers in the Zoom Web Portal and Zoom Client. \n\nIf the value of this option is set to `1`, the Zoom provided numbers will be shown in the Zoom Web Portal but will not be used unless specified by the user.<br> \n\nIf the value of this option is set to `2`, all Zoom provided numbers will be deleted and only internal numbers (provided by carrier partners) will be used. (This can only be one of 0,1,2)","type":"text/plain"},"key":"show_zoom_provided_numbers","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","settings"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"f655b0ad-26e7-4c2b-abbf-93021c3230ea","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `2100`<br>\nThis sub account has no sip trunk plan.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Enable or delete the configuration.<br> The values can be one of the following:<br> `true`: Enable configuration.<br> `false`: Delete configuration","type":"text/plain"},"key":"enable","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `true`, the call-out numbers provided by the Zoom carrier partners will be displayed in the account's list of available call-out numbers in the Zoom Web Portal and Zoom Client.","type":"text/plain"},"key":"show_callout_internal_number","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `true`, the call-out countries list provided by Zoom will be [displayed](https://support.zoom.us/hc/en-us/articles/200942859-Using-telephone-call-out) in the account's list of available call-out countries. If the value of this field is set to `false`, Zoom provided call-out countries will be hidden from the user's account.","type":"text/plain"},"key":"show_zoom_provided_callout_countries","value":"<boolean>","type":"text"},{"description":{"content":"If the value of this option is set to `0`, the numbers provided by Zoom will be displayed in the account's list of available call-out and call-in numbers in the Zoom Web Portal and Zoom Client. \n\nIf the value of this option is set to `1`, the Zoom provided numbers will be shown in the Zoom Web Portal but will not be used unless specified by the user.<br> \n\nIf the value of this option is set to `2`, all Zoom provided numbers will be deleted and only internal numbers (provided by carrier partners) will be used. (This can only be one of 0,1,2)","type":"text/plain"},"key":"show_zoom_provided_numbers","value":"<integer>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/sip_trunk/settings","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","sip_trunk","settings"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e32ca37-803e-4bbe-9115-5898c45324e0"}],"id":"4675e65b-3654-4d42-8517-450217083dea","_postman_id":"4675e65b-3654-4d42-8517-450217083dea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/accounts/:accountId","id":"67c15b0f-f98e-4d9c-81d1-1e00708818c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId","description":"<p>Get a Sub Account under the Master Account. Your account must be a Master Account in order to retrieve Sub Accounts. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\">ISV team</a> for more details.<br /><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope</strong>: <code>account:write:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c527fb0b-95e3-4eec-a02a-4ed480ff7a1f","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"40cb1536-4588-4aec-9401-b82eeb2eae5e","name":"**HTTP Status Code**: `200`<br>\nAccount object returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"string\",\n \"owner_id\": \"string\",\n \"owner_email\": \"string\",\n \"created_at\": \"string [date-time]\",\n \"options\": {\n  \"share_rc\": \"boolean\",\n  \"room_connectors\": \"string\",\n  \"share_mc\": \"boolean\",\n  \"meeting_connectors\": \"string\",\n  \"pay_mode\": \"string\"\n }\n}"},{"id":"960770a1-c90e-44cc-a77b-b50b3b44dd03","name":"**HTTP Status Code**: `404`<br>\n**Error Code:** `2001`<br> Account does not exist: $subAccountId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67c15b0f-f98e-4d9c-81d1-1e00708818c3"},{"name":"https://api.zoom.us/v2/accounts/:accountId","id":"c3d16d53-7167-4079-8bc5-77bef8458a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId","description":"<p>Disassociate a Sub Account from the Master Account. This will leave the Sub Account intact but it will no longer be associated with the master account.<br />  </p><aside>Your account must be a Master Account in order to disassociate Sub Accounts. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details.</aside> <br /><p></p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope</strong>: <code>account:write:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"47da3fb0-f893-4f02-83e7-636d382067ea","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"47ee1a12-8a9b-4785-8627-87b9685df10b","name":"**HTTP Status Code**: `204`<br>Account deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cab63818-8889-4cf6-8176-84f6acc45b73","name":"**HTTP Status Code**: `404` <br> \n**Error Code:** `2000`<br> You cannot disassociate a paid account. <br>\n**Error Code:** `2001`<br> Account does not exist: $subAccountId.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3d16d53-7167-4079-8bc5-77bef8458a28"},{"name":"https://api.zoom.us/v2/accounts/:accountId/options","id":"e7a0e333-7a55-4826-8a34-76c1b8b63af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"share_rc","value":"false","type":"text","description":"<p>Enable/disable the option for a Sub Account to use shared <a href=\"https://support.zoom.us/hc/en-us/articles/202134758-Getting-Started-With-Virtual-Room-Connector\">Virtual Room Connector(s)</a> that are set up by the Master Account. Virtual Room Connectors can only be used by On-prem users.</p>\n"},{"key":"room_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Specify the IP addresses of the Room Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Room Connectors of a Master Account will be shared with the Sub Account.</p>\n<p><strong>Note:</strong> This option can only be used if the value of <code>share_rc</code> is set to <code>true</code>.</p>\n"},{"key":"share_mc","value":"false","type":"text","description":"<p>Enable/disable the option for a Sub Account to use shared <a href=\"https://support.zoom.us/hc/en-us/articles/201363093-Getting-Started-with-the-Meeting-Connector\">Meeting Connector(s)</a> that are set up by the Master Account. Meeting Connectors can only be used by On-prem users.</p>\n"},{"key":"meeting_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Specify the IP addresses of the Meeting Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Meeting Connectors of a Master Account will be shared with the Sub Account.</p>\n<p><strong>Note:</strong> This option can only be used if the value of <code>share_mc</code> is set to <code>true</code>.</p>\n"},{"key":"pay_mode","value":"master","type":"text","description":"<p>Payee:<br /><code>master</code> - Master account holder pays.<br /><code>sub</code> - Sub account holder pays. (This can only be one of master,sub)</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/options","description":"<p>Update a Sub Account's options under the Master Account.<br /> </p><aside>Your account must be a Master Account in order to update the options for Sub Accounts. Zoom only assigns this privilege to trusted partners. </aside><p></p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope</strong>: <code>account:write:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></li>\n</ul>\n","urlObject":{"path":["accounts",":accountId","options"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"5169fecc-cd88-477e-8546-7e3201c35aac","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"3f06c77c-c7d6-4c48-a983-99e70a9e1947","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `2100`<br> The collection method cannot be changed after the purchase is complete.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Virtual Room Connector(s)](https://support.zoom.us/hc/en-us/articles/202134758-Getting-Started-With-Virtual-Room-Connector) that are set up by the Master Account. Virtual Room Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_rc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Room Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Room Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_rc` is set to `true`.","type":"text/plain"},"key":"room_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Meeting Connector(s)](https://support.zoom.us/hc/en-us/articles/201363093-Getting-Started-with-the-Meeting-Connector) that are set up by the Master Account. Meeting Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_mc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Meeting Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Meeting Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_mc` is set to `true`.","type":"text/plain"},"key":"meeting_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Payee:<br>`master` - Master account holder pays.<br>`sub` - Sub account holder pays. (This can only be one of master,sub)","type":"text/plain"},"key":"pay_mode","value":"master","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/options","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","options"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6efc437e-42b5-48b8-8489-249a547959d6","name":"**Error Code:** `200`<br>\nThe pay mode cannot be updated for a Sub Account which already has an existing plan.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Virtual Room Connector(s)](https://support.zoom.us/hc/en-us/articles/202134758-Getting-Started-With-Virtual-Room-Connector) that are set up by the Master Account. Virtual Room Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_rc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Room Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Room Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_rc` is set to `true`.","type":"text/plain"},"key":"room_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Meeting Connector(s)](https://support.zoom.us/hc/en-us/articles/201363093-Getting-Started-with-the-Meeting-Connector) that are set up by the Master Account. Meeting Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_mc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Meeting Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Meeting Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_mc` is set to `true`.","type":"text/plain"},"key":"meeting_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Payee:<br>`master` - Master account holder pays.<br>`sub` - Sub account holder pays. (This can only be one of master,sub)","type":"text/plain"},"key":"pay_mode","value":"master","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/options","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","options"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cc073ca2-c3d7-44a8-b6ee-bd2add5a729a","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: $subAccountId.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Virtual Room Connector(s)](https://support.zoom.us/hc/en-us/articles/202134758-Getting-Started-With-Virtual-Room-Connector) that are set up by the Master Account. Virtual Room Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_rc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Room Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Room Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_rc` is set to `true`.","type":"text/plain"},"key":"room_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Meeting Connector(s)](https://support.zoom.us/hc/en-us/articles/201363093-Getting-Started-with-the-Meeting-Connector) that are set up by the Master Account. Meeting Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_mc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Meeting Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Meeting Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_mc` is set to `true`.","type":"text/plain"},"key":"meeting_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Payee:<br>`master` - Master account holder pays.<br>`sub` - Sub account holder pays. (This can only be one of master,sub)","type":"text/plain"},"key":"pay_mode","value":"master","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/options","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","options"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e4eb3f56-1870-4b29-aafe-c70f63626ded","name":"**HTTP Status Code:** `204`<br>\nAccount options updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Virtual Room Connector(s)](https://support.zoom.us/hc/en-us/articles/202134758-Getting-Started-With-Virtual-Room-Connector) that are set up by the Master Account. Virtual Room Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_rc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Room Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Room Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_rc` is set to `true`.","type":"text/plain"},"key":"room_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Enable/disable the option for a Sub Account to use shared [Meeting Connector(s)](https://support.zoom.us/hc/en-us/articles/201363093-Getting-Started-with-the-Meeting-Connector) that are set up by the Master Account. Meeting Connectors can only be used by On-prem users.","type":"text/plain"},"key":"share_mc","value":"false","type":"text"},{"description":{"content":"Specify the IP addresses of the Meeting Connectors that you would like to share with the Sub Account. Multiple values can be separated by comma. If no value is provided in this field, all the Meeting Connectors of a Master Account will be shared with the Sub Account.\n\n\n**Note:** This option can only be used if the value of `share_mc` is set to `true`.","type":"text/plain"},"key":"meeting_connector_list","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"Payee:<br>`master` - Master account holder pays.<br>`sub` - Sub account holder pays. (This can only be one of master,sub)","type":"text/plain"},"key":"pay_mode","value":"master","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/options","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","options"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"share_rc\": \"boolean\",\n \"room_connectors\": \"string\",\n \"share_mc\": \"boolean\",\n \"meeting_connectors\": \"string\",\n \"pay_mode\": \"string\"\n}"}],"_postman_id":"e7a0e333-7a55-4826-8a34-76c1b8b63af7"},{"name":"https://api.zoom.us/v2/accounts/:accountId/managed_domains","id":"b296d707-6e3b-42fc-8a80-7687ae352fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/managed_domains","description":"<p>Get a Sub Account's <a href=\"https://support.zoom.us/hc/en-us/articles/203395207-What-is-Managed-Domain-\">managed domains</a>.<br /><br /></p>\n<p><strong>Note:</strong> This API can be used by Zoom Accounts that are on a Pro or a higher plan as well accounts that have Master and Sub Accounts options enabled. <br /><br />\nTo get managed domains of the Master Account, provide <code>me</code> as the value for accountId in the path parameter. Provide the Sub Account's Account ID as the value of accountId path parameter to get managed domains of the Sub Account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope:</strong> <code>account:read:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></li>\n</ul>\n","urlObject":{"path":["accounts",":accountId","managed_domains"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"92444982-1c50-450f-9bc8-a8e424df4b92","description":{"content":"<p>(Required) Unique Identifier of the account. To retrieve locked settings of the Master account or a regular account, provide \"me\" as the value of this field. <br /> To retrieve locked settings of a Sub Account, provide the Account ID of the Sub Account in this field.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"5893d61c-671b-45e7-89ba-0d9fb12a927f","name":"**HTTP Status Code:** `404`<br>\n**Error Code**: `2001`<br>\nAccount does not exist: $subAccountId.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/managed_domains","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","managed_domains"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6115997-05fd-44e2-8ff4-55b6a605796c","name":"**HTTP Status Code:** `200`<br>\nAccount managed domains returned.\n**Error Code:** `200`<br>\nOnly available for paid account.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/managed_domains","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","managed_domains"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 30761358,\n \"domains\": [\n  {\n   \"domain\": \"ea enim cupidatat cillum mollit\",\n   \"status\": \"laboris anim ad non\"\n  },\n  {\n   \"domain\": \"in anim\",\n   \"status\": \"Ut\"\n  }\n ]\n}"}],"_postman_id":"b296d707-6e3b-42fc-8a80-7687ae352fc5"},{"name":"https://api.zoom.us/v2/accounts/:accountId/trusted_domains","id":"cd2b9cad-5d53-48ad-9534-ebeb9d2a7b35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/trusted_domains","description":"<p>Get trusted domains of a Sub Account. To get the trusted domains of a Master Account, use <code>me</code> as the value for the <code>accountId</code> path parameter.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>The Sub Account must be a paid account.<br />\n<strong>Scope:</strong> <code>account:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts",":accountId","trusted_domains"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"7452a372-3f5e-4a30-a2c5-ab213770fc58","description":{"content":"<p>(Required) The account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"3a78e99a-6095-477c-8875-8d21297c14a1","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br> Account does not exist: $subAccountId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/trusted_domains","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","trusted_domains"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd2b0e1e-6e23-462a-aafd-2e61c23f2606","name":"**HTTP Status Code:** `200`<br>\nAccount trusted domains returned<br>\n**Error Code:** `2001`<br> Account does not exist: $subAccountId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/trusted_domains","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","trusted_domains"],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"trusted_domains\": [\n  \"irur\",\n  \"tempor ut cillum sint in\"\n ]\n}"}],"_postman_id":"cd2b9cad-5d53-48ad-9534-ebeb9d2a7b35"},{"name":"https://api.zoom.us/v2/accounts/:accountId/owner","id":"02f72f13-e247-41ea-b2bf-70a3bd4bf611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<email>","type":"text","description":"<p>Email address of the new owner.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/owner","description":"<p>The current account owner can <a href=\"https://support.zoom.us/hc/en-us/articles/115005686983-Change-Account-Owner\">change the owner of an account</a> to another user on the same account.<br /> Use this API to change the owner of a Sub Account.\n </p><aside>Your account must be a Master Account in order to use this API to update the account owner of a Sub Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\">ISV team</a> for more details. Please note that the created account user will receive a confirmation email.</aside><br /><p></p>\n<p><strong>Prerequisites</strong>: <br /></p>\n<ul>\n<li>Account owner or admin permissions of an account.</li>\n<li>Pro or a higher plan with Master Account option enabled.<br />\n<strong>Scopes:</strong>  <code>account:write:admin</code> or <code>account:master</code><br /><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br /></li>\n</ul>\n<br /> ","urlObject":{"path":["accounts",":accountId","owner"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"3b395e93-6ffb-4450-8ae3-f3788702aa0d","description":{"content":"<p>(Required) Account Id of the account.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"2e03b2c4-74bd-4e5c-b5de-1bc44b9b8b2c","name":"**HTTP Status Code:** `400`<br>\n\n**Error Code:** `200`<br>\nUser is not an admin or is an API user or doesn’t belong to this account: {accountId}.<br>\nCannot make a user outside of your account an owner.<br>\nCannot update the role of an account owner.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Email address of the new owner.","type":"text/plain"},"key":"email","value":"<email>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/owner","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","owner"],"variable":[{"key":"accountId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"675e72ad-ab33-4d59-b8ef-fdf9e22f1ca5","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2001`<br>\nAccount does not exist: $subAccountId.<br>\n**Error Code:** `3201`<br>\nCannot find a billing account for this: $accountId.<br>\n**Error Code:** `3211`<br>\nCannot find a billing contact for this: $ac","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Email address of the new owner.","type":"text/plain"},"key":"email","value":"<email>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/owner","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","owner"],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea943722-f9a7-4bb2-8bb1-472c214da3ec","name":"**HTTP Status Code:** `204`<br>\nAccount owner updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Email address of the new owner.","type":"text/plain"},"key":"email","value":"<email>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/owner","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","owner"],"variable":[{"key":"accountId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"02f72f13-e247-41ea-b2bf-70a3bd4bf611"},{"name":"https://api.zoom.us/v2/accounts/:accountId/users/:userId/account","id":"ed0d3f7e-82d7-4cd2-a46e-6bad442ee3c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"<string>","type":"text","description":"<p>The Account ID of the account to which you would like move the user to.</p>\n"}]},"url":"https://api.zoom.us/v2/accounts/:accountId/users/:userId/account","description":"<p>Disassociate a user from one Account and move the user to another Account under the same Master Account. </p>\n<p>With this API, a user under a Master Account or a Sub Account can be moved to another Sub Account within the same Master Account. To move a user from a Master Account to a Sub Account, use <code>me</code> as the value for <code>accountId</code>. In this scenario, \"me\" refers to the Account ID of the Master Account. </p>\n<p>To move a user from one Sub Account to another Sub Account, provide the Sub Account's Account ID as the value for <code>accountId</code>. </p>\n<p><strong>Prerequisites</strong>:</p>\n<ul>\n<li>The account should have Pro or a higher plan with Master Account option enabled.</li>\n<li>The user whose account needs to be switched should not be an admin or an owner of that account.</li>\n<li>The user should not have the same <a href=\"https://support.zoom.us/hc/en-us/articles/203395207-What-is-Managed-Domain-\">managed domain</a> as the account owner.</li>\n</ul>\n<p><strong>Scope:</strong> <code>user:master</code><br /> </p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["accounts",":accountId","users",":userId","account"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"d9434d0e-1ca6-4a33-8346-978607e23f54","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"},{"id":"ff006412-75ac-4024-ae61-3e4d56c45b44","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"9a8009b3-9a8a-4015-9f33-1860c5363249","name":"**HTTP Status Code**: `404` **Not Found**<br>\n\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br><br>\n\n**Error Code:** `1010`<br>\nUser not found on this account.<br>\n\n**Error Code:** `1120`<br> Invite not exist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The Account ID of the account to which you would like move the user to.","type":"text/plain"},"key":"account_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/users/:userId/account","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","users",":userId","account"],"variable":[{"key":"accountId"},{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b1ea2d81-c08c-4330-a472-f33161431d4c","name":"**HTTP Status Code**: `204`<br>\nUser's account switched successfully.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The Account ID of the account to which you would like move the user to.","type":"text/plain"},"key":"account_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/users/:userId/account","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","users",":userId","account"],"variable":[{"key":"accountId"},{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"bb088b68-ea26-4733-8b3d-5dd569b03725","name":"**HTTP Status Code**: `400` **Bad Request**<br>\n**Error Code:** `1117`<br> Can not disassociate Admin user","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The Account ID of the account to which you would like move the user to.","type":"text/plain"},"key":"account_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/users/:userId/account","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","users",":userId","account"],"variable":[{"key":"accountId"},{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed0d3f7e-82d7-4cd2-a46e-6bad442ee3c3"},{"name":"https://api.zoom.us/v2/accounts/:accountId/recordings","id":"b606103f-f602-46eb-a98e-b84b6967f263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts/:accountId/recordings?page_size=30&next_page_token=<string>&from=<dateTime>&to=<dateTime>","description":"<p>List <a href=\"https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording\">Cloud Recordings</a> available on an Account.</p>\n<blockquote>\n<p>To access a password protected cloud recording, add an \"access_token\" parameter to the download URL and provide <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-jwt-app\">JWT</a> as the value of the \"access_token\".\n<br />\n<strong>Prerequisites</strong>:<br /></p>\n</blockquote>\n<ul>\n<li>A Pro or a higher paid plan with Cloud Recording option enabled.<br />\n<strong>Scopes</strong>: <code>recording:read:admin</code> or <code>account:read:admin</code></li>\n</ul>\n<p>If the scope <code>recording:read:admin</code> is used, the Account ID of the Account must be provided in the <code>accountId</code> path parameter to list recordings that belong to the Account. This scope only works for Sub Accounts. </p>\n<p>To list recordings of a Master Account, the scope must be <code>account:read:admin</code> and the value of <code>accountId</code> should be <code>me</code>.<br />  <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></p>\n","urlObject":{"path":["accounts",":accountId","recordings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>The start date for the monthly range for which you would like to retrieve recordings. The maximum range can be a month. If no value is provided for this field, the default will be current date. For example, if you make the API request on June 30, 2020, without providing the “from” and “to” parameters, by default the value of 'from' field will be “2020-06-30” and the value of the 'to' field will be “2020-07-01”.</p>\n","type":"text/plain"},"key":"from","value":"<dateTime>"},{"description":{"content":"<p>The end date for the monthly range for which you would like to retrieve recordings. The maximum range can be a month.</p>\n","type":"text/plain"},"key":"to","value":"<dateTime>"}],"variable":[{"id":"c4132817-c365-4238-8f11-fcad3fefe028","description":{"content":"<p>(Required) Unique identifier of the account.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"2c5590af-6c6e-4577-a9d0-10e0fe4df6e0","name":"**HTTP Status Code:** `400` <br>\nAccount not found.\n\n**Response Error Code:** `2001`<br>\nThis account does not exist or does not belong to you: {accountId}.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/recordings?page_size=30&next_page_token=<string>&from=<dateTime>&to=<dateTime>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"from","value":"<dateTime>"},{"key":"to","value":"<dateTime>"}],"variable":[{"key":"accountId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"506fe43f-dc07-41d4-a15f-e54858d4f178","name":"**Response Error Code:** `200` <br>\nOnly available for Paid account.\n\n**HTTP Status Code:** `200` <br>\nRecording(s) listed successfully.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts/:accountId/recordings?page_size=30&next_page_token=<string>&from=<dateTime>&to=<dateTime>","host":["https://api.zoom.us/v2"],"path":["accounts",":accountId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"from","value":"<dateTime>"},{"key":"to","value":"<dateTime>"}],"variable":[{"key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-08-19\",\n \"to\": \"2019-08-20\",\n \"page_size\": 30,\n \"next_page_token\": \"\",\n \"meetings\": [\n  {\n   \"uuid\": \"i9zq0MR8S/abcdef==\",\n   \"id\": 101010101,\n   \"account_id\": \"lq8QK_AAAAAAAAA\",\n   \"host_id\": \"uLoABCDEF_qQGIsQ\",\n   \"topic\": \"MyTestMeeting\",\n   \"type\": 2,\n   \"start_time\": \"2019-08-20T00:52:13Z\",\n   \"timezone\": \"America/Los_Angeles\",\n   \"host_email\": \"thehostemail@somemail.com\",\n   \"duration\": 2,\n   \"total_size\": 128682,\n   \"recording_count\": 3,\n   \"share_url\": \"https://zoom.us/recording/share/SBDDBJKsbjdAAAAA\",\n   \"recording_files\": [\n    {\n     \"id\": \"2f6bbbb-0fd7-4691-af13-aaaaaa\",\n     \"meeting_id\": \"i9zq0MR8S/abcdef==\",\n     \"recording_start\": \"2019-08-20T00:51:54Z\",\n     \"recording_end\": \"2019-08-20T00:53:16Z\",\n     \"file_type\": \"M4A\",\n     \"file_size\": 26966,\n     \"play_url\": \"https://zoomdev.us/recording/play/abcdEFgkkkkk\",\n     \"download_url\": \"https://zoom.us/recording/download/abcdEFgkkkkk\",\n     \"status\": \"completed\",\n     \"recording_type\": \"audio_only\"\n    },\n    {\n     \"id\": \"39362666-0fd7-4691-af13-aaaaaa\",\n     \"meeting_id\": \"i9zq0MR8S/abcdef==\",\n     \"recording_start\": \"2019-08-20T00:51:54Z\",\n     \"recording_end\": \"2019-08-20T00:53:16Z\",\n     \"file_type\": \"CHAT\",\n     \"file_size\": 37,\n     \"play_url\": \"https://zoom.us/recording/play/UpBEo44Q31BVEXrGeCdbT4-MOAAAAAAA\",\n     \"download_url\": \"https://zoom.us/recording/download/JolGd4kUpBEo44Q31BVEXrGeCdbT4-MOAAAAA\",\n     \"status\": \"completed\",\n     \"recording_type\": \"chat_file\"\n    },\n    {\n     \"id\": \"K809nk-014djkfsgf-00a98c13ec783\",\n     \"meeting_id\": \"i9zq0MR8S/abcdef==\",\n     \"recording_start\": \"2019-08-20T00:51:54Z\",\n     \"recording_end\": \"2019-08-20T00:53:16Z\",\n     \"file_type\": \"MP4\",\n     \"file_size\": 101679,\n     \"play_url\": \"https://zoom.us/recording/play/5Y2YnU-56ZY4lEA5AAAABBBBBCCCCCDDDDD\",\n     \"download_url\": \"https://zoom.us/recording/download/5Y2YnU-56ZY4lEA5AAAABBBBBCCCCCDDDDD\",\n     \"status\": \"completed\",\n     \"recording_type\": \"shared_screen_with_speaker_view\"\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"b606103f-f602-46eb-a98e-b84b6967f263"}],"id":"fd92758e-776e-4a15-813e-b5a998a8f970","_postman_id":"fd92758e-776e-4a15-813e-b5a998a8f970","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/accounts","id":"f4e99d33-100a-4be4-9f36-456ea2a479b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/accounts?page_size=30&page_number=1&next_page_token=<string>","description":"<p>List all the Sub Accounts under the Master Account.<br /><br />\nOnly Master Accounts can create and have Sub Accounts. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\">ISV team</a> for more details.\n<br />\n<br /><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope</strong>: <code>account:read:admin</code>\n<br /><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"84d06146-acdd-4d4b-823d-9a7e4afda292","name":"Account list returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/accounts?page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["accounts"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"integer\",\n \"page_number\": \"integer\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"accounts\": [\n  {\n   \"id\": \"string [uuid]\",\n   \"account_name\": \"string\",\n   \"owner_email\": \"string\",\n   \"account_type\": \"string\",\n   \"seats\": \"integer\",\n   \"subscription_start_time\": \"string [date-time]\",\n   \"subscription_end_time\": \"string [date-time]\",\n   \"created_at\": \"string [date-time]\"\n  }\n ]\n}"}],"_postman_id":"f4e99d33-100a-4be4-9f36-456ea2a479b4"},{"name":"https://api.zoom.us/v2/accounts","id":"0ce868e7-2781-40a4-91b5-be3bb86623ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"<string>","type":"text","description":"<p>User's first name.</p>\n"},{"key":"last_name","value":"<string>","type":"text","description":"<p>User's last name.</p>\n"},{"key":"email","value":"<string>","type":"text","description":"<p>User's email address.</p>\n"},{"key":"password","value":"<string>","type":"text","description":"<p>User's password.</p>\n<p><strong>Note:</strong> If the account owner or admin has enabled <a href=\"https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd\">enhanced password requirements</a>, the value provided in this field must meet those requirements. These requirements can be retrieved by calling the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings\">Get Account Settings API</a> and referring to the <code>password_requirement</code> field present in the <code>security</code> object.</p>\n"},{"key":"options","value":"{\"share_rc\":false,\"room_connector_list\":[\"<string>\",\"<string>\"],\"share_mc\":false,\"meeting_connector_list\":[\"<string>\",\"<string>\"],\"pay_mode\":\"master\"}","type":"text","description":"<p>Account options object.</p>\n"},{"key":"account_name","value":"<string>","type":"text","description":"<p>Name of the account. If you do not provide a value for this field, by default, the value will be set as a contatenation of \"first_name\" and \"last_name\". </p>\n"}]},"url":"https://api.zoom.us/v2/accounts","description":"<p>Create a Sub Account under the Master Account. </p><aside>Your account must be a Master Account in order to create Sub Accounts. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href=\"https://zoom.us/plan/api\"><strong>ISV team</strong></a> for more details. Please note that the created account user will receive a confirmation email.</aside><br /><br />\n<strong>Prerequisites:</strong><br /><p></p>\n<ul>\n<li>Pro or a higher paid account with Master Account option enabled. <br />\n<strong>Scope</strong>: <code>account:write:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"266db96a-2c6d-4534-8b59-461d1a1b540a","name":"Account created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User's first name.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"User's last name.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"User's email address.","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"User's password.\n\n**Note:** If the account owner or admin has enabled [enhanced password requirements](https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd), the value provided in this field must meet those requirements. These requirements can be retrieved by calling the [Get Account Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) and referring to the `password_requirement` field present in the `security` object.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Account options object.","type":"text/plain"},"key":"options","value":"{\"share_rc\":false,\"room_connector_list\":[\"<string>\",\"<string>\"],\"share_mc\":false,\"meeting_connector_list\":[\"<string>\",\"<string>\"],\"pay_mode\":\"master\"}","type":"text"},{"description":{"content":"Name of the account. If you do not provide a value for this field, by default, the value will be set as a contatenation of \"first_name\" and \"last_name\". ","type":"text/plain"},"key":"account_name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/accounts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of the created account.","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"string\",\n \"owner_id\": \"string\",\n \"owner_email\": \"string\",\n \"created_at\": \"string\"\n}"},{"id":"48ab8a72-8dbc-451c-af27-1ba7e7b30a24","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1107`<br>\nEmail domain is blocked.<br>\n**Error Code:** `1111`<br>\nPassword should not contain repeated characters such as 'aaaaaa'. <br>\nPassword should not contain consecutive characters such as 'abc','123","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User's first name.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"User's last name.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"User's email address.","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"User's password.\n\n**Note:** If the account owner or admin has enabled [enhanced password requirements](https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd), the value provided in this field must meet those requirements. These requirements can be retrieved by calling the [Get Account Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) and referring to the `password_requirement` field present in the `security` object.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Account options object.","type":"text/plain"},"key":"options","value":"{\"share_rc\":false,\"room_connector_list\":[\"<string>\",\"<string>\"],\"share_mc\":false,\"meeting_connector_list\":[\"<string>\",\"<string>\"],\"pay_mode\":\"master\"}","type":"text"},{"description":{"content":"Name of the account. If you do not provide a value for this field, by default, the value will be set as a contatenation of \"first_name\" and \"last_name\". ","type":"text/plain"},"key":"account_name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b0d06ef-596b-4e5f-a39d-b7c7ddca30fc","name":"**HTTP Status Code:** `409`<br>\n**Error Code:** `1005`<br>\nEmail $email has already been used.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User's first name.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"User's last name.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"User's email address.","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"User's password.\n\n**Note:** If the account owner or admin has enabled [enhanced password requirements](https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd), the value provided in this field must meet those requirements. These requirements can be retrieved by calling the [Get Account Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) and referring to the `password_requirement` field present in the `security` object.","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Account options object.","type":"text/plain"},"key":"options","value":"{\"share_rc\":false,\"room_connector_list\":[\"<string>\",\"<string>\"],\"share_mc\":false,\"meeting_connector_list\":[\"<string>\",\"<string>\"],\"pay_mode\":\"master\"}","type":"text"},{"description":{"content":"Name of the account. If you do not provide a value for this field, by default, the value will be set as a contatenation of \"first_name\" and \"last_name\". ","type":"text/plain"},"key":"account_name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/accounts"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ce868e7-2781-40a4-91b5-be3bb86623ed"}],"id":"429f3a41-249e-4f36-a45a-dcc252ff7097","_postman_id":"429f3a41-249e-4f36-a45a-dcc252ff7097","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"groups","item":[{"name":"{group Id}","item":[{"name":"members","item":[{"name":"{member Id}","item":[{"name":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","id":"537a2f8e-d8b4-475c-83e8-cb61405e7e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","description":"<p>Delete a member from a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a> in a Zoom account.</p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> </p>\n","urlObject":{"path":["groups",":groupId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"50ab47e6-c066-4f5f-a5eb-74889a6f1739","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"},{"id":"65f7a1cf-b483-409b-9ea6-b6f210120912","description":{"content":"<p>(Required) The member ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"}]}},"response":[{"id":"2e174557-ec7d-49cf-8661-9449e20baffc","name":"Only available for paid account,{accountId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"36d490cc-38b2-480d-9fb0-4cdce5ff9949","name":"**Status Code:** `400`<br>\nBad request.<br>\n**Error Code:** `1010`<br>\nGroup does not belong to this account:{accountId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"41ab99dd-3a92-41fa-bdc9-f44e9133ac7d","name":"**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nA group with this {groupId} does not exist.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8bb07cce-32f6-4526-b5d6-7dcc3010d600","name":"Group member deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"537a2f8e-d8b4-475c-83e8-cb61405e7e52"},{"name":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","id":"bf2f0090-0624-4c0e-8a8a-d2ffd52d46a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>Specify the type of action to be performed:<br /><br />\n<code>move</code>: Simultaneously remove a member from one group and move the member to a different group.<br />\n<code>set_primary</code>: Set a primary group for the user.\n (This can only be one of move,set_primary)</p>\n"},{"key":"target_group_id","value":"<string>","type":"text","description":"<p>Can be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a> API.<br /></p>\n<p>To move a user, use this field to specify the groupId of the group where the member is to be moved.<br /></p>\n<p>To set a primary group for the user, provide the groupId of the group which is going to be the primary group.</p>\n"}]},"url":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","description":"<p>If a user is a member in multiple groups, you can <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-#h_d07c7dcd-4fd8-485a-b5fe-a322e8d21c09\">set a primary group</a> for the user. The group member will use the primary group's settings by default. However, if settings are locked in other groups, those settings will continue to be locked for that user. By default, the primary group is the first group that user is added to.<br /><br />\nUse this API to perform either of the following tasks:</p>\n<ul>\n<li>Simultaneously remove a member from one group and move the member to a different group.</li>\n<li>Set a primary group for the user<br /><br />\n<strong>Prerequisites:</strong> </li>\n<li>Pro or higher account<br /> <strong>Scopes:</strong> <code>group:write:admin</code></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["groups",":groupId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"10a76966-c516-4878-bd5b-063d95bae4c9","description":{"content":"<p>(Required) Unique Identifier of the group. Can be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a> API.<br /> To change a member's primary group, provide the groupId of the member's current primary group as the value of this field.<br /> To remove a member from one group and move the member to another group, provide the groupId of the group from which the member is to be moved.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"},{"id":"45025211-2d3e-487b-b316-b0b54a474e11","description":{"content":"<p>(Required) Unique Identifier of the group member. Can be retrieved by calling the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groupmembers\">List Group Members</a> API.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"}]}},"response":[{"id":"3458e023-ca25-40a1-8254-4f8aafa9b0af","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `4130`<br>\nA group with this {groupId} does not exist.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the type of action to be performed:<br><br>\n`move`: Simultaneously remove a member from one group and move the member to a different group.<br>\n`set_primary`: Set a primary group for the user.\n (This can only be one of move,set_primary)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Can be retrieved by calling [GET /groups](https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups) API.<br>\n\nTo move a user, use this field to specify the groupId of the group where the member is to be moved.<br>\n\nTo set a primary group for the user, provide the groupId of the group which is going to be the primary group.","type":"text/plain"},"key":"target_group_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8e6485eb-f14b-4ebf-ab3f-6bb312bbac51","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`<br>\n Only available for Paid account, {accountId}.<br><br>\n **Error Code:** `300`<br>\n The target_group_id can not be empty.<br><br>\n **Error Code:** `1010`<br>\n Group does not belong t","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the type of action to be performed:<br><br>\n`move`: Simultaneously remove a member from one group and move the member to a different group.<br>\n`set_primary`: Set a primary group for the user.\n (This can only be one of move,set_primary)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Can be retrieved by calling [GET /groups](https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups) API.<br>\n\nTo move a user, use this field to specify the groupId of the group where the member is to be moved.<br>\n\nTo set a primary group for the user, provide the groupId of the group which is going to be the primary group.","type":"text/plain"},"key":"target_group_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"997ac706-eaec-431c-90f5-ad930592cef7","name":"**HTTP Status Code:** `204` **No Content**<br>\nGroup member updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify the type of action to be performed:<br><br>\n`move`: Simultaneously remove a member from one group and move the member to a different group.<br>\n`set_primary`: Set a primary group for the user.\n (This can only be one of move,set_primary)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"Can be retrieved by calling [GET /groups](https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups) API.<br>\n\nTo move a user, use this field to specify the groupId of the group where the member is to be moved.<br>\n\nTo set a primary group for the user, provide the groupId of the group which is going to be the primary group.","type":"text/plain"},"key":"target_group_id","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"bf2f0090-0624-4c0e-8a8a-d2ffd52d46a5"}],"id":"56133ad8-b88f-4216-b5aa-c835980c02cc","_postman_id":"56133ad8-b88f-4216-b5aa-c835980c02cc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/groups/:groupId/members","id":"02005da8-85e5-41e5-b1b9-1dd58438f3b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/groups/:groupId/members?page_size=30&page_number=1","description":"<p>List the members of a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a> under your account.</p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["groups",":groupId","members"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"}],"variable":[{"id":"30d3cd55-4b4b-4c42-8600-e80497833b79","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"09cb0057-9d96-4408-b968-d80c231c7912","name":"**HTTP Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nA group with this {groupId} does not exist.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members?page_size=30&page_number=1","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"}],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"493314ce-5421-4972-93d3-8c40148d2576","name":"**HTTP Status Code:** `200`<br> Only available for paid account,{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members?page_size=30&page_number=1","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"}],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"members\": [\n  {\n   \"email\": \"\",\n   \"first_name\": \"Ram\",\n   \"id\": \"3542342\",\n   \"last_name\": \"Ghale\",\n   \"type\": 1\n  }\n ],\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 1,\n \"total_records\": 1\n}"}],"_postman_id":"02005da8-85e5-41e5-b1b9-1dd58438f3b6"},{"name":"https://api.zoom.us/v2/groups/:groupId/members","id":"648213ea-ba95-4d35-8406-cfc9d2578b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text","description":"<p>List of Group members</p>\n"}]},"url":"https://api.zoom.us/v2/groups/:groupId/members","description":"<p>Add members to a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a> under your account.</p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["groups",":groupId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0cd796d7-36fa-4724-9a91-b6f2110669d5","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"214e4c99-09bd-4ded-87de-692c95464a17","name":"Only available for paid account,{accountId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of Group members","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c960691e-8752-412e-a7aa-980b3d0ea2c2","name":"Member added.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of Group members","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members"],"variable":[{"key":"groupId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ids\": \"string\",\n \"added_at\": \"string [date-time]\"\n}"},{"id":"da59ac0c-d2a5-4f22-be7d-ff3a393a0419","name":"**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nA group with this {groupId} does not exist.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of Group members","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/members","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","members"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"648213ea-ba95-4d35-8406-cfc9d2578b03"}],"id":"af97fe27-9408-4640-a46e-3b574211a1e0","_postman_id":"af97fe27-9408-4640-a46e-3b574211a1e0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"settings","item":[{"name":"https://api.zoom.us/v2/groups/:groupId/settings","id":"c7f42880-89bc-4bcd-8bca-c594d723e661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/groups/:groupId/settings?option=<string>","description":"<p>Get settings for a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a>. \n<strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["groups",":groupId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p><code>meeting_authentication</code>: Use this query parameter to view <a href=\"https://support.zoom.us/hc/en-us/articles/360037117472-Authentication-Profiles-for-Meetings-and-Webinars\">meeting authentication configuration</a> applied on the account.<br /><code>recording_authentication</code>: Use this query parameter to view <a href=\"https://support.zoom.us/hc/en-us/articles/360037756671-Authentication-Profiles-for-Cloud-Recordings\">recording authentication configuration</a> applied on the account.</p>\n","type":"text/plain"},"key":"option","value":"<string>"}],"variable":[{"id":"ef75e5a6-640d-462e-b139-c07ca697f0bf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"07a1f26c-d950-498e-8852-a905c1da5eb1","name":"**Error Code**: `200` <br>\nOnly available for paid account.\n\n**HTTP Status Code**: `200` <br>\nGroup Settings Returned.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"schedule_meeting\": {\n  \"host_video\": true,\n  \"participant_video\": true,\n  \"audio_type\": \"both\",\n  \"join_before_host\": true,\n  \"force_pmi_jbh_password\": true,\n  \"require_password_for_scheduling_new_meetings\": true,\n  \"require_password_for_scheduled_meetings\": true,\n  \"require_password_for_instant_meetings\": false,\n  \"require_password_for_pmi_meetings\": \"all\",\n  \"pstn_password_protected\": true,\n  \"mute_upon_entry\": true,\n  \"upcoming_meeting_reminder\": true\n },\n \"in_meeting\": {\n  \"e2e_encryption\": true,\n  \"chat\": true,\n  \"private_chat\": true,\n  \"auto_saving_chat\": true,\n  \"entry_exit_chime\": \"all\",\n  \"record_play_own_voice\": false,\n  \"feedback\": true,\n  \"post_meeting_feedback\": true,\n  \"co_host\": true,\n  \"polling\": true,\n  \"attendee_on_hold\": true,\n  \"show_meeting_control_toolbar\": true,\n  \"allow_show_zoom_windows\": true,\n  \"annotation\": true,\n  \"whiteboard\": true,\n  \"remote_control\": true,\n  \"non_verbal_feedback\": true,\n  \"breakout_room\": false,\n  \"remote_support\": true,\n  \"closed_caption\": true,\n  \"far_end_camera_control\": true,\n  \"group_hd\": true,\n  \"virtual_background\": true,\n  \"alert_guest_join\": true,\n  \"auto_answer\": true,\n  \"sending_default_email_invites\": true,\n  \"use_html_format_email\": true,\n  \"stereo_audio\": true,\n  \"original_audio\": true,\n  \"show_device_list\": false,\n  \"only_host_view_device_list\": false,\n  \"screen_sharing\": true,\n  \"waiting_room\": true,\n  \"show_browser_join_link\": true\n },\n \"email_notification\": {\n  \"cloud_recording_available_reminder\": true,\n  \"jbh_reminder\": true,\n  \"cancel_meeting_reminder\": true,\n  \"alternative_host_reminder\": true,\n  \"schedule_for_host_reminder\": true\n },\n \"recording\": {\n  \"local_recording\": true,\n  \"cloud_recording\": true,\n  \"record_speaker_view\": true,\n  \"record_gallery_view\": false,\n  \"record_audio_file\": true,\n  \"save_chat_text\": true,\n  \"show_timestamp\": false,\n  \"recording_audio_transcript\": false,\n  \"auto_recording\": \"none\",\n  \"cloud_recording_download\": true,\n  \"cloud_recording_download_host\": true,\n  \"account_user_access_recording\": false,\n  \"host_delete_cloud_recording\": true\n },\n \"telephony\": {\n  \"third_party_audio\": true,\n  \"audio_conference_info\": \"1234656\"\n }\n}"},{"id":"9aba996e-d976-481a-9210-ae481f3fc9c6","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** `4130` <br>\nGroup does not exist: {groupId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7f42880-89bc-4bcd-8bca-c594d723e661"},{"name":"https://api.zoom.us/v2/groups/:groupId/settings","id":"2014570b-3a8a-4a10-bc09-8163a6a10419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<string>\",\"join_before_host\":\"<boolean>\",\"require_password_for_all_meetings\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"show_device_list\":\"<boolean>\",\"only_host_view_device_list\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"CA\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/groups/:groupId/settings?option=<string>","description":"<p>Update settings for a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a>.</p><p><br />Note: The <code>force_pmi_jbh_password</code> field under meeting settings is planned to be deprecated on September 22, 2019. This field will be replaced by another field that will provide the same functionality.</p>\n<strong>Prerequisite</strong>: Pro, Business, or Education account<br /> \n<strong>Scopes</strong>: <code>group:write:admin</code><br /><p></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["groups",":groupId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"key":"option","value":"<string>"}],"variable":[{"id":"2dd401b0-b807-4fbe-ab4f-06792f5318a4","description":{"content":"<p>(Required) Id of the group.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"62b7b0f3-1ef5-458d-aa4f-a726b7b12ad1","name":"**Error code:** `200`<br>\nOnly available for Paid account, {accountId}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<string>\",\"join_before_host\":\"<boolean>\",\"require_password_for_all_meetings\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"show_device_list\":\"<boolean>\",\"only_host_view_device_list\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"CN\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81826cd6-cee0-4518-8291-64e958bd75c9","name":"**HTTP Status Code:** `204`<br>\nSettings updated successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<string>\",\"join_before_host\":\"<boolean>\",\"require_password_for_all_meetings\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"show_device_list\":\"<boolean>\",\"only_host_view_device_list\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"CN\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"8737ec41-6be9-4379-af8c-71f7aaf253f5","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `4130`<br>\nGroup does not exist: {groupId}.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<string>\",\"join_before_host\":\"<boolean>\",\"require_password_for_all_meetings\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"record_play_own_voice\":\"<boolean>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"show_device_list\":\"<boolean>\",\"only_host_view_device_list\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"CN\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"record_speaker_view\":\"<boolean>\",\"record_gallery_view\":\"<boolean>\",\"record_audio_file\":\"<boolean>\",\"save_chat_text\":\"<boolean>\",\"show_timestamp\":\"<boolean>\",\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"cloud_recording_download_host\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2014570b-3a8a-4a10-bc09-8163a6a10419"}],"id":"7d675ec1-7002-41b1-a93f-51dceec4fc7c","_postman_id":"7d675ec1-7002-41b1-a93f-51dceec4fc7c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"lock settings","item":[{"name":"https://api.zoom.us/v2/groups/:groupId/lock_settings","id":"fdf2ce71-5906-429d-8bb9-6790ca8fdb8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/groups/:groupId/lock_settings","description":"<p>Retrieve a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group's</a> locked settings. If you lock a setting, the group members will not be able to modify it individually. </p><p><br />Note: The <code>force_pmi_jbh_password</code> field under meeting settings is planned to be deprecated on September 22, 2019. This field will be replaced by another field that will provide the same functionality.</p><p></p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["groups",":groupId","lock_settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e74db9c4-54c0-47f6-ab59-eff7f05bfa53","description":{"content":"<p>(Required) Id of the group.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"3b925640-e259-40e2-98e3-182b69beb223","name":"**Error Code:** `200`<br>\nOnly available for paid account.\n\n**Status Code:** `200`<br>\nLocked settings of group returned.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/lock_settings","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","lock_settings"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"schedule_meeting\": {\n  \"host_video\": true,\n  \"participant_video\": true,\n  \"audio_type\": true,\n  \"join_before_host\": true,\n  \"force_pmi_jbh_password\": true,\n  \"require_password_for_scheduling_new_meetings\": true,\n  \"require_password_for_instant_meetings\": false,\n  \"require_password_for_pmi_meetings\": true,\n  \"pstn_password_protected\": true,\n  \"mute_upon_entry\": true,\n  \"upcoming_meeting_reminder\": true\n },\n \"in_meeting\": {\n  \"e2e_encryption\": true,\n  \"chat\": true,\n  \"private_chat\": true,\n  \"auto_saving_chat\": true,\n  \"entry_exit_chime\": false,\n  \"feedback\": true,\n  \"post_meeting_feedback\": true,\n  \"co_host\": true,\n  \"polling\": true,\n  \"attendee_on_hold\": true,\n  \"show_meeting_control_toolbar\": true,\n  \"allow_show_zoom_windows\": true,\n  \"annotation\": true,\n  \"whiteboard\": true,\n  \"remote_control\": true,\n  \"non_verbal_feedback\": true,\n  \"breakout_room\": true,\n  \"remote_support\": true,\n  \"closed_caption\": true,\n  \"far_end_camera_control\": true,\n  \"group_hd\": true,\n  \"virtual_background\": true,\n  \"alert_guest_join\": true,\n  \"auto_answer\": true,\n  \"sending_default_email_invites\": true,\n  \"use_html_format_email\": true,\n  \"stereo_audio\": true,\n  \"original_audio\": true,\n  \"screen_sharing\": true,\n  \"waiting_room\": true,\n  \"show_browser_join_link\": true\n },\n \"email_notification\": {\n  \"cloud_recording_available_reminder\": true,\n  \"jbh_reminder\": true,\n  \"cancel_meeting_reminder\": true,\n  \"alternative_host_reminder\": true,\n  \"schedule_for_host_reminder\": true\n },\n \"recording\": {\n  \"local_recording\": false,\n  \"cloud_recording\": false,\n  \"auto_recording\": false,\n  \"cloud_recording_download\": false,\n  \"account_user_access_recording\": false,\n  \"host_delete_cloud_recording\": false,\n  \"auto_delete_cmr\": false\n },\n \"telephony\": {\n  \"third_party_audio\": false\n }\n}"},{"id":"9a321d68-f9f0-4751-9f24-208e4c425115","name":"**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nGroup does not exist: {groupId}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/lock_settings","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","lock_settings"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fdf2ce71-5906-429d-8bb9-6790ca8fdb8e"},{"name":"https://api.zoom.us/v2/groups/:groupId/lock_settings","id":"25bc92a6-e301-43d4-9bca-76e841fc7181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/groups/:groupId/lock_settings","description":"<p>Update a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group's</a> locked settings. If you lock a setting, the group members will not be able to modify it individually. </p><p><br />Note: The <code>force_pmi_jbh_password</code> field under meeting settings is planned to be deprecated on September 22, 2019. This field will be replaced by another field that will provide the same functionality.</p><p></p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["groups",":groupId","lock_settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"538b750f-7067-4e97-a429-7786ed52be0f","description":{"content":"<p>(Required) The Id of the group.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"423969f9-1a67-4894-89d8-b8c23794f67a","name":"**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nThis group does not exist.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/lock_settings","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","lock_settings"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7d2b6ca3-e6dd-4a7e-b966-353150b3f556","name":"**Status Code:** `204`<br>\nGroup's locked settings updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/lock_settings","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","lock_settings"],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"ee782fbf-765d-4f86-9939-e68a67988bdb","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`<br>\nOnly available for paid account.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"audio_type\":\"<boolean>\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"mute_upon_entry\":\"<boolean>\",\"upcoming_meeting_reminder\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"embed_password_in_join_link\":\"<boolean>\",\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":\"<boolean>\",\"private_chat\":\"<boolean>\",\"auto_saving_chat\":\"<boolean>\",\"entry_exit_chime\":\"<string>\",\"feedback\":\"<boolean>\",\"post_meeting_feedback\":\"<boolean>\",\"co_host\":\"<boolean>\",\"polling\":\"<boolean>\",\"attendee_on_hold\":\"<boolean>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"allow_show_zoom_windows\":\"<boolean>\",\"annotation\":\"<boolean>\",\"whiteboard\":\"<boolean>\",\"remote_control\":\"<boolean>\",\"non_verbal_feedback\":\"<boolean>\",\"breakout_room\":\"<boolean>\",\"remote_support\":\"<boolean>\",\"closed_caption\":\"<boolean>\",\"far_end_camera_control\":\"<boolean>\",\"group_hd\":\"<boolean>\",\"virtual_background\":\"<boolean>\",\"alert_guest_join\":\"<boolean>\",\"auto_answer\":\"<boolean>\",\"sending_default_email_invites\":\"<boolean>\",\"use_html_format_email\":\"<boolean>\",\"stereo_audio\":\"<boolean>\",\"original_audio\":\"<boolean>\",\"screen_sharing\":\"<boolean>\",\"waiting_room\":\"<boolean>\",\"show_browser_join_link\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"email_notification","value":"{\"cloud_recording_available_reminder\":\"<boolean>\",\"jbh_reminder\":\"<boolean>\",\"cancel_meeting_reminder\":\"<boolean>\",\"alternative_host_reminder\":\"<boolean>\",\"schedule_for_host_reminder\":\"<boolean>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":\"<boolean>\",\"auto_recording\":\"<string>\",\"cloud_recording_download\":\"<boolean>\",\"account_user_access_recording\":\"<boolean>\",\"host_delete_cloud_recording\":\"<boolean>\",\"auto_delete_cmr\":\"<boolean>\",\"recording_authentication\":\"<string>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId/lock_settings","host":["https://api.zoom.us/v2"],"path":["groups",":groupId","lock_settings"],"variable":[{"key":"groupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25bc92a6-e301-43d4-9bca-76e841fc7181"}],"id":"42f38ea0-15c8-4033-b5e8-e54f5b2cdc4f","_postman_id":"42f38ea0-15c8-4033-b5e8-e54f5b2cdc4f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/groups/:groupId","id":"9ff3b3a7-393e-4474-9d7a-e828fd0b74c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/groups/:groupId","description":"<p>Get a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a> under an account.</p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["groups",":groupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"d3248f4c-5606-4878-a849-37f0c405df5e","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"318b0d6e-6d83-45b6-83df-7d0c852c8d67","name":"**HTTP Status Code:** `404`<br>\nGroup not found.<br>\n**Error Code:** `4130`<br> A group with this {groupId} does not exist.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d225fbe7-f2f4-4d7b-8fd5-0eb57dd6999e","name":"**HTTP Status Code:** `200`<br> Group returned.<br>\n**Error Code:** `200`<br>\nOnly available for Paid account,{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"chfhfhhfh_TKikJIX0\",\n \"name\": \"My test group\",\n \"total_members\": 0\n}"},{"id":"f3100dad-e577-4f42-8fcf-d4683778bb22","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nGroup does not belong to your account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ff3b3a7-393e-4474-9d7a-e828fd0b74c0"},{"name":"https://api.zoom.us/v2/groups/:groupId","id":"331bfeb4-54b0-4b86-9072-d97d60207386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Group name. It must be unique to one account and less than 128 characters.</p>\n"}]},"url":"https://api.zoom.us/v2/groups/:groupId","description":"<p>Update a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a> under your account.</p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["groups",":groupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"10dad3ac-7705-4271-9bc2-e6be345c2b99","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"51ad544f-2808-466d-947a-d34e9e67be03","name":"Group updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name. It must be unique to one account and less than 128 characters.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb75bc8a-cdf7-475f-b7f0-8f0390cca297","name":"The group does not belong to this account:{accountId}.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name. It must be unique to one account and less than 128 characters.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c1ebf0cb-956e-4a87-8273-9d5f3f2fd110","name":"**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nA group with this {groupId} does not exist.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name. It must be unique to one account and less than 128 characters.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed3213d8-14dc-4462-8f15-4e0d90c14eb7","name":"**Status Code:** `409`<br>\nConflict<br>\n**Error Code:** `4132`<br>\nGroup name {groupName} is already in use.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name. It must be unique to one account and less than 128 characters.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"331bfeb4-54b0-4b86-9072-d97d60207386"},{"name":"https://api.zoom.us/v2/groups/:groupId","id":"8de134f6-7e49-4a3d-8116-d6b0db2e1e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/groups/:groupId","description":"<p>Delete a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a>.</p>\n<p><strong>Prerequisite</strong>: Pro, Business, or Education account<br />\n<strong>Scopes</strong>: <code>group:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["groups",":groupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"76c3acd5-733d-4e51-8f0c-998c1a6ba457","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"096695e1-4953-43bc-86e0-f283f2940a44","name":"**HTTP Status Code:** `404`<br>\nGroup not found.<br>\n**Error Code:** `4130`<br>\nA group with this {groupId} does not exist.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"468f29d6-5810-457a-ad4d-742a8376b9e8","name":"**Error Code:** `300`<br>\nGroup member not found.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a3c3c796-8e47-4c4f-919b-aea895d9dd32","name":"**HTTP Status Code:** `204`<br>\nGroup deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cce41aa5-1a0d-46f5-bfff-939320c67742","name":"**Error Code:** `200`<br>\nOnly available for Paid account,{accountId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8de134f6-7e49-4a3d-8116-d6b0db2e1e5d"}],"id":"05db8371-1254-4684-b8c1-5e021dafb105","_postman_id":"05db8371-1254-4684-b8c1-5e021dafb105","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/groups","id":"fc1b0492-6378-4f66-8f42-ef193f784fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/groups","description":"<p>List <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">groups</a> under an account.</p>\n<p><strong>Prerequisite</strong>: Pro or higher account.<br />\n<strong>Scopes</strong>: <code>group:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["groups"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"3d3156e1-5959-4ebf-88f9-ef3af5373c23","name":"**HTTP Status Code:** `200`<br>\nList of groups returned.<br>\n**Error Code:** `200`\nOnly available for paid accounts.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 2,\n \"groups\": [\n  {\n   \"id\": \"hFK_GtF_e_TaVA808\",\n   \"name\": \"ipsum\",\n   \"total_members\": 10\n  },\n  {\n   \"id\": \"TaVA8QKik_123\",\n   \"name\": \"awesomegroup\",\n   \"total_members\": 0\n  }\n ]\n}"},{"id":"73f87394-4530-4a3c-bb81-0a3d74ea9782","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `4130`<br> A group with this {groupId} does not exist.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/groups"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc1b0492-6378-4f66-8f42-ef193f784fc4"},{"name":"https://api.zoom.us/v2/groups","id":"6e811f6c-d0a8-4cd0-bacb-d9f73e379bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Group name.</p>\n"}]},"url":"https://api.zoom.us/v2/groups","description":"<p>Create a <a href=\"https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-\">group</a> under an account.</p>\n<p><strong>Prerequisite</strong>: Pro or higher account.<br />\n<strong>Scopes</strong>: <code>group:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["groups"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"09ecfd2b-55b2-40d4-8236-c6f5eaa101ea","name":"**HTTP Status Code:** `409`<br> **Error Code:** `4132`<br> Group name {groupName} is already in use.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/groups"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8876e479-f1b0-4e6a-9475-25febf7732b8","name":"**Error Code:** `200`<br>\nOnly available for Paid account,{accountId}","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/groups"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"923416d2-941c-47a2-969e-b7c7beaabd48","name":"**HTTP Status Code:** `201`<br>\nGroup created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created group","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"string\",\n \"name\": \"string\",\n \"total_members\": \"integer\"\n}"},{"id":"9e7edf83-77d5-4395-a14b-d02b7fe27e40","name":"**Error Code:** `300`<br>\nMissing field: name.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/groups"},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1a5d99b-6167-4c04-be05-a708269d6f65","name":"**HTTP Status Code:** `404`<br>**Error Code:** `4130`<br>A group with this {groupId} does not exist.\n\n\n\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/groups"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e811f6c-d0a8-4cd0-bacb-d9f73e379bf7"}],"id":"5c97637e-f708-443f-a1f5-04e758d1c45e","_postman_id":"5c97637e-f708-443f-a1f5-04e758d1c45e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"h323/devices","item":[{"name":"{device Id}","item":[{"name":"https://api.zoom.us/v2/h323/devices/:deviceId","id":"198c6d3f-7cbf-4b82-9bfa-e81f4bda226f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Device name.</p>\n"},{"key":"protocol","value":"<string>","type":"text","description":"<p>Device protocol:<br /><code>H.323</code> - H.323.<br /><code>SIP</code> - SIP. (This can only be one of H.323,SIP)</p>\n"},{"key":"ip","value":"<string>","type":"text","description":"<p>Device IP.</p>\n"},{"key":"encryption","value":"<string>","type":"text","description":"<p>Device encryption:<br /><code>auto</code> - auto.<br /><code>yes</code> - yes.<br /><code>no</code> - no. (This can only be one of auto,yes,no)</p>\n"}]},"url":"https://api.zoom.us/v2/h323/devices/:deviceId","description":"<p>A H.323 or SIP device can make a video call to a <a href=\"https://support.zoom.us/hc/en-us/articles/201363273-Getting-Started-With-H-323-SIP-Room-Connector\">Room Connector</a> to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to edit information of a H.323/SIP device from your Zoom account.<br /><br />\n<strong>Scopes:</strong> <code>h323:write:admin</code><br />\n <br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["h323","devices",":deviceId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ddb155d7-b5ab-4e92-b258-b4a8fb91283d","description":{"content":"<p>(Required) The device ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"deviceId"}]}},"response":[{"id":"1f02aee9-644b-4d54-81e6-972124b436ff","name":"**HTTP Status Code:** `204`<br>\nH.323/SIP device updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Device name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Device protocol:<br>`H.323` - H.323.<br>`SIP` - SIP. (This can only be one of H.323,SIP)","type":"text/plain"},"key":"protocol","value":"<string>","type":"text"},{"description":{"content":"Device IP.","type":"text/plain"},"key":"ip","value":"<string>","type":"text"},{"description":{"content":"Device encryption:<br>`auto` - auto.<br>`yes` - yes.<br>`no` - no. (This can only be one of auto,yes,no)","type":"text/plain"},"key":"encryption","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/h323/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["h323","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5c8684d6-5c2a-4695-85f8-e40831e4f82a","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2020`<br>\nH.323 device's display name:{displayName} is already in use.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Device name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Device protocol:<br>`H.323` - H.323.<br>`SIP` - SIP. (This can only be one of H.323,SIP)","type":"text/plain"},"key":"protocol","value":"<string>","type":"text"},{"description":{"content":"Device IP.","type":"text/plain"},"key":"ip","value":"<string>","type":"text"},{"description":{"content":"Device encryption:<br>`auto` - auto.<br>`yes` - yes.<br>`no` - no. (This can only be one of auto,yes,no)","type":"text/plain"},"key":"encryption","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/h323/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["h323","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9f9eaa7e-2541-4199-be09-362234365745","name":"**Error Code:** `300`<br>\nH.323 Device does not exist: {deviceId}.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Device name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Device protocol:<br>`H.323` - H.323.<br>`SIP` - SIP. (This can only be one of H.323,SIP)","type":"text/plain"},"key":"protocol","value":"<string>","type":"text"},{"description":{"content":"Device IP.","type":"text/plain"},"key":"ip","value":"<string>","type":"text"},{"description":{"content":"Device encryption:<br>`auto` - auto.<br>`yes` - yes.<br>`no` - no. (This can only be one of auto,yes,no)","type":"text/plain"},"key":"encryption","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/h323/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["h323","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"198c6d3f-7cbf-4b82-9bfa-e81f4bda226f"},{"name":"https://api.zoom.us/v2/h323/devices/:deviceId","id":"09c0f8fa-c103-4bd9-b48e-69d674b7ae0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/h323/devices/:deviceId","description":"<p>A H.323 or SIP device can make a video call to a <a href=\"https://support.zoom.us/hc/en-us/articles/201363273-Getting-Started-With-H-323-SIP-Room-Connector\">Room Connector</a> to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to delete a H.323/SIP device from your Zoom account.<br /><br />\n<strong>Scopes:</strong> <code>h323:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["h323","devices",":deviceId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e55c92f0-f0f4-4f3a-8092-3b4f3c4f5544","description":{"content":"<p>(Required) The device ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"deviceId"}]}},"response":[{"id":"31225c6b-67ca-4482-8183-c17fb67d89ef","name":"H.323 device does not exist: {deviceId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/h323/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["h323","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"751eb065-ac12-4981-b53e-81d0860af2f9","name":"H.323/SIP device deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/h323/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["h323","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8775149d-2321-4ecb-95d5-3a8710485558","name":"H.323/SIP device not found.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/h323/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["h323","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f55a0bdf-2b1e-4cee-9451-a9e3aadfabf9","name":"You do not have the permission to delete this device.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/h323/devices/:deviceId","host":["https://api.zoom.us/v2"],"path":["h323","devices",":deviceId"],"variable":[{"key":"deviceId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09c0f8fa-c103-4bd9-b48e-69d674b7ae0d"}],"id":"c58b6ab5-3124-481b-bfae-4326aeb9e504","_postman_id":"c58b6ab5-3124-481b-bfae-4326aeb9e504","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/h323/devices","id":"fbdba5ec-8963-478b-b799-b24ebfc85c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/h323/devices?page_size=30&page_number=1&next_page_token=<string>","description":"<p>A H.323 or SIP device can make a video call to a <a href=\"https://support.zoom.us/hc/en-us/articles/201363273-Getting-Started-With-H-323-SIP-Room-Connector\">Room Connector</a> to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to list all H.323/SIP Devices on a Zoom account.<br /><br />\n<strong>Scopes:</strong> <code>h323:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></p>\n","urlObject":{"path":["h323","devices"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"1fd7593d-ca7e-472a-b864-5e86b914a4e1","name":"**HTTP Status Code:** `200`<br>\nList of H.323/SIP devices returned.<br>\n**Error Code:** `200`<br>\nNo permission.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/h323/devices?page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["h323","devices"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 1,\n \"total_records\": 1,\n \"devices\": [\n  {\n   \"id\": \"abceHewahkrehwiK\",\n   \"name\": \"api_test_20190508\",\n   \"protocol\": \"H.323\",\n   \"ip\": \"127.0.0.1\",\n   \"encryption\": \"auto\"\n  }\n ]\n}"}],"_postman_id":"fbdba5ec-8963-478b-b799-b24ebfc85c5f"},{"name":"https://api.zoom.us/v2/h323/devices","id":"d89c7692-9ec4-46fd-95b6-1f8d69246bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Device name.</p>\n"},{"key":"protocol","value":"<string>","type":"text","description":"<p>Device protocol:<br /><code>H.323</code> - H.323.<br /><code>SIP</code> - SIP. (This can only be one of H.323,SIP)</p>\n"},{"key":"ip","value":"<string>","type":"text","description":"<p>Device IP.</p>\n"},{"key":"encryption","value":"<string>","type":"text","description":"<p>Device encryption:<br /><code>auto</code> - auto.<br /><code>yes</code> - yes.<br /><code>no</code> - no. (This can only be one of auto,yes,no)</p>\n"}]},"url":"https://api.zoom.us/v2/h323/devices","description":"<p>A H.323 or SIP device can make a video call to a <a href=\"https://support.zoom.us/hc/en-us/articles/201363273-Getting-Started-With-H-323-SIP-Room-Connector\">Room Connector</a> to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to add a H.323/SIP device to your Zoom account<br /><br />\n<strong>Scopes:</strong> <code>h323:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> <br /></p>\n","urlObject":{"path":["h323","devices"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"b0cbab9e-ea72-46af-b5ab-49f2fe7812e8","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `2020`<br>\nH.323 device's display name:{displayName} is already in use.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Device name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Device protocol:<br>`H.323` - H.323.<br>`SIP` - SIP. (This can only be one of H.323,SIP)","type":"text/plain"},"key":"protocol","value":"<string>","type":"text"},{"description":{"content":"Device IP.","type":"text/plain"},"key":"ip","value":"<string>","type":"text"},{"description":{"content":"Device encryption:<br>`auto` - auto.<br>`yes` - yes.<br>`no` - no. (This can only be one of auto,yes,no)","type":"text/plain"},"key":"encryption","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/h323/devices"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cecf995f-29b3-4bb1-93b4-78ad1a42b1e0","name":"**Error Code:** `200`<br>\nNo permission.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Device name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Device protocol:<br>`H.323` - H.323.<br>`SIP` - SIP. (This can only be one of H.323,SIP)","type":"text/plain"},"key":"protocol","value":"<string>","type":"text"},{"description":{"content":"Device IP.","type":"text/plain"},"key":"ip","value":"<string>","type":"text"},{"description":{"content":"Device encryption:<br>`auto` - auto.<br>`yes` - yes.<br>`no` - no. (This can only be one of auto,yes,no)","type":"text/plain"},"key":"encryption","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/h323/devices"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd581f97-9903-42cc-90ea-5f01b6534c8b","name":"**HTTP Status Code:** `201`<br>\nH.323/SIP device created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Device name.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Device protocol:<br>`H.323` - H.323.<br>`SIP` - SIP. (This can only be one of H.323,SIP)","type":"text/plain"},"key":"protocol","value":"<string>","type":"text"},{"description":{"content":"Device IP.","type":"text/plain"},"key":"ip","value":"<string>","type":"text"},{"description":{"content":"Device encryption:<br>`auto` - auto.<br>`yes` - yes.<br>`no` - no. (This can only be one of auto,yes,no)","type":"text/plain"},"key":"encryption","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/h323/devices"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created device","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"string\",\n \"name\": \"string\",\n \"protocol\": \"string\",\n \"ip\": \"string\",\n \"encryption\": \"string\"\n}"}],"_postman_id":"d89c7692-9ec4-46fd-95b6-1f8d69246bf0"}],"id":"0cd7354c-25a6-4d7a-b283-7c5b5095446d","_postman_id":"0cd7354c-25a6-4d7a-b283-7c5b5095446d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"tracking fields","item":[{"name":"{field Id}","item":[{"name":"https://api.zoom.us/v2/tracking_fields/:fieldId","id":"0d034830-d371-4866-a45c-5510a57b0a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/tracking_fields/:fieldId","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115000293426-Scheduling-Tracking-Fields\">Tracking fields</a> allow you to analyze usage by various fields within an organization.<br /><br /> When scheduling a meeting, the tracking field will be included in the meeting options.<br />Use this API to get information on a tracking field.<br /><br />\n<strong>Scopes:</strong> <code>trackingfield:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Business, Education, API or higher plan</li>\n</ul>\n","urlObject":{"path":["tracking_fields",":fieldId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"384a3ead-ddac-429c-b9cb-4c5351ff82cf","description":{"content":"<p>(Required) The Tracking Field ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"fieldId"}]}},"response":[{"id":"a6b1abc8-04a9-470f-8614-a7bdb289dd6f","name":"**HTTP Status Code:** `200`<br>\nTracking Field object returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/tracking_fields/:fieldId","host":["https://api.zoom.us/v2"],"path":["tracking_fields",":fieldId"],"variable":[{"key":"fieldId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"fdfgdfgr23gr1\",\n \"field\": \"Meeting Purpose\",\n \"required\": true,\n \"visible\": false,\n \"recommended_values\": [\n  \"Support\",\n  \"Onboarding\",\n  \"Sales\",\n  \"Other\"\n ]\n}"},{"id":"aa046af2-74c4-4594-8cc6-c2548d0251a0","name":"**HTTP Status Code:** `404`<br>\nTracking Field not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/tracking_fields/:fieldId","host":["https://api.zoom.us/v2"],"path":["tracking_fields",":fieldId"],"variable":[{"key":"fieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d034830-d371-4866-a45c-5510a57b0a37"},{"name":"https://api.zoom.us/v2/tracking_fields/:fieldId","id":"01476270-2761-4ce4-abc3-7a1b5ab2f305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"field","value":"<string>","type":"text","description":"<p>Label/ Name for the tracking field.</p>\n"},{"key":"required","value":"<boolean>","type":"text","description":"<p>Tracking Field Required</p>\n"},{"key":"visible","value":"<boolean>","type":"text","description":"<p>Tracking Field Visible</p>\n"},{"key":"recommended_values","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Array of recommended values</p>\n"}]},"url":"https://api.zoom.us/v2/tracking_fields/:fieldId","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115000293426-Scheduling-Tracking-Fields\">Tracking fields</a> allow you to analyze usage by various fields within an organization.<br /> Use this API to update a tracking field.<br /><br />\n<strong>Scope:</strong> <code>trackingfield:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Business, Education, API or higher plan</li>\n</ul>\n","urlObject":{"path":["tracking_fields",":fieldId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"3955f7a0-c192-4759-8759-747bac0c1fa3","description":{"content":"<p>(Required) The Tracking Field ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"fieldId"}]}},"response":[{"id":"7c6fdc46-f983-49db-9b92-a2026a9de57e","name":"**HTTP Status Code:** `404`<br>\nTracking Field not found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Label/ Name for the tracking field.","type":"text/plain"},"key":"field","value":"<string>","type":"text"},{"description":{"content":"Tracking Field Required","type":"text/plain"},"key":"required","value":"<boolean>","type":"text"},{"description":{"content":"Tracking Field Visible","type":"text/plain"},"key":"visible","value":"<boolean>","type":"text"},{"description":{"content":"Array of recommended values","type":"text/plain"},"key":"recommended_values","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/tracking_fields/:fieldId","host":["https://api.zoom.us/v2"],"path":["tracking_fields",":fieldId"],"variable":[{"key":"fieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"add63c37-3431-466c-94b1-dbf049187afc","name":"**HTTP Status Code:** `204`<br>\nTracking Field updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Label/ Name for the tracking field.","type":"text/plain"},"key":"field","value":"<string>","type":"text"},{"description":{"content":"Tracking Field Required","type":"text/plain"},"key":"required","value":"<boolean>","type":"text"},{"description":{"content":"Tracking Field Visible","type":"text/plain"},"key":"visible","value":"<boolean>","type":"text"},{"description":{"content":"Array of recommended values","type":"text/plain"},"key":"recommended_values","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/tracking_fields/:fieldId","host":["https://api.zoom.us/v2"],"path":["tracking_fields",":fieldId"],"variable":[{"key":"fieldId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01476270-2761-4ce4-abc3-7a1b5ab2f305"},{"name":"https://api.zoom.us/v2/tracking_fields/:fieldId","id":"8bd75687-b08e-43eb-93e7-2f29246477dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/tracking_fields/:fieldId","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115000293426-Scheduling-Tracking-Fields\">Tracking fields</a> allow you to analyze usage by various fields within an organization.<br /> Use this API to delete a tracking field.<br /><br />\n<strong>Scope:</strong> <code>trackingfield:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Business, Education, API or higher plan</li>\n</ul>\n","urlObject":{"path":["tracking_fields",":fieldId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e6f68342-04e7-4bc5-bc3c-4ef021d4d746","description":{"content":"<p>(Required) The Tracking Field ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"fieldId"}]}},"response":[{"id":"a141c69b-4485-4488-9dfc-aee6d9c49f43","name":"**HTTP Status Code:** `204`<br>\nTracking Field deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/tracking_fields/:fieldId","host":["https://api.zoom.us/v2"],"path":["tracking_fields",":fieldId"],"variable":[{"key":"fieldId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc978442-6f67-4776-b48c-03c062da00b4","name":"**HTTP Status Code:** `404`<br>\nTracking Field not found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/tracking_fields/:fieldId","host":["https://api.zoom.us/v2"],"path":["tracking_fields",":fieldId"],"variable":[{"key":"fieldId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bd75687-b08e-43eb-93e7-2f29246477dd"}],"id":"6084f265-6f5d-4c05-b451-89a75f73e2f9","_postman_id":"6084f265-6f5d-4c05-b451-89a75f73e2f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/tracking_fields","id":"82ea4e5a-b20f-45dc-9044-2f4df16ecd0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/tracking_fields","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115000293426-Scheduling-Tracking-Fields\">Tracking fields</a> allow you to analyze usage by various fields within an organization.<br /> Use this API to list all the tracking fields on your Zoom account.<br /><br />\n<strong>Scopes:</strong> <code>trackingfield:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Business, Education, API or higher plan</li>\n</ul>\n","urlObject":{"path":["tracking_fields"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"1d2e5c4a-bbd8-484f-a288-63abb053449e","name":"**HTTP Status Code:** `200`<br>\nList of Tracking Fields returned.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/tracking_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"total_records\\\": 1,\\n  \\\"tracking_fields\\\": [\\n  {\\n  \\\"id\\\": \\\"3746374637\\\",\\n  \\\"field\\\": \\\"Meeting Purpose\\\",\\n  \\\"required\\\": true,\\n  \\\"visible\\\": false,\\n  \\\"recommended_values\\\": [\\n    \\\"Support\\\",\\n    \\\"Onboarding\\\",\\n    \\\"Sales\\\",\\n    \\\"Other\\\"\\n  ]\\n}\\n}\""}],"_postman_id":"82ea4e5a-b20f-45dc-9044-2f4df16ecd0f"},{"name":"https://api.zoom.us/v2/tracking_fields","id":"9de11710-3e07-473f-93b4-b7d34ddd6c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"field","value":"<string>","type":"text","description":"<p>Label/ Name for the tracking field.</p>\n"},{"key":"required","value":"<boolean>","type":"text","description":"<p>Tracking Field Required</p>\n"},{"key":"visible","value":"<boolean>","type":"text","description":"<p>Tracking Field Visible</p>\n"},{"key":"recommended_values","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Array of recommended values</p>\n"}]},"url":"https://api.zoom.us/v2/tracking_fields","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115000293426-Scheduling-Tracking-Fields\">Tracking fields</a> allow you to analyze usage by various fields within an organization.<br /> Use this API to create a new tracking field.<br /><br />\n<strong>Scope:</strong> <code>trackingfield:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Business, Education, API or higher plan</li>\n</ul>\n","urlObject":{"path":["tracking_fields"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"f4b7f83c-6ed4-471e-9404-6bb96fcbdf7f","name":"**HTTP Status Code:** `201`<br>\nTracking Field created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Label/ Name for the tracking field.","type":"text/plain"},"key":"field","value":"<string>","type":"text"},{"description":{"content":"Tracking Field Required","type":"text/plain"},"key":"required","value":"<boolean>","type":"text"},{"description":{"content":"Tracking Field Visible","type":"text/plain"},"key":"visible","value":"<boolean>","type":"text"},{"description":{"content":"Array of recommended values","type":"text/plain"},"key":"recommended_values","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":"https://api.zoom.us/v2/tracking_fields"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created tracking field","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"fugiat ut ad dolore\",\n \"field\": \"aute et\",\n \"required\": false,\n \"visible\": true,\n \"recommended_values\": [\n  \"sunt sed\",\n  \"est amet minim\"\n ]\n}"}],"_postman_id":"9de11710-3e07-473f-93b4-b7d34ddd6c67"}],"id":"3f9ea2c8-7724-4851-82fe-944cf20f23ed","_postman_id":"3f9ea2c8-7724-4851-82fe-944cf20f23ed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"im","item":[{"name":"groups","item":[{"name":"{group Id}","item":[{"name":"members","item":[{"name":"https://api.zoom.us/v2/im/groups/:groupId/members","id":"2531080c-3a12-4273-ada7-386932708d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/groups/:groupId/members?page_size=30&page_number=1&next_page_token=<string>","description":"<p>List the members of an <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory group</a>.<br /><br />\n<strong>Scope:</strong> <code>imgroup:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["im","groups",":groupId","members"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"eae81d22-293b-40f2-9cdb-de7e1d17722c","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"7f01fb1d-1021-4896-9f94-2dabcf1a936a","name":"**HTTP Status Code:** `404` <br>\nIM Group not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members?page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf71390a-9c99-4ce9-92a2-c70a2728602f","name":"**HTTP Status Code:** `200` <br>\nIM group member list returned.<br>\n**Error Code:** `200` <br> \nOnly available for paid account:{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members?page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"1\",\n \"page_number\": \"1\",\n \"page_size\": \"1\",\n \"total_records\": \"1\",\n \"members\": [\n  {\n   \"id\": \"dlfjdhq3430394\",\n   \"email\": \"fidsgkrdjksagf@someemail.dsfjksdh\",\n   \"first_name\": \"Rahul\",\n   \"last_name\": \"Ghimire\",\n   \"type\": \"2\"\n  }\n ]\n}"},{"id":"fddceb0b-22bd-4321-87ac-c9b76e3e6611","name":"**Error Code:** `300` <br>\nMissing field: name.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members?page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"groupId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2531080c-3a12-4273-ada7-386932708d7b"},{"name":"https://api.zoom.us/v2/im/groups/:groupId/members","id":"fe0a2452-520a-4015-9801-1a72a2d38688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text","description":"<p>List of IM group members.</p>\n"}]},"url":"https://api.zoom.us/v2/im/groups/:groupId/members","description":"<p>Add members to an <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory group</a> under an account.<br /><br />\n<strong>Scope:</strong> <code>imgroup:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["im","groups",":groupId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"d8355946-b944-4c7d-9736-5f9da09edd99","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"24ddf804-a639-40f4-a48d-c6fa4ae92f07","name":"**HTTP Status Code:** `201` <br>\nMember added.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of IM group members.","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members"],"variable":[{"key":"groupId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ids\": \"string\",\n \"added_at\": \"string [date-time]\"\n}"},{"id":"577fc21e-98fc-425b-9afc-5527757862ce","name":"**Error Code:** `300` <br>\nMissing field: name.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of IM group members.","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members"],"variable":[{"key":"groupId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"615b38c8-d765-4a45-b27b-22ff416dede5","name":"**HTTP Status Code:** `404` <br>\nIM Group not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of IM group members.","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"db5d1c02-d3f4-450a-8eaa-cc1e06e56eea","name":"**Error Code:** `200` <br>\nOnly available for paid account:{accountId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of IM group members.","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe0a2452-520a-4015-9801-1a72a2d38688"},{"name":"https://api.zoom.us/v2/im/groups/:groupId/members/:memberId","id":"c2e231bd-2831-4339-a323-33eb65fe537c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/im/groups/:groupId/members/:memberId","description":"<p>Delete a member from an <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory group</a> under an account.<br /><br />\nScopes: <code>imgroup:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["im","groups",":groupId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"7576c686-8dff-4cec-b6d3-7f5416d086a5","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"},{"id":"2e9f8f1b-4724-4634-9902-2caccb770de0","description":{"content":"<p>(Required) The member ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"}]}},"response":[{"id":"7ac6ecf8-cb80-4514-b63a-73a390c7c123","name":"**Error Code:** `300` <br>\nMissing field: name.<br>\nCan not delete account from default group:{groupId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"afa2f14b-b247-4d0c-9c64-ada9484172d0","name":"**HTTP Status Code:** `404` <br>\nIM Group or IM Group member not found.<br>\n**Error Code:** `4130` <br>\nGroup does not exist:{groupId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca05dbe3-6a8e-4fac-be89-01ff9a6d4cdd","name":"**Error Code:** `200` <br>\nOnly available for paid account, {accountId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ee67065e-773a-4348-8680-fedc6b3e790d","name":"**HTTP Status Code:** `204` <br>\nIM group member deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId","members",":memberId"],"variable":[{"key":"groupId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2e231bd-2831-4339-a323-33eb65fe537c"}],"id":"49682c8c-1a89-4835-aadc-09cd448d1c0a","_postman_id":"49682c8c-1a89-4835-aadc-09cd448d1c0a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/im/groups/:groupId","id":"f6e8aa76-59f2-4932-8d91-19de2e398095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/groups/:groupId","description":"<p>Retrieve an <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory group</a> under your account.<br /><br />\nScopes: <code>imgroup:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["im","groups",":groupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"9d1d3439-b165-470d-9298-cd68ff6e4324","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"278a9ac9-5924-407b-9ea0-d08de96e176b","name":"**HTTP Status Code:** <br>\nIM Group not found.<br>\n**Error Code:** `4130` <br>\nGroup does not exist:{groupId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89c57ea0-4f2f-469d-9192-93ecf656d31b","name":"**HTTP Status Code:** `200` <br>\nIM group object returned.<br>\n**Error Code:** `200` <br>\nOnly available for paid account:{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"string\",\n \"name\": \"string\",\n \"total_members\": \"integer\",\n \"type\": \"string\",\n \"search_by_domain\": \"boolean\",\n \"search_by_account\": \"boolean\",\n \"search_by_ma_account\": \"boolean\"\n}"},{"id":"e659202b-6d74-4fbe-a907-0d2562c4bb52","name":"**Error Code:** `300` <br>\nMissing field: name.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6e8aa76-59f2-4932-8d91-19de2e398095"},{"name":"https://api.zoom.us/v2/im/groups/:groupId","id":"7c1d02a0-8a53-4c73-a284-0d92f2d1b69d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Group name: must be unique to one account.</p>\n"},{"key":"type","value":"<string>","type":"text","description":"<p>IM Group types:<br /><code>normal</code> - Only group members can automatically see others in their group. Other people can search for members in the group.<br /><code>shared</code> - Everyone under the account can see the group and members automatically.<br /><code>restricted</code> - Nobody can see the group or search for members except for the members in the group. (This can only be one of normal,shared,restricted)</p>\n"},{"key":"search_by_domain","value":"<boolean>","type":"text","description":"<p>Members can search for others in the same email domain.</p>\n"},{"key":"search_by_account","value":"<boolean>","type":"text","description":"<p>Members can search for others under same account.</p>\n"},{"key":"search_by_ma_account","value":"<boolean>","type":"text","description":"<p>Members can search for others under same master account, including all sub accounts.</p>\n"}]},"url":"https://api.zoom.us/v2/im/groups/:groupId","description":"<p>Update an <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory group</a> under your account.<br /><br />\n<strong>Scopes</strong>: <code>imgroup:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["im","groups",":groupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ad7a6b3a-38c7-4656-a719-31fa664f6994","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"923ccfac-41d0-4977-86b1-c22656f8dff9","name":"**HTTP Status Code:** `404` <br>\nIM Group not found.\n**Error Code:** `4130`<br>\nGroup does not exist:{groupId}.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name: must be unique to one account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"IM Group types:<br>`normal` - Only group members can automatically see others in their group. Other people can search for members in the group.<br>`shared` - Everyone under the account can see the group and members automatically.<br>`restricted` - Nobody can see the group or search for members except for the members in the group. (This can only be one of normal,shared,restricted)","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Members can search for others in the same email domain.","type":"text/plain"},"key":"search_by_domain","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same account.","type":"text/plain"},"key":"search_by_account","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same master account, including all sub accounts.","type":"text/plain"},"key":"search_by_ma_account","value":"<boolean>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a8a11c8d-e407-403e-aa60-51ddbae4a77d","name":"**HTTP Status Code:** `204` <br>\nIM group updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name: must be unique to one account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"IM Group types:<br>`normal` - Only group members can automatically see others in their group. Other people can search for members in the group.<br>`shared` - Everyone under the account can see the group and members automatically.<br>`restricted` - Nobody can see the group or search for members except for the members in the group. (This can only be one of normal,shared,restricted)","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Members can search for others in the same email domain.","type":"text/plain"},"key":"search_by_domain","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same account.","type":"text/plain"},"key":"search_by_account","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same master account, including all sub accounts.","type":"text/plain"},"key":"search_by_ma_account","value":"<boolean>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fae2ce05-f255-4f30-9974-f45675119938","name":"**Error Code:** `300` <br>\nMissing field: name","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name: must be unique to one account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"IM Group types:<br>`normal` - Only group members can automatically see others in their group. Other people can search for members in the group.<br>`shared` - Everyone under the account can see the group and members automatically.<br>`restricted` - Nobody can see the group or search for members except for the members in the group. (This can only be one of normal,shared,restricted)","type":"text/plain"},"key":"type","value":"<string>","type":"text"},{"description":{"content":"Members can search for others in the same email domain.","type":"text/plain"},"key":"search_by_domain","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same account.","type":"text/plain"},"key":"search_by_account","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same master account, including all sub accounts.","type":"text/plain"},"key":"search_by_ma_account","value":"<boolean>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c1d02a0-8a53-4c73-a284-0d92f2d1b69d"},{"name":"https://api.zoom.us/v2/im/groups/:groupId","id":"d07f522c-7bbb-4638-a44a-ccfc54b83450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/im/groups/:groupId","description":"<p>Delete an <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory group</a> under your account.<br /><br />\nScopes: <code>imgroup:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["im","groups",":groupId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"abba4512-e242-4449-989c-cae7354fc259","description":{"content":"<p>(Required) The group ID.<br />\nCan be retrieved by calling <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/groups/groups\">GET /groups</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"groupId"}]}},"response":[{"id":"669acf76-0d1e-47dd-8014-d974204d6397","name":"**HTTP Status Code:** `204` <br>\nIM group deleted.\n\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"69c5683d-2d96-43f0-80f5-8924e750058f","name":"**Error Code:** `300` <br>\nMissing field: name.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d34b9052-631e-4443-89d4-5a263f1dee66","name":"**HTTP Status Code:** `404` <br>\nIM Group not found.\n**Error Code:** `4130` <br>\nGroup does not exist:{groupId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/im/groups/:groupId","host":["https://api.zoom.us/v2"],"path":["im","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d07f522c-7bbb-4638-a44a-ccfc54b83450"}],"id":"1babc460-3550-469d-b70f-75a7c68767db","_postman_id":"1babc460-3550-469d-b70f-75a7c68767db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/im/groups","id":"4c1830c3-5f98-4e5b-b742-222a5200a87a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/groups","description":"<p>List <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory groups</a>.<br /><br />\n<strong>Scopes</strong>: <code>imgroup:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["im","groups"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"5a236ac1-6c9d-44bc-a3fc-4bc9a6184adb","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** `4130` <br>\nGroup does not exist:{groupId}.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/groups"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd8926e0-3a13-40c1-a673-5977c93a47af","name":"**HTTP Status Code:** `200` <br>\nList of groups returned.\n**Error Code:** `200` <br>\nList of IM groups returned.<br>\nOnly available for paid account:{accountId}.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"1\",\n \"page_number\": \"1\",\n \"page_size\": \"1\",\n \"total_records\": \"1\",\n \"groups\": [\n  {\n   \"id\": \"sjvfkjfew34535\",\n   \"name\": \"MyAdminDirectoryGroup\",\n   \"total_members\": \"10\",\n   \"type\": \"shared\",\n   \"search_by_domain\": \"true\",\n   \"search_by_account\": \"false\",\n   \"search_by_ma_account\": \"false\"\n  }\n ]\n}"}],"_postman_id":"4c1830c3-5f98-4e5b-b742-222a5200a87a"},{"name":"https://api.zoom.us/v2/im/groups","id":"f3e35048-57b0-40af-9fc4-f1a257504e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Group name: must be unique to one account.</p>\n"},{"key":"type","value":"normal","type":"text","description":"<p>IM Group types:<br /><code>normal</code> - Only members can see automatically see the other members of this group. Other people can search for members within this group. <br /><code>shared</code> - Everyone under an account can see the group members automatically.<br /><code>restricted</code> - Nobody can see the group or search for members except the members in the group. (This can only be one of normal,shared,restricted)</p>\n"},{"key":"search_by_domain","value":"<boolean>","type":"text","description":"<p>Members can search for others in the same email domain.</p>\n"},{"key":"search_by_account","value":"<boolean>","type":"text","description":"<p>Members can search for others under same account.</p>\n"},{"key":"search_by_ma_account","value":"<boolean>","type":"text","description":"<p>Members can search for others under same master account, including all sub accounts.</p>\n"}]},"url":"https://api.zoom.us/v2/im/groups","description":"<p>Create an <a href=\"https://support.zoom.us/hc/en-us/articles/203749815-IM-Management\">IM directory group</a> under your account.<br /><br />\n<strong>Scopes</strong>: <code>imgroup:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["im","groups"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"0830f381-58ad-44fe-b7ab-dde037625ece","name":"**HTTP Status Code:** `409` <br>\n**Error Code:** `4132` <br>\nGroup name {groupName} is already in use.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name: must be unique to one account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"IM Group types:<br>`normal` - Only members can see automatically see the other members of this group. Other people can search for members within this group. <br>`shared` - Everyone under an account can see the group members automatically.<br>`restricted` - Nobody can see the group or search for members except the members in the group. (This can only be one of normal,shared,restricted)","type":"text/plain"},"key":"type","value":"normal","type":"text"},{"description":{"content":"Members can search for others in the same email domain.","type":"text/plain"},"key":"search_by_domain","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same account.","type":"text/plain"},"key":"search_by_account","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same master account, including all sub accounts.","type":"text/plain"},"key":"search_by_ma_account","value":"<boolean>","type":"text"}]},"url":"https://api.zoom.us/v2/im/groups"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3bf1c5e7-fa70-4bf7-bb15-5d4ee564e299","name":"**Error Code:** `200` <br>\nOnly available for paid account:{accountId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name: must be unique to one account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"IM Group types:<br>`normal` - Only members can see automatically see the other members of this group. Other people can search for members within this group. <br>`shared` - Everyone under an account can see the group members automatically.<br>`restricted` - Nobody can see the group or search for members except the members in the group. (This can only be one of normal,shared,restricted)","type":"text/plain"},"key":"type","value":"normal","type":"text"},{"description":{"content":"Members can search for others in the same email domain.","type":"text/plain"},"key":"search_by_domain","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same account.","type":"text/plain"},"key":"search_by_account","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same master account, including all sub accounts.","type":"text/plain"},"key":"search_by_ma_account","value":"<boolean>","type":"text"}]},"url":"https://api.zoom.us/v2/im/groups"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c37fb44-5c5a-4a66-8ced-07137ea11208","name":"**HTTP Status Code:** `404` <br>\n**Error Code:** `4130` <br>\nGroup does not exist:{groupId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name: must be unique to one account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"IM Group types:<br>`normal` - Only members can see automatically see the other members of this group. Other people can search for members within this group. <br>`shared` - Everyone under an account can see the group members automatically.<br>`restricted` - Nobody can see the group or search for members except the members in the group. (This can only be one of normal,shared,restricted)","type":"text/plain"},"key":"type","value":"normal","type":"text"},{"description":{"content":"Members can search for others in the same email domain.","type":"text/plain"},"key":"search_by_domain","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same account.","type":"text/plain"},"key":"search_by_account","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same master account, including all sub accounts.","type":"text/plain"},"key":"search_by_ma_account","value":"<boolean>","type":"text"}]},"url":"https://api.zoom.us/v2/im/groups"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5bbdc46-7e1d-405a-9999-ef811e49ba85","name":"**HTTP Status Code:** `201`<br>\nIM Group created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Group name: must be unique to one account.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"IM Group types:<br>`normal` - Only members can see automatically see the other members of this group. Other people can search for members within this group. <br>`shared` - Everyone under an account can see the group members automatically.<br>`restricted` - Nobody can see the group or search for members except the members in the group. (This can only be one of normal,shared,restricted)","type":"text/plain"},"key":"type","value":"normal","type":"text"},{"description":{"content":"Members can search for others in the same email domain.","type":"text/plain"},"key":"search_by_domain","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same account.","type":"text/plain"},"key":"search_by_account","value":"<boolean>","type":"text"},{"description":{"content":"Members can search for others under same master account, including all sub accounts.","type":"text/plain"},"key":"search_by_ma_account","value":"<boolean>","type":"text"}]},"url":"https://api.zoom.us/v2/im/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created IM Group","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f3e35048-57b0-40af-9fc4-f1a257504e56"}],"id":"f73d27f5-b9fe-42b5-9485-225410470bff","_postman_id":"f73d27f5-b9fe-42b5-9485-225410470bff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"chat","item":[{"name":"sessions","item":[{"name":"https://api.zoom.us/v2/im/chat/sessions","id":"09128822-8e9b-4095-898d-6307e7db95f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/chat/sessions?from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>Retrieve IM Chat sessions for a specified period of time. </p><aside>Note: This API only supports Oauth2.</aside><br /><p></p>\n<p><strong>Scopes:</strong> <code>imchat:read, imchat:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["im","chat","sessions"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"b9dbb322-58ed-41cf-9ca2-d6357562cb6c","name":"**Error Code:** `300` <br>\nThe next page token is invalid or expired. <br>\nReport requested exceeds 6 month limit.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/chat/sessions?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","chat","sessions"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d587c6be-b495-4103-90f4-098948bc8a49","name":"**HTTP Status Code:** `200` <br>\nArchived IM chat sessions returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/chat/sessions?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","chat","sessions"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-08-31\",\n \"to\": \"2019-09-12\",\n \"page_size\": 30,\n \"next_page_token\": \"vsdfjesfdhs\",\n \"sessions\": [\n  {\n   \"session_id\": \"dkhfgjd\",\n   \"type\": \"Group\",\n   \"name\": \"API overview meeting\",\n   \"last_message_sent_time\": \"2016-12-16T05:04:08.470Z\"\n  }\n ]\n}"}],"_postman_id":"09128822-8e9b-4095-898d-6307e7db95f6"},{"name":"https://api.zoom.us/v2/im/chat/sessions/:sessionId","id":"ed2c0cef-9be7-4f9e-96ea-9b084da51faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/chat/sessions/:sessionId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>Retrieve IM chat messages for a specified period of time. </p><aside>Note: This API only supports oauth2.</aside><br /><br /><p></p>\n<p><strong>Scopes:</strong> <code>imchat:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["im","chat","sessions",":sessionId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"c880d5a1-9a54-4950-99aa-2448dc041759","description":{"content":"<p>(Required) IM chat session ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"sessionId"}]}},"response":[{"id":"3c86cde3-98c9-4b72-9c57-666e48596d16","name":"**HTTP Status Code:** `200` <br>\nArchived IM chat messages returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/chat/sessions/:sessionId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","chat","sessions",":sessionId"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"sessionId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"session_id\": \"string\",\n \"from\": \"string [date]\",\n \"to\": \"string [date]\",\n \"page_size\": \"integer\",\n \"next_page_token\": \"string\",\n \"messages\": [\n  {\n   \"message\": \"string\",\n   \"sender\": \"string\",\n   \"date_time\": \"string [date-time]\",\n   \"action\": \"string\",\n   \"action_time\": \"string [date-time]\"\n  }\n ]\n}"},{"id":"8c587553-0754-4118-b89b-3641d82a67d0","name":"**Error Code:**`300` <br>\nThe next page token is either invalid or has expired.<br>\nReport requested exceeds 6 month limit.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/chat/sessions/:sessionId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","chat","sessions",":sessionId"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"sessionId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed2c0cef-9be7-4f9e-96ea-9b084da51faf"}],"id":"a651fcaa-df81-43e5-8faa-ec836718bd02","_postman_id":"a651fcaa-df81-43e5-8faa-ec836718bd02","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"messages","item":[{"name":"{message id}","item":[{"name":"https://api.zoom.us/v2/im/chat/messages/:message_id","id":"59299e47-f3b5-40ff-86a0-0f4bd5abc2e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"robot_jid","value":"<string>","type":"text","description":"<p>Robot JID created when enabling chatbot features on your marketplace app.</p>\n"},{"key":"account_id","value":"<string>","type":"text","description":"<p>The AccountID of the Zoom account to which the message was sent. Retrieve this from the Chatbot request sent to your server as shown in the example <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/sending-messages\">here</a>.</p>\n"},{"key":"content","value":"<object>","type":"text","description":"<p>JSON template describing how the edited message should be displayed for the user. For more information please see our <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/sending-messages#example-request\">\"Send Message\" templates</a>.</p>\n"},{"key":"user_jid","value":"<string>","type":"text","description":"<p><strong>Optional</strong><br />\nThe UserJID of the user on whose behalf the message is being sent. Use this field to prevent members of a channel from getting notifications that were set up by a user who has left the channel.</p>\n"},{"key":"is_markdown_support","value":"<boolean>","type":"text","description":"<p><strong>Optional</strong><br />\nEnable or disable markdown parser to your chatbot message. Applies the markdown parser to your chatbot message if the value of this field is set to <code>true</code>.<br /> To learn more, refer to the Chatbot message <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-markdown\">markdown reference</a>.</p>\n"}]},"url":"https://api.zoom.us/v2/im/chat/messages/:message_id","description":"<p>Edit a message that was <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/im-chat/sendchatbot\">sent</a> by your Chatbot app.<br /> After sending a message using the Send Chatbot Message API, you must store the messageId returned in the response so that you can make edits to the associated message using this API.</p>\n<p><strong>Scope:</strong> <code>imchat:bot</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Authorization Flow</strong>: Client Credentials Flow<br /><br />\nTo get authorized, make a POST request to <code>/oauth/token</code> endpoint with grant type as <code>client_credentials</code>. <br />Use <code>https://api.zoom.us/oauth/token?grant_type=client_credentials</code> as the endpoint for the request. \nYou will need to send your ClientID and Secret as a Basic base64 encoded AUthorization header. Ex. <code>Basic base64Encode({client_id}:{client_sceret})</code><br /><br /> Next, use the token received (access_token) as a bearer token while making the PUT /im/chat/messages/{message_id} request to edit a chatbot message.<br /><br />\nLearn more about how to authotize chatbots in the <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/authorization\">Chatbot Authorization</a> guide.</p>\n","urlObject":{"path":["im","chat","messages",":message_id"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"de82808d-a2b5-4b5f-bf13-5f91655b37c6","description":{"content":"<p>(Required) Unique Identifier of the message that needs to be updated. This should be retrieved from the response of <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/im-chat/sendchatbot\">Send Chatbot Message API</a>.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"message_id"}]}},"response":[{"id":"ea469245-5ca2-4fe7-b994-fca8efe98ca9","name":"**HTTP Status Code:** `200` **OK**<br>\nMessage updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Robot JID created when enabling chatbot features on your marketplace app.","type":"text/plain"},"key":"robot_jid","value":"<string>","type":"text"},{"description":{"content":"The AccountID of the Zoom account to which the message was sent. Retrieve this from the Chatbot request sent to your server as shown in the example [here]( https://marketplace.zoom.us/docs/guides/chatbots/sending-messages).","type":"text/plain"},"key":"account_id","value":"<string>","type":"text"},{"description":{"content":"JSON template describing how the edited message should be displayed for the user. For more information please see our [\"Send Message\" templates](https://marketplace.zoom.us/docs/guides/chatbots/sending-messages#example-request).","type":"text/plain"},"key":"content","value":"<object>","type":"text"},{"description":{"content":"**Optional**<br>\nThe UserJID of the user on whose behalf the message is being sent. Use this field to prevent members of a channel from getting notifications that were set up by a user who has left the channel.","type":"text/plain"},"key":"user_jid","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>\nEnable or disable markdown parser to your chatbot message. Applies the markdown parser to your chatbot message if the value of this field is set to `true`.<br> To learn more, refer to the Chatbot message [markdown reference](https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-markdown).","type":"text/plain"},"key":"is_markdown_support","value":"<boolean>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/chat/messages/:message_id","host":["https://api.zoom.us/v2"],"path":["im","chat","messages",":message_id"],"variable":[{"key":"message_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message_id\": \"201910tryyRFjM_main\",\n \"robot_jid\": \"v1pky3tyBBB5pl8q@xmpp.zoom.us\",\n \"sent_time\": \"2019-10-17 01:40:24\",\n \"to_jid\": \"xghfd@shj.zoom.us\",\n \"user_jid\": \"jnrgfjp6w@xmpp.zoom.us\"\n}"}],"_postman_id":"59299e47-f3b5-40ff-86a0-0f4bd5abc2e2"},{"name":"https://api.zoom.us/v2/im/chat/messages/:message_id","id":"b3477b27-4a96-408c-8ef7-9aec1ff74612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"robot_jid","value":"<string>","type":"text","description":"<p>The BotJID found in the Chat Subscription Section on the Features page of your App Dashboard.</p>\n"},{"key":"account_id","value":"<string>","type":"text","description":"<p>The AccountID of the Zoom account to which the message was sent. Retrieve this from the Chatbot request sent to your server as shown in the example <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/sending-messages\">here</a>.</p>\n"},{"key":"user_jid","value":"<string>","type":"text","description":"<p>The UserJID of the user on whose behalf the message is being sent. Used to prevent members of a channel from getting notifications that were set up by a user who has left the channel.</p>\n"}]},"url":"https://api.zoom.us/v2/im/chat/messages/:message_id","description":"<p>Delete a message that was sent by your chatbot app.<br /><br /> <strong>Scopes:</strong> <code>imchat:bot</code><br /> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /><strong>Authorization Flow</strong>: Client Credentials Flow<br /><br />To get authorized, make a POST request to <code>/oauth/token</code> endpoint with grant type as <code>client_credentials</code>. <br />Use <code>https://api.zoom.us/oauth/token?grant_type=client_credentials</code> as the endpoint for the request. \nYou will need to send your ClientID and Secret as a Basic base64 encoded AUthorization header. Ex. <code>Basic base64Encode({client_id}:{client_sceret})</code><br /><br /> Next, use the token received (access_token) as a bearer token while making the DELETE /im/chat/messages/{message_id} request to delete a message.<br /><br />\nLearn more about how to authotize chatbots in the <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/authorization\">Chatbot Authorization</a> guide.</p>\n","urlObject":{"path":["im","chat","messages",":message_id"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"376691f0-d91d-4371-aafd-714948da0e46","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"message_id"}]}},"response":[{"id":"60fd809e-a816-4c0b-8f0a-13e6e91cdfdf","name":"**HTTP Status Code:** `200` **OK**<br>\nMessage deleted.","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The BotJID found in the Chat Subscription Section on the Features page of your App Dashboard.","type":"text/plain"},"key":"robot_jid","value":"<string>","type":"text"},{"description":{"content":"The AccountID of the Zoom account to which the message was sent. Retrieve this from the Chatbot request sent to your server as shown in the example [here]( https://marketplace.zoom.us/docs/guides/chatbots/sending-messages).","type":"text/plain"},"key":"account_id","value":"<string>","type":"text"},{"description":{"content":"The UserJID of the user on whose behalf the message is being sent. Used to prevent members of a channel from getting notifications that were set up by a user who has left the channel.","type":"text/plain"},"key":"user_jid","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/chat/messages/:message_id","host":["https://api.zoom.us/v2"],"path":["im","chat","messages",":message_id"],"variable":[{"key":"message_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message_id\": \"20191017014024747_XYYRFjM_main\",\n \"robot_jid\": \"v1pky3qsaoqqwdfdsaf5pl8q@xmppdev.zoom.us\",\n \"sent_time\": \"2019-10-17 01:40:24\",\n \"to_jid\": \"xxx@conference.xmppdev.zoom.us\",\n \"user_jid\": \"jnr_3e_eq4cveeafp3qp6w@xmppdev.zoom.us\"\n}"}],"_postman_id":"b3477b27-4a96-408c-8ef7-9aec1ff74612"}],"id":"92f16cb4-8fdb-48b0-bb7c-a2b549cd835e","_postman_id":"92f16cb4-8fdb-48b0-bb7c-a2b549cd835e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/im/chat/messages","id":"780f00e0-ae5e-42ac-924f-0ac77991203f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"robot_jid","value":"<string>","type":"text","description":"<p>Robot JID created when enabling chatbot features on your marketplace app.</p>\n"},{"key":"to_jid","value":"<string>","type":"text","description":"<p>Unique JID of reciever. Can be a group or user.</p>\n"},{"key":"account_id","value":"<string>","type":"text","description":"<p>Account ID of the authorized account.</p>\n"},{"key":"content","value":"<object>","type":"text","description":"<p>JSON template describing how the message should be displayed for the user. For more information please see our <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/sending-messages#example-request\">\"Send Message\" templates</a>.</p>\n"},{"key":"visible_to_user","value":"<string>","type":"text","description":"<p><strong>Optional</strong><br />Allow a Chatbot to send a message to a group channel, but have only one designated person in that group channel see the message by providing the person's UserID in this field.</p>\n"},{"key":"user_jid","value":"<string>","type":"text","description":"<p><strong>Optional</strong><br />\nThe UserJID of the user on whose behalf the message is being sent. Use this field to prevent members of a channel from getting notifications that were set up by a user who has left the channel.</p>\n"},{"key":"is_markdown_support","value":"<boolean>","type":"text","description":"<p><strong>Optional</strong><br />\nApplies the markdown parser to your chatbot message if the value of this field is set to <code>true</code>.<br /> To learn more, refer to the Chatbot message <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-markdown\">markdown reference</a>.</p>\n"}]},"url":"https://api.zoom.us/v2/im/chat/messages","description":"<p>Send chatbot messages from your marketplace chatbot app.<br /><br />\n<strong>Scopes:</strong> <code>imchat:bot</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Authorization Flow</strong>: Client Credentials Flow<br /><br />\nTo get authorized, make a POST request to <code>/oauth/token</code> endpoint with grant type as <code>client_credentials</code>. <br />Use <code>https://api.zoom.us/oauth/token?grant_type=client_credentials</code> as the endpoint for the request. \nYou will need to send your ClientID and Secret as a Basic base64 encoded AUthorization header. Ex. <code>Basic base64Encode({client_id}:{client_sceret})</code><br /><br /> Next, use the token recieved (access_token) as a bearer token while making the POST /im/chat/messages request to send chatbot messages.<br /><br />\nLearn more about how to authorize chatbots in the <a href=\"https://marketplace.zoom.us/docs/guides/chatbots/authorization\">Chatbot Authorization</a> guide.</p>\n","urlObject":{"path":["im","chat","messages"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"385ed25e-8b4b-42f1-8cbc-2d5b0595353c","name":"**HTTP Status Code:** `200` **OK**<br>\nMessage Sent.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Robot JID created when enabling chatbot features on your marketplace app.","type":"text/plain"},"key":"robot_jid","value":"<string>","type":"text"},{"description":{"content":"Unique JID of reciever. Can be a group or user.","type":"text/plain"},"key":"to_jid","value":"<string>","type":"text"},{"description":{"content":"Account ID of the authorized account.","type":"text/plain"},"key":"account_id","value":"<string>","type":"text"},{"description":{"content":"JSON template describing how the message should be displayed for the user. For more information please see our [\"Send Message\" templates](https://marketplace.zoom.us/docs/guides/chatbots/sending-messages#example-request).","type":"text/plain"},"key":"content","value":"<object>","type":"text"},{"description":{"content":"**Optional**<br>Allow a Chatbot to send a message to a group channel, but have only one designated person in that group channel see the message by providing the person's UserID in this field.","type":"text/plain"},"key":"visible_to_user","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>\nThe UserJID of the user on whose behalf the message is being sent. Use this field to prevent members of a channel from getting notifications that were set up by a user who has left the channel.","type":"text/plain"},"key":"user_jid","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>\nApplies the markdown parser to your chatbot message if the value of this field is set to `true`.<br> To learn more, refer to the Chatbot message [markdown reference](https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-markdown).","type":"text/plain"},"key":"is_markdown_support","value":"<boolean>","type":"text"}]},"url":"https://api.zoom.us/v2/im/chat/messages"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3fcf7905-18a5-4ca8-ad54-d9e9c2df51d1","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `7001`<br>\nLink does not support markdown format.<br>\nEdit message does not support markdown format.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Robot JID created when enabling chatbot features on your marketplace app.","type":"text/plain"},"key":"robot_jid","value":"<string>","type":"text"},{"description":{"content":"Unique JID of reciever. Can be a group or user.","type":"text/plain"},"key":"to_jid","value":"<string>","type":"text"},{"description":{"content":"Account ID of the authorized account.","type":"text/plain"},"key":"account_id","value":"<string>","type":"text"},{"description":{"content":"JSON template describing how the message should be displayed for the user. For more information please see our [\"Send Message\" templates](https://marketplace.zoom.us/docs/guides/chatbots/sending-messages#example-request).","type":"text/plain"},"key":"content","value":"<object>","type":"text"},{"description":{"content":"**Optional**<br>Allow a Chatbot to send a message to a group channel, but have only one designated person in that group channel see the message by providing the person's UserID in this field.","type":"text/plain"},"key":"visible_to_user","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>\nThe UserJID of the user on whose behalf the message is being sent. Use this field to prevent members of a channel from getting notifications that were set up by a user who has left the channel.","type":"text/plain"},"key":"user_jid","value":"<string>","type":"text"},{"description":{"content":"**Optional**<br>\nApplies the markdown parser to your chatbot message if the value of this field is set to `true`.<br> To learn more, refer to the Chatbot message [markdown reference](https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-markdown).","type":"text/plain"},"key":"is_markdown_support","value":"<boolean>","type":"text"}]},"url":"https://api.zoom.us/v2/im/chat/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"780f00e0-ae5e-42ac-924f-0ac77991203f"}],"id":"d7e46a59-b954-48a3-a7e5-b77dcdef4059","_postman_id":"d7e46a59-b954-48a3-a7e5-b77dcdef4059","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}}],"id":"4d185ac3-1619-40be-bc3f-7359d0de70e5","_postman_id":"4d185ac3-1619-40be-bc3f-7359d0de70e5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"users","item":[{"name":"https://api.zoom.us/v2/im/users/:userId/chat/messages","id":"b74c3880-8a81-4d01-8f1f-c8087557d43f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/im/users/:userId/chat/messages?chat_user=<string>&channel=<string>&date=<string>&page_size=30&next_page_token=<string>","description":"<p>Get IM Chat messages for a specified period of time. </p><aside>Note: This API only supports Oauth2.</aside><br /><br />\n<strong>Scopes:</strong> <code>imchat:read</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /><p></p>\n","urlObject":{"path":["im","users",":userId","chat","messages"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Chat user's ID or email address.</p>\n","type":"text/plain"},"key":"chat_user","value":"<string>"},{"description":{"content":"<p>IM Channel's ID.</p>\n","type":"text/plain"},"key":"channel","value":"<string>"},{"description":{"content":"<p>IM message's query date time, format as yyyy-MM-dd.</p>\n","type":"text/plain"},"key":"date","value":"<string>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"ee8b4514-70a4-4f83-ab0d-c6331217b844","description":{"content":"<p>(Required) The user ID or email address.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"8aa64369-c16f-45a8-a02f-b41ebe687e2c","name":"**HTTP Status Code:** `200`<br>\nUser's IM messages returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/im/users/:userId/chat/messages?chat_user=<string>&channel=<string>&date=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["im","users",":userId","chat","messages"],"query":[{"key":"chat_user","value":"<string>"},{"key":"channel","value":"<string>"},{"key":"date","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"date\": \"string [date]\",\n \"page_size\": \"integer\",\n \"next_page_token\": \"string\",\n \"messages\": [\n  {\n   \"id\": \"string\",\n   \"message\": \"string\",\n   \"sender\": \"string\",\n   \"date_time\": \"string [date-time]\",\n   \"timstamp\": \"Long\"\n  }\n ]\n}"}],"_postman_id":"b74c3880-8a81-4d01-8f1f-c8087557d43f"},{"name":"https://api.zoom.us/v2/im/users/me/chat/messages","id":"4012498c-79bc-488d-8462-6a2a9a900d34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"<string>","type":"text","description":"<p>IM message content.</p>\n"}]},"url":"https://api.zoom.us/v2/im/users/me/chat/messages?chat_user=<string>","description":"<p>Send chat message to a user. </p><aside>Note: This API only supports OAuth 2.0.</aside><br /><br /><strong>Scope:</strong> <code>imchat:write</code><p></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> </p>\n","urlObject":{"path":["im","users","me","chat","messages"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The email address (registered with Zoom) or the userId of the chat user.</p>\n","type":"text/plain"},"key":"chat_user","value":"<string>"}],"variable":[]}},"response":[{"id":"21f452ad-a8d4-41a3-af7f-8bc6618d950f","name":"**HTTP Status Code:** `201`<br>\nMessage Sent.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"IM message content.","type":"text/plain"},"key":"message","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/im/users/me/chat/messages?chat_user=<string>","host":["https://api.zoom.us/v2"],"path":["im","users","me","chat","messages"],"query":[{"key":"chat_user","value":"<string>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"string\"\n}"}],"_postman_id":"4012498c-79bc-488d-8462-6a2a9a900d34"}],"id":"6454e5ce-b813-4da0-8c46-c81653c24c43","_postman_id":"6454e5ce-b813-4da0-8c46-c81653c24c43","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}}],"id":"14659f26-c57b-42f0-aa9d-4d26b8fac550","_postman_id":"14659f26-c57b-42f0-aa9d-4d26b8fac550","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"users","item":[{"name":"{user Id}","item":[{"name":"meetings","item":[{"name":"https://api.zoom.us/v2/users/:userId/meetings","id":"bdc58e62-ab86-4997-98c9-98c4b1afe1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/meetings?type=live&page_size=30&next_page_token=<string>&page_number=<string>","description":"<p>List all the meetings that were scheduled for a user (meeting host). This API only supports scheduled meetings and thus, details on instant meetings are not returned via this API.<br /><br />\n<strong>Scopes:</strong> <code>meeting:read:admin</code> <code>meeting:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["users",":userId","meetings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting types: <br /><code>scheduled</code> - This includes all valid past meetings (unexpired), live meetings and upcoming scheduled meetings. It is equivalent to the combined list of \"Previous Meetings\" and \"Upcoming Meetings\" displayed in the user's <a href=\"https://zoom.us/meeting\">Meetings page</a> on the Zoom Web Portal.<br /><code>live</code> - All the ongoing meetings.<br /><code>upcoming</code> - All upcoming meetings including live meetings.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"<string>"}],"variable":[{"id":"000960c4-4e77-40ec-8b43-bffe95a452c5","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"0f17e24d-c904-417b-bcb9-0a494343bf09","name":"**HTTP Status Code:** `200`<br>\nList of meeting objects returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/meetings?type=live&page_size=30&next_page_token=<string>&page_number=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","meetings"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"page_number","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 4,\n \"meetings\": [\n  {\n   \"uuid\": \"mlghmfghlBBB\",\n   \"id\": 11111,\n   \"host_id\": \"abckjdfhsdkjf\",\n   \"topic\": \"Zoom Meeting\",\n   \"type\": 2,\n   \"start_time\": \"2019-08-16T02:00:00Z\",\n   \"duration\": 30,\n   \"timezone\": \"America/Los_Angeles\",\n   \"created_at\": \"2019-08-16T01:13:12Z\",\n   \"join_url\": \"https://zoom.us/j/11111\"\n  },\n  {\n   \"uuid\": \"J8H8eavweUcd321==\",\n   \"id\": 2222,\n   \"host_id\": \"abckjdfhsdkjf\",\n   \"topic\": \"TestMeeting\",\n   \"type\": 2,\n   \"start_time\": \"2019-08-16T19:00:00Z\",\n   \"duration\": 60,\n   \"timezone\": \"America/Los_Angeles\",\n   \"agenda\": \"RegistrationDeniedTest\",\n   \"created_at\": \"2019-08-16T18:30:46Z\",\n   \"join_url\": \"https://zoom.us/j/2222\"\n  },\n  {\n   \"uuid\": \"SGVTAcfSfCbbbb\",\n   \"id\": 33333,\n   \"host_id\": \"abckjdfhsdkjf\",\n   \"topic\": \"My Meeting\",\n   \"type\": 2,\n   \"start_time\": \"2019-08-16T22:00:00Z\",\n   \"duration\": 60,\n   \"timezone\": \"America/Los_Angeles\",\n   \"created_at\": \"2019-08-16T21:15:56Z\",\n   \"join_url\": \"https://zoom.us/j/33333\"\n  },\n  {\n   \"uuid\": \"64123avdfsMVA==\",\n   \"id\": 44444,\n   \"host_id\": \"abckjdfhsdkjf\",\n   \"topic\": \"MyTestPollMeeting\",\n   \"type\": 2,\n   \"start_time\": \"2019-08-29T18:00:00Z\",\n   \"duration\": 60,\n   \"timezone\": \"America/Los_Angeles\",\n   \"created_at\": \"2019-08-29T17:32:33Z\",\n   \"join_url\": \"https://zoom.us/j/4444\"\n  }\n ]\n}"},{"id":"c650741d-4027-4e7c-bbe2-b24a76ccfba1","name":"**HTTP Status Code:** `404`<br>\nUser ID not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} not exist or not belong to this account.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/meetings?type=live&page_size=30&next_page_token=<string>&page_number=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","meetings"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"page_number","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bdc58e62-ab86-4997-98c9-98c4b1afe1a8"},{"name":"https://api.zoom.us/v2/users/:userId/meetings","id":"fb2b9a4d-e831-4689-856f-1ba79fda7a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"test\",\n  \"type\": \"3\",\n  \"start_time\": \"2020-09-23T20:30:00\",\n  \"duration\": 30,\n  \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.zoom.us/v2/users/:userId/meetings","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/201362413-Scheduling-meetings\">Create a meeting</a> for a user. <br />This API has a daily rate limit of 100 requests per day. Therefore, only 100 <strong>Create a Meeting</strong> API requests are permitted within a 24 hour window for a user.<br /></p>\n<aside>The <code>start_url</code> of a meeting is a URL using which a host or an alternative host can start a meeting. The expiration time for the <code>start_url</code> field is two hours for all regular users. \n    \n<p>For custCreate meeting hosts( i.e., users created using the <code>custCreate</code> option via the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usercreate\">Create Users</a> API), the expiration time of the <code>start_url</code> field is 90 days from the generation of the <code>start_url</code>.</p>\n<p>For security reasons, the recommended way to retrieve the updated value for the <code>start_url</code> field programmatically (after expiry) is by calling the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting\">Retrieve a Meeting API</a> and referring to the value of the <code>start_url</code> field in the response.</p></aside><br /><br />\nScopes: <code>meeting:write:admin</code> <code>meeting:write</code><p></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","meetings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"RtHaRRvUSSOQAbZobCBVcQ","key":"userId"}]}},"response":[{"id":"58308095-7980-45ef-ae06-3309759bfb96","name":"**HTTP Status Code:** `404` **Not Found**<br>\nUser not found.<br>\n\n**Error Code:** `1001`<br> User {userId} not exist or not belong to this account.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Meeting topic.","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"Meeting Type:<br>`1` - Instant meeting.<br>`2` - Scheduled meeting.<br>`3` - Recurring meeting with no fixed time.<br>`8` - Recurring meeting with fixed time. (This can only be one of 1,2,3,8)","type":"text/plain"},"key":"type","value":"2","type":"text"},{"description":{"content":"Meeting start time. We support two formats for `start_time` - local time and GMT.<br> \n\nTo set time as GMT the format should be `yyyy-MM-dd`T`HH:mm:ssZ`. Example: \"2020-03-31T12:02:00Z\"\n\nTo set time using a specific timezone, use `yyyy-MM-dd`T`HH:mm:ss` format and specify the timezone [ID](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) in the `timezone` field OR leave it blank and the timezone set on your Zoom account will be used. You can also set the time as UTC as the timezone field.\n\nThe `start_time` should only be used for scheduled and / or recurring webinars with fixed time.","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"Meeting duration (minutes). Used for scheduled meetings only.","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"If you would like to schedule this meeting for someone else in your account, provide the Zoom user id or email address of the user here.","type":"text/plain"},"key":"schedule_for","value":"<string>","type":"text"},{"description":{"content":"Time zone to format start_time. For example, \"America/Los_Angeles\". For scheduled meetings only. Please reference our [time zone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list for supported time zones and their formats.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Passcode to join the meeting. By default, passcode may only contain the following characters: [a-z A-Z 0-9 @ - _ *] and can have a maximum of 10 characters.\n\n**Note:** If the account owner or the admin has configured [minimum passcode requirement settings](https://support.zoom.us/hc/en-us/articles/360033559832-Meeting-and-webinar-passwords#h_a427384b-e383-4f80-864d-794bf0a37604), the passcode value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Meeting description.","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"Tracking fields","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"(Required) Recurrence object. Use this object only for a meeting with type `8` i.e., a recurring meeting with fixed time. ","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"Meeting settings.","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":\"<boolean>\",\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"additional_data_center_regions\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/meetings","host":["https://api.zoom.us/v2"],"path":["users",":userId","meetings"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"697a1b17-4b4e-4b9d-a8f6-094511eb4258","name":"**HTTP Status Code:** `300`<br>\nInvalid enforce_login_domains, separate multiple domains by semicolon.<br>\nA maximum of {rateLimitNumber} meetings can be created/updated for a single user in one day.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Meeting topic.","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"Meeting Type:<br>`1` - Instant meeting.<br>`2` - Scheduled meeting.<br>`3` - Recurring meeting with no fixed time.<br>`8` - Recurring meeting with fixed time. (This can only be one of 1,2,3,8)","type":"text/plain"},"key":"type","value":"2","type":"text"},{"description":{"content":"Meeting start time. We support two formats for `start_time` - local time and GMT.<br> \n\nTo set time as GMT the format should be `yyyy-MM-dd`T`HH:mm:ssZ`. Example: \"2020-03-31T12:02:00Z\"\n\nTo set time using a specific timezone, use `yyyy-MM-dd`T`HH:mm:ss` format and specify the timezone [ID](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) in the `timezone` field OR leave it blank and the timezone set on your Zoom account will be used. You can also set the time as UTC as the timezone field.\n\nThe `start_time` should only be used for scheduled and / or recurring webinars with fixed time.","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"Meeting duration (minutes). Used for scheduled meetings only.","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"If you would like to schedule this meeting for someone else in your account, provide the Zoom user id or email address of the user here.","type":"text/plain"},"key":"schedule_for","value":"<string>","type":"text"},{"description":{"content":"Time zone to format start_time. For example, \"America/Los_Angeles\". For scheduled meetings only. Please reference our [time zone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list for supported time zones and their formats.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Passcode to join the meeting. By default, passcode may only contain the following characters: [a-z A-Z 0-9 @ - _ *] and can have a maximum of 10 characters.\n\n**Note:** If the account owner or the admin has configured [minimum passcode requirement settings](https://support.zoom.us/hc/en-us/articles/360033559832-Meeting-and-webinar-passwords#h_a427384b-e383-4f80-864d-794bf0a37604), the passcode value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Meeting description.","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"Tracking fields","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"(Required) Recurrence object. Use this object only for a meeting with type `8` i.e., a recurring meeting with fixed time. ","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"Meeting settings.","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":\"<boolean>\",\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"additional_data_center_regions\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/meetings","host":["https://api.zoom.us/v2"],"path":["users",":userId","meetings"],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6bac0da3-cc7e-4d67-b5d6-d37ec6c0bd10","name":"**HTTP Status Code:** `201`<br>\nMeeting created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Meeting topic.","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"Meeting Type:<br>`1` - Instant meeting.<br>`2` - Scheduled meeting.<br>`3` - Recurring meeting with no fixed time.<br>`8` - Recurring meeting with fixed time. (This can only be one of 1,2,3,8)","type":"text/plain"},"key":"type","value":"2","type":"text"},{"description":{"content":"Meeting start time. We support two formats for `start_time` - local time and GMT.<br> \n\nTo set time as GMT the format should be `yyyy-MM-dd`T`HH:mm:ssZ`. Example: \"2020-03-31T12:02:00Z\"\n\nTo set time using a specific timezone, use `yyyy-MM-dd`T`HH:mm:ss` format and specify the timezone [ID](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) in the `timezone` field OR leave it blank and the timezone set on your Zoom account will be used. You can also set the time as UTC as the timezone field.\n\nThe `start_time` should only be used for scheduled and / or recurring webinars with fixed time.","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"Meeting duration (minutes). Used for scheduled meetings only.","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"If you would like to schedule this meeting for someone else in your account, provide the Zoom user id or email address of the user here.","type":"text/plain"},"key":"schedule_for","value":"<string>","type":"text"},{"description":{"content":"Time zone to format start_time. For example, \"America/Los_Angeles\". For scheduled meetings only. Please reference our [time zone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list for supported time zones and their formats.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"Passcode to join the meeting. By default, passcode may only contain the following characters: [a-z A-Z 0-9 @ - _ *] and can have a maximum of 10 characters.\n\n**Note:** If the account owner or the admin has configured [minimum passcode requirement settings](https://support.zoom.us/hc/en-us/articles/360033559832-Meeting-and-webinar-passwords#h_a427384b-e383-4f80-864d-794bf0a37604), the passcode value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Meeting description.","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"Tracking fields","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"(Required) Recurrence object. Use this object only for a meeting with type `8` i.e., a recurring meeting with fixed time. ","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"Meeting settings.","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":\"<boolean>\",\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"additional_data_center_regions\":[\"<string>\",\"<string>\"]}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/meetings","host":["https://api.zoom.us/v2"],"path":["users",":userId","meetings"],"variable":[{"key":"userId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created Meeting","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"created_at\": \"2019-09-05T16:54:14Z\",\n \"duration\": 60,\n \"host_id\": \"AbcDefGHi\",\n \"id\": 1100000,\n \"join_url\": \"https://zoom.us/j/1100000\",\n \"settings\": {\n  \"alternative_hosts\": \"\",\n  \"approval_type\": 2,\n  \"audio\": \"both\",\n  \"auto_recording\": \"local\",\n  \"close_registration\": false,\n  \"cn_meeting\": false,\n  \"enforce_login\": false,\n  \"enforce_login_domains\": \"\",\n  \"global_dial_in_countries\": [\n   \"US\"\n  ],\n  \"global_dial_in_numbers\": [\n   {\n    \"city\": \"New York\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 1000200200\",\n    \"type\": \"toll\"\n   },\n   {\n    \"city\": \"San Jose\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 6699006833\",\n    \"type\": \"toll\"\n   },\n   {\n    \"city\": \"San Jose\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 408000000\",\n    \"type\": \"toll\"\n   }\n  ],\n  \"host_video\": false,\n  \"in_meeting\": false,\n  \"join_before_host\": true,\n  \"mute_upon_entry\": false,\n  \"participant_video\": false,\n  \"registrants_confirmation_email\": true,\n  \"use_pmi\": false,\n  \"waiting_room\": false,\n  \"watermark\": false,\n  \"registrants_email_notification\": true\n },\n \"start_time\": \"2019-08-30T22:00:00Z\",\n \"start_url\": \"https://zoom.us/s/1100000?iIifQ.wfY2ldlb82SWo3TsR77lBiJjR53TNeFUiKbLyCvZZjw\",\n \"status\": \"waiting\",\n \"timezone\": \"America/New_York\",\n \"topic\": \"API Test\",\n \"type\": 2,\n \"uuid\": \"ng1MzyWNQaObxcf3+Gfm6A==\"\n}"}],"_postman_id":"fb2b9a4d-e831-4689-856f-1ba79fda7a80"}],"id":"2dc7d48c-8b67-4d6a-9b84-9282729ccd0b","_postman_id":"2dc7d48c-8b67-4d6a-9b84-9282729ccd0b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"assistants","item":[{"name":"https://api.zoom.us/v2/users/:userId/assistants","id":"26007c47-4623-4c13-98c5-3ddf6a3a56a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/assistants","description":"<p>List a user's assistants.</p>\n<p>Assistants are the users to whom the current user has assigned <a href=\"https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege\">scheduling privilege</a>. These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled <a href=\"https://zoom.us/account/setting\">Co-host option</a> on the account.<br /><br />\n<strong>Prerequisites</strong>: <br /></p>\n<ul>\n<li>Current user as well as the assistant must have Licensed or an On-prem license.</li>\n<li>Assistants must be under the current user's account.<br />\n<strong>Scopes</strong>: <code>user:read:admin</code> <code>user:read</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","assistants"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"eb057da7-fcf5-49e3-b21f-6bfb7aacbb56","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"7a94b25c-41c1-402f-a7cf-e3cd9e8f157d","name":"**HTTP Status Code:** `200`<br>\nSuccess.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"assistants\": [\n  {\n   \"id\": \"ddgdfgfdgfgg\",\n   \"email\": \"sfhdfkjdf@hjdsf.fdjf\"\n  }\n ]\n}"},{"id":"c970081c-3bf4-42fb-a750-8973c8a075d6","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26007c47-4623-4c13-98c5-3ddf6a3a56a3"},{"name":"https://api.zoom.us/v2/users/:userId/assistants","id":"9aaae05c-f10d-4efd-89b8-533098b0daba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"assistants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text","description":"<p>List of User's assistants.</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/assistants","description":"<p>Assistants are the users to whom the current user has assigned <a href=\"https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege\">scheduling privilege</a>. These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled <a href=\"https://zoom.us/account/setting\">Co-host option</a> on the account.<br />Use this API to assign assistants to a user. <br /> In the request body, provide either the User ID or the email address of the user.<br /><br />\n<strong>Prerequisite</strong>: </p>\n<ul>\n<li>The user as well as the assistant must have Licensed or an On-prem license.</li>\n<li>Assistants must be under the current user's account.<br />\n<strong>Scopes</strong>: <code>user:write:admin</code> <code>user:write</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["users",":userId","assistants"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a84482a7-641f-4afe-85e6-c1a718655709","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"3ac06546-08bf-48ab-9102-9ed1860b46b9","name":"**HTTP Status Code:** `201`<br>\nAssistant added.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of User's assistants.","type":"text/plain"},"key":"assistants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants"],"variable":[{"key":"userId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created assistant","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ids\": \"string\",\n \"add_at\": \"string [date-time]\"\n}"},{"id":"5e6884b3-145d-41a2-b245-b8fe6bc252e5","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of User's assistants.","type":"text/plain"},"key":"assistants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81472364-ebd6-4538-8bfd-ee139cd85dce","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nCurrent account must be paid account: $userId <br>\nThe user must either be a Licensed user or an On-prem user : $userId. <br>\nCan't assign scheduling privilege to yourself.<br>\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of User's assistants.","type":"text/plain"},"key":"assistants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9aaae05c-f10d-4efd-89b8-533098b0daba"},{"name":"https://api.zoom.us/v2/users/:userId/assistants","id":"fe8c9072-b110-49ea-94d2-a35c1661b3c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/users/:userId/assistants","description":"<p>Delete all assistants of the current user.<br /> Assistants are the users to whom the current user has assigned <a href=\"https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege\">scheduling privilege</a>. These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled <a href=\"https://zoom.us/account/setting\">Co-host option</a> on the account.<br />\n<strong>Prerequisite</strong>: </p>\n<ul>\n<li>The user as well as the assistant must have Licensed or an On-prem license.</li>\n<li>Assistants must be under the current user's account.<br />\n<strong>Scopes</strong>: <code>user:write:admin</code> <code>user:write</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","assistants"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c6c52dea-d85c-4e33-b947-191e4e857b85","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"1324b31f-eea3-4378-a708-405ce807399a","name":"**HTTP Status Code:** `204` **No Content**<br>\nAssistants deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e992126c-4afd-4260-922a-bbb5b93d2cdf","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe8c9072-b110-49ea-94d2-a35c1661b3c3"},{"name":"https://api.zoom.us/v2/users/:userId/assistants/:assistantId","id":"d27b91ec-3a4d-43b5-a57f-e5201589cecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/users/:userId/assistants/:assistantId","description":"<p>Delete a specific assistant of a user.\nAssistants are the users to whom the current user has assigned <a href=\"https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege\">scheduling privilege</a>. These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled <a href=\"https://zoom.us/account/setting\">Co-host option</a> on the account.<br /><br />\n<strong>Prerequisites</strong>: </p>\n<ul>\n<li>The user as well as the assistant must have Licensed or an On-prem license.</li>\n<li>Assistants must be under the current user's account.<br />\n<strong>Scopes</strong>: <code>user:write:admin</code> <code>user:write</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","assistants",":assistantId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"77f8248e-620b-42e5-8661-59ded6b5da49","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"},{"id":"f34beb49-657f-4aff-a4ab-f71792420140","description":{"content":"<p>(Required) Assistant ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"assistantId"}]}},"response":[{"id":"78c8aa81-c6fa-4b9b-a35e-2b0bdfbb4a71","name":"**HTTP Status Code:** `204` **OK**<br>\nAssistant deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants/:assistantId","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants",":assistantId"],"variable":[{"key":"userId"},{"key":"assistantId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e29ad79c-869e-45ad-8700-1364142d7e8f","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/assistants/:assistantId","host":["https://api.zoom.us/v2"],"path":["users",":userId","assistants",":assistantId"],"variable":[{"key":"userId"},{"key":"assistantId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d27b91ec-3a4d-43b5-a57f-e5201589cecd"}],"id":"080f8a57-e9d6-4f96-b309-57dcee477e4e","_postman_id":"080f8a57-e9d6-4f96-b309-57dcee477e4e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"schedulers","item":[{"name":"https://api.zoom.us/v2/users/:userId/schedulers","id":"9b759e43-44a9-49e1-aba7-0ab5fb1f0423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/schedulers","description":"<p>List all the schedulers of a user. Schedulers in this context are the users for whom the current user can schedule meetings for.</p>\n<p>For instance, if the current user (i.e., the user whose userId was passed in the path parameter of this API call) is user A, the response of this API will contain a list of user(s), for whom user A can schedule and manage meetings. User A is the assistant of these users and thus has scheduling privilege for these user(s). </p>\n<p><strong>Prerequisites</strong>:</p>\n<ul>\n<li>Current user must be under the same account as the scheduler.<br />\n<strong>Scopes</strong>: <code>user:read:admin</code> <code>user:read</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["users",":userId","schedulers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"eff8a165-11b4-417d-a257-e381038612b6","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"3c078508-622f-480a-a54b-0df04cdcbda2","name":"**HTTP Status Code:** `200`<br>Successfully listed all schedulers of the user.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/schedulers","host":["https://api.zoom.us/v2"],"path":["users",":userId","schedulers"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"schedulers\": [\n  {\n   \"id\": \"abXXXsfsidfhjdsfhd768944\",\n   \"email\": \"sjfgduyfghdfg@myemail.dshdgshfd\"\n  },\n  {\n   \"id\": \"abXXbbbbioepur8944\",\n   \"email\": \"sdhfefghdfg@myemail.dshdgshfd\"\n  }\n ]\n}"},{"id":"97d6e29a-b222-4f20-8629-c63e68c0aad8","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/schedulers","host":["https://api.zoom.us/v2"],"path":["users",":userId","schedulers"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b759e43-44a9-49e1-aba7-0ab5fb1f0423"},{"name":"https://api.zoom.us/v2/users/:userId/schedulers","id":"d1082503-86aa-446c-a51f-c93ca9ccd687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/users/:userId/schedulers","description":"<p>Delete all of a user's schedulers. Schedulers are users on whose behalf the current user (assistant) can schedule meetings for. By calling this API, the current user will no longer be a scheduling assistant of any user. </p>\n<p><strong>Prerequisite</strong>: Current user (assistant) must be under the same account as the scheduler.<br />\n<strong>Scopes</strong>: <code>user:write:admin</code> <code>user:write</code></p>\n<p><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["users",":userId","schedulers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"d1e97117-082e-4ad2-aba1-cb7770cbe8cb","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"6d06ae91-b4b6-420d-b052-f6e8d3646fa6","name":"**HTTP Status Code:** `204`<br> All schedulers deleted.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/schedulers","host":["https://api.zoom.us/v2"],"path":["users",":userId","schedulers"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c6666227-88d0-43ee-99a2-3bfd5a398fec","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/schedulers","host":["https://api.zoom.us/v2"],"path":["users",":userId","schedulers"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1082503-86aa-446c-a51f-c93ca9ccd687"},{"name":"https://api.zoom.us/v2/users/:userId/schedulers/:schedulerId","id":"b84a6df7-5b31-4d6e-9453-ea1b2b3cb963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/users/:userId/schedulers/:schedulerId","description":"<p>Delete a Scheduler.</p>\n<p>Schedulers are users on whose behalf the current user (assistant) can schedule meetings for. By calling this API, the current user will no longer be a scheduling assistant of this scheduler. </p>\n<p><strong>Prerequisite</strong>: Current user must be under the same account as the scheduler.<br />\n<strong>Scopes</strong>: <code>user:write:admin</code> <code>user:write</code></p>\n<p><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["users",":userId","schedulers",":schedulerId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a1e2fc3a-ebe3-4840-936f-76cbe8008f31","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"},{"id":"8d1f048e-e90a-4827-8d3a-6430b0a4bd54","description":{"content":"<p>(Required) Scheduler's ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"schedulerId"}]}},"response":[{"id":"175cf3e5-8f94-4199-b004-df630ef3795c","name":"**HTTP Status Code:** `204`<br>\nScheduler deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/schedulers/:schedulerId","host":["https://api.zoom.us/v2"],"path":["users",":userId","schedulers",":schedulerId"],"variable":[{"key":"userId"},{"key":"schedulerId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a0a53e57-311c-4273-9a2f-db174110b409","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/schedulers/:schedulerId","host":["https://api.zoom.us/v2"],"path":["users",":userId","schedulers",":schedulerId"],"variable":[{"key":"userId"},{"key":"schedulerId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b84a6df7-5b31-4d6e-9453-ea1b2b3cb963"}],"id":"f4b079bd-ef56-45cd-9854-f6340fa729a6","_postman_id":"f4b079bd-ef56-45cd-9854-f6340fa729a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"settings","item":[{"name":"https://api.zoom.us/v2/users/:userId/settings","id":"7c17352c-46f4-4b43-b9c9-d3fa298424b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/settings?login_type=<string>&option=<string>","description":"<p>Retrieve a user's settings.<br /><br />\n<strong>Scopes:</strong> <code>user:read:admin</code> <code>user:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["users",":userId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p><code>0</code> - Facebook.<br /><code>1</code> - Google.<br /><code>99</code> - API.<br /><code>100</code> - Zoom.<br /><code>101</code> - SSO.</p>\n","type":"text/plain"},"key":"login_type","value":"<string>"},{"description":{"content":"<p><code>meeting_authentication</code>: Use this query parameter to view <a href=\"https://support.zoom.us/hc/en-us/articles/360037117472-Authentication-Profiles-for-Meetings-and-Webinars\">meeting authentication configuration</a> applied on the account.<br /><code>recording_authentication</code>: Use this query parameter to view <a href=\"https://support.zoom.us/hc/en-us/articles/360037756671-Authentication-Profiles-for-Cloud-Recordings\">recording authentication configuration</a> applied on the account.</p>\n","type":"text/plain"},"key":"option","value":"<string>"}],"variable":[{"id":"a67672b2-c369-45a9-baad-4b85e79d1a5f","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"03210b4e-4503-49fe-b279-85fff4e7d2da","name":"**HTTP Status Code:** `200`<br>\nUser settings returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/settings?login_type=<string>&option=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","settings"],"query":[{"key":"login_type","value":"<string>"},{"key":"option","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"schedule_meeting\": {\n  \"audio_type\": \"both\",\n  \"embed_password_in_join_link\": false,\n  \"force_pmi_jbh_password\": true,\n  \"host_video\": true,\n  \"join_before_host\": false,\n  \"meeting_password_requirement\": {\n   \"have_letter\": true,\n   \"have_number\": false,\n   \"have_special_character\": false,\n   \"length\": 6,\n   \"only_allow_numeric\": false\n  },\n  \"not_store_meeting_topic\": false,\n  \"participants_video\": false,\n  \"pmi_password\": \"98654\",\n  \"pstn_password_protected\": false,\n  \"require_password_for_pmi_meetings\": \"all\",\n  \"require_password_for_scheduling_new_meetings\": false,\n  \"use_pmi_for_instant_meetings\": true,\n  \"use_pmi_for_scheduled_meetings\": false\n },\n \"in_meeting\": {\n  \"allow_live_streaming\": false,\n  \"annotation\": true,\n  \"attendee_on_hold\": false,\n  \"auto_saving_chat\": false,\n  \"breakout_room\": false,\n  \"chat\": true,\n  \"closed_caption\": true,\n  \"co_host\": false,\n  \"custom_data_center_regions\": true,\n  \"data_center_regions\": [\n   \"AU\",\n   \"CN\",\n   \"EU\",\n   \"HK\",\n   \"LA\",\n   \"TY\",\n   \"US\"\n  ],\n  \"e2e_encryption\": false,\n  \"entry_exit_chime\": \"all\",\n  \"far_end_camera_control\": false,\n  \"feedback\": true,\n  \"group_hd\": false,\n  \"non_verbal_feedback\": false,\n  \"polling\": true,\n  \"private_chat\": true,\n  \"record_play_voice\": false,\n  \"remote_control\": true,\n  \"remote_support\": false,\n  \"show_meeting_control_toolbar\": false,\n  \"virtual_background\": true,\n  \"waiting_room\": false\n },\n \"email_notification\": {\n  \"jbh_reminder\": false,\n  \"cancel_meeting_reminder\": false,\n  \"alternative_host_reminder\": false,\n  \"schedule_for_reminder\": false\n },\n \"recording\": {\n  \"auto_delete_cmr\": false,\n  \"auto_recording\": \"none\",\n  \"cloud_recording\": true,\n  \"local_recording\": true,\n  \"record_audio_file\": true,\n  \"record_gallery_view\": false,\n  \"record_speaker_view\": true,\n  \"recording_audio_transcript\": true,\n  \"recording_password_requirement\": {\n   \"have_letter\": true,\n   \"have_number\": true,\n   \"have_special_character\": true,\n   \"length\": 8,\n   \"only_allow_numeric\": false\n  },\n  \"save_chat_text\": true,\n  \"show_timestamp\": false\n },\n \"telephony\": {\n  \"third_party_audio\": false,\n  \"audio_conference_info\": \"\",\n  \"show_international_numbers_link\": false\n },\n \"feature\": {\n  \"meeting_capacity\": 100,\n  \"large_meeting\": false,\n  \"webinar\": false,\n  \"cn_meeting\": true,\n  \"in_meeting\": false,\n  \"zoom_phone\": false\n },\n \"tsp\": {\n  \"call_out\": true,\n  \"call_out_countries\": [\n   \"USA\"\n  ],\n  \"show_international_numbers_link\": false\n }\n}"},{"id":"b206807e-2e9d-43de-9e20-74b2e5dd858e","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `1120`<br>\nA valid invitation to join the Zoom account was not found for this user. <br>\nThis error is thrown if you added a user in your account but the user did not accept the invitation o","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/settings?login_type=<string>&option=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","settings"],"query":[{"key":"login_type","value":"<string>"},{"key":"option","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e45d1a1a-e8e0-4cf0-bb6f-cb49caf1765a","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/settings?login_type=<string>&option=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","settings"],"query":[{"key":"login_type","value":"<string>"},{"key":"option","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c17352c-46f4-4b43-b9c9-d3fa298424b9"},{"name":"https://api.zoom.us/v2/users/:userId/settings","id":"49aa4519-ec79-4bfb-b940-078d02e8d95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participants_video\":\"<boolean>\",\"audio_type\":\"voip\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"default_password_for_scheduled_meetings\":\"<string>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pmi_password\":\"<string>\",\"embed_password_in_join_link\":\"<boolean>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":false,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":\"<boolean>\",\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"US\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"email_notification","value":"{\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}","type":"text","description":"<p>undefined</p>\n"},{"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":\"<integer>\",\"recording_disclaimer\":\"<boolean>\",\"ask_participants_to_consent_disclaimer\":\"<boolean>\",\"ask_host_to_confirm_disclaimer\":\"<boolean>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"}}","type":"text","description":"<p>undefined</p>\n"},{"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"feature","value":"{\"meeting_capacity\":\"<integer>\",\"large_meeting\":\"<boolean>\",\"large_meeting_capacity\":\"<integer>\",\"webinar\":\"<boolean>\",\"webinar_capacity\":\"<integer>\",\"zoom_phone\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\"}","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/settings?option=<string>","description":"<p>Update a user's settings.<br /><br />\n<strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["users",":userId","settings"],"host":["https://api.zoom.us/v2"],"query":[{"key":"option","value":"<string>"}],"variable":[{"id":"592adb7c-cb68-431a-b07a-a5045c18bacd","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"2238df53-5499-4196-ad58-532d43a86bf6","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participants_video\":\"<boolean>\",\"audio_type\":\"voip\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"default_password_for_scheduled_meetings\":\"<string>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pmi_password\":\"<string>\",\"embed_password_in_join_link\":\"<boolean>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":false,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":\"<boolean>\",\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"EU\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":\"<integer>\",\"recording_disclaimer\":\"<boolean>\",\"ask_participants_to_consent_disclaimer\":\"<boolean>\",\"ask_host_to_confirm_disclaimer\":\"<boolean>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"}}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"feature","value":"{\"meeting_capacity\":\"<integer>\",\"large_meeting\":\"<boolean>\",\"large_meeting_capacity\":\"<integer>\",\"webinar\":\"<boolean>\",\"webinar_capacity\":\"<integer>\",\"zoom_phone\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"51c6f982-dd1c-43e9-a5da-1bb8b197a401","name":"**HTTP Status Code:** `400` **Bad Request** <br><br>\n**Error Code:** `1108`<br> Only Licensed or On-prem users can enable the large meeting feature.<br><br>\n**Error Code:** `1120`<br> A valid invitation to join the Zoom account was not found for this user","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participants_video\":\"<boolean>\",\"audio_type\":\"voip\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"default_password_for_scheduled_meetings\":\"<string>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pmi_password\":\"<string>\",\"embed_password_in_join_link\":\"<boolean>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":false,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":\"<boolean>\",\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"EU\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":\"<integer>\",\"recording_disclaimer\":\"<boolean>\",\"ask_participants_to_consent_disclaimer\":\"<boolean>\",\"ask_host_to_confirm_disclaimer\":\"<boolean>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"}}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"feature","value":"{\"meeting_capacity\":\"<integer>\",\"large_meeting\":\"<boolean>\",\"large_meeting_capacity\":\"<integer>\",\"webinar\":\"<boolean>\",\"webinar_capacity\":\"<integer>\",\"zoom_phone\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c4b9f04d-2bb0-47d6-a674-2801205922be","name":"**HTTP Status Code:** `200`<br>\nUser settings updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_meeting","value":"{\"host_video\":\"<boolean>\",\"participants_video\":\"<boolean>\",\"audio_type\":\"voip\",\"join_before_host\":\"<boolean>\",\"force_pmi_jbh_password\":\"<boolean>\",\"pstn_password_protected\":\"<boolean>\",\"use_pmi_for_scheduled_meetings\":\"<boolean>\",\"use_pmi_for_instant_meetings\":\"<boolean>\",\"require_password_for_scheduling_new_meetings\":\"<boolean>\",\"require_password_for_scheduled_meetings\":\"<boolean>\",\"default_password_for_scheduled_meetings\":\"<string>\",\"require_password_for_instant_meetings\":\"<boolean>\",\"require_password_for_pmi_meetings\":\"<string>\",\"pmi_password\":\"<string>\",\"embed_password_in_join_link\":\"<boolean>\",\"meeting_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\",\"have_upper_and_lower_characters\":\"<boolean>\",\"consecutive_characters_length\":\"<integer>\",\"weak_enhance_detection\":\"<boolean>\"},\"personal_meeting\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"in_meeting","value":"{\"e2e_encryption\":\"<boolean>\",\"chat\":false,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"all\",\"record_play_voice\":\"<boolean>\",\"feedback\":false,\"co_host\":false,\"polling\":false,\"attendee_on_hold\":false,\"annotation\":false,\"remote_control\":false,\"non_verbal_feedback\":false,\"breakout_room\":false,\"remote_support\":false,\"closed_caption\":false,\"group_hd\":false,\"virtual_background\":false,\"far_end_camera_control\":false,\"share_dual_camera\":false,\"waiting_room\":false,\"allow_live_streaming\":\"<boolean>\",\"workplace_by_facebook\":\"<boolean>\",\"custom_live_streaming_service\":\"<boolean>\",\"custom_service_instructions\":\"<string>\",\"show_meeting_control_toolbar\":\"<boolean>\",\"custom_data_center_regions\":\"<boolean>\",\"data_center_regions\":\"EU\",\"screen_sharing\":\"<boolean>\",\"who_can_share_screen\":\"<string>\",\"who_can_share_screen_when_someone_is_sharing\":\"<string>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"email_notification","value":"{\"jbh_reminder\":false,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":false,\"schedule_for_reminder\":false}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recording","value":"{\"local_recording\":\"<boolean>\",\"cloud_recording\":false,\"record_speaker_view\":false,\"record_gallery_view\":false,\"record_audio_file\":false,\"save_chat_text\":false,\"show_timestamp\":false,\"recording_audio_transcript\":\"<boolean>\",\"auto_recording\":\"local\",\"host_pause_stop_recording\":false,\"auto_delete_cmr\":false,\"auto_delete_cmr_days\":\"<integer>\",\"recording_disclaimer\":\"<boolean>\",\"ask_participants_to_consent_disclaimer\":\"<boolean>\",\"ask_host_to_confirm_disclaimer\":\"<boolean>\",\"recording_password_requirement\":{\"length\":\"<integer>\",\"have_letter\":\"<boolean>\",\"have_number\":\"<boolean>\",\"have_special_character\":\"<boolean>\",\"only_allow_numeric\":\"<boolean>\"}}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"telephony","value":"{\"third_party_audio\":\"<boolean>\",\"audio_conference_info\":\"\",\"show_international_numbers_link\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"feature","value":"{\"meeting_capacity\":\"<integer>\",\"large_meeting\":\"<boolean>\",\"large_meeting_capacity\":\"<integer>\",\"webinar\":\"<boolean>\",\"webinar_capacity\":\"<integer>\",\"zoom_phone\":\"<boolean>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tsp","value":"{\"call_out\":\"<boolean>\",\"call_out_countries\":[\"schema type not provided\",\"schema type not provided\"],\"show_international_numbers_link\":\"<boolean>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/settings?option=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId","settings"],"query":[{"key":"option","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49aa4519-ec79-4bfb-b940-078d02e8d95b"}],"id":"398ec44a-06f6-4bd6-8f1c-ad698399856f","_postman_id":"398ec44a-06f6-4bd6-8f1c-ad698399856f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"tsp","item":[{"name":"{tsp Id}","item":[{"name":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","id":"fe07e381-4dc4-46b2-8da2-0e6a2c0e8b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","description":"<p>Each user can have a maximum of two TSP accounts. Use this API to retrieve details of a specific TSP account enabled for a specific user.<br /><br />\n<strong>Scopes:</strong> <code>tsp:read:admin</code> <code>tsp:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","tsp",":tspId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"2668b161-2719-4575-8a60-86331c046463","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"},{"id":"0f19a597-1a23-4866-99c1-baab13fe663b","description":{"content":"<p>(Required) TSP account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"tspId"}]}},"response":[{"id":"b6feb4f2-0711-4b0b-ad79-3c628901f69f","name":"**HTTP Status Code:** `404`<br>\nNot Found.<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>\n**Error Code:**`1120`<br>\nA valid invitation to join the Zoom account was not found for this user.<br>\nThis error is thrown if you added a user in ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9409c43-76ff-495d-83a6-bc6cdf4a42c7","name":"**HTTP Status Code:** `400`<br>\nBad request.<br>\n**Error Code:** `300`<br>\nThe TSP id provided does not exist.<br>\n**Error Code:** `300`<br>\nTSP Config does not exist.<br>\n**Error Code:**`2024`<br>\nAccount has not enabled TSP.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c72d0d62-5c70-4b88-ab89-c4d2d4dfdb7c","name":"**HTTP Status Code:** `200`<br>\nTSP account retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"0123444444\",\n \"conference_code\": \"1275454\",\n \"leader_pin\": \"111\",\n \"tsp_bridge\": \"string\",\n \"dial_in_numbers\": [\n  {\n   \"code\": \"675\",\n   \"number\": \"00000000\",\n   \"type\": \"toll\"\n  }\n ]\n}"}],"_postman_id":"fe07e381-4dc4-46b2-8da2-0e6a2c0e8b4b"},{"name":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","id":"4a9f8943-0712-47f1-b99d-4f5e0f47b862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"conference_code","value":"<string>","type":"text","description":"<p>Conference code: numeric value, length is less than 16.</p>\n"},{"key":"leader_pin","value":"<string>","type":"text","description":"<p>Leader PIN: numeric value, length is less than 16.</p>\n"},{"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text","description":"<p>List of dial in numbers.</p>\n"},{"key":"tsp_bridge","value":"<string>","type":"text","description":"<p>Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","description":"<p>Update a user's TSP account.<br /><br />\n<strong>Scopes:</strong> <code>tsp:write:admin</code> <code>tsp:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","tsp",":tspId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"73f13d9d-f6aa-4ad6-88a3-17e282db208d","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"},{"id":"5315fbba-11b0-4ed5-85f4-793d8de2856d","description":{"content":"<p>(Required) TSP account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"tspId"}]}},"response":[{"id":"78ce23e4-4209-44ed-bb0b-fcac4b05bb96","name":"**HTTP Status Code:** `404`<br>\nNot Found.<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>\n**Error Code:**`1120`<br>\nA valid invitation to join the Zoom account was not found for this user.<br>\nThis error is thrown if you added a user in ","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Conference code: numeric value, length is less than 16.","type":"text/plain"},"key":"conference_code","value":"<string>","type":"text"},{"description":{"content":"Leader PIN: numeric value, length is less than 16.","type":"text/plain"},"key":"leader_pin","value":"<string>","type":"text"},{"description":{"content":"List of dial in numbers.","type":"text/plain"},"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7a95e9a9-2136-445d-ab92-5ce2d9a82e72","name":"**HTTP Status Code:** `400`<br>\nBad request.<br>\n**Error Code:**`2024`<br>\nAccount has not enabled TSP.<br>\n**Error Code:**`300`<br>\nThe TSP id provided does not exist.<br>\n**Error Code:**`300`<br>\nTSP Config does not exist.<br>\n**Error Code:**`300`<br>\nA","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Conference code: numeric value, length is less than 16.","type":"text/plain"},"key":"conference_code","value":"<string>","type":"text"},{"description":{"content":"Leader PIN: numeric value, length is less than 16.","type":"text/plain"},"key":"leader_pin","value":"<string>","type":"text"},{"description":{"content":"List of dial in numbers.","type":"text/plain"},"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b98521fd-5885-48aa-8c1c-768ac58b8373","name":"**HTTP Status Code:**`204` **No Content**<br>\nTSP account updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Conference code: numeric value, length is less than 16.","type":"text/plain"},"key":"conference_code","value":"<string>","type":"text"},{"description":{"content":"Leader PIN: numeric value, length is less than 16.","type":"text/plain"},"key":"leader_pin","value":"<string>","type":"text"},{"description":{"content":"List of dial in numbers.","type":"text/plain"},"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a9f8943-0712-47f1-b99d-4f5e0f47b862"},{"name":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","id":"4974930e-fa4d-4b3f-ab83-736bc5a1a993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","description":"<p>Delete a user's TSP account.<br /><br />\n<strong>Scopes:</strong> <code>tsp:write:admin</code> <code>tsp:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","tsp",":tspId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c2af6f59-66cd-4577-ac96-84f78cfe541f","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"},{"id":"a7b3ebc3-1349-4627-b665-cfa2deddd9d6","description":{"content":"<p>(Required) TSP account ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"tspId"}]}},"response":[{"id":"133e5188-a85e-4580-9b1b-a99f37076f32","name":"**HTTP Status Code:** `404`<br>\nNot Found.<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>\n**Error Code:**`1120`<br>\nA valid invitation to join the Zoom account was not found for this user.<br>\nThis error is thrown if you added a user in ","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1890dfc9-fb63-4014-abcc-ac18685ae30b","name":"**HTTP Status Code:** `400`<br>\nBad request.<br>\n**Error Code:**`2024`<br>\nAccount not enable TSP.<br>\n**Error Code:** `300`<br>\nThe TSP id provided does not exist.<br>\n**Error Code:** `300`<br>\nTSP Config does not exist.<br>\n**Error Code:** `300`<br>\nAt ","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"98f5591f-6040-499f-8cfe-e88cfcc068ca","name":"**Status Code:** `204` **No Content**<br>\nTSP account deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/:tspId","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp",":tspId"],"variable":[{"key":"userId"},{"key":"tspId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4974930e-fa4d-4b3f-ab83-736bc5a1a993"}],"id":"5670dc8d-9a59-4d6b-85c6-b514436cd7e4","_postman_id":"5670dc8d-9a59-4d6b-85c6-b514436cd7e4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/users/:userId/tsp","id":"5ceac45b-6d55-404a-b077-b6522eb20b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/tsp","description":"<p>A user can have a maximum of two TSP accounts. Use this API to list all TSP accounts of a user.<br /><br />\n<strong>Scopes:</strong> <code>tsp:read:admin</code> <code>tsp:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","tsp"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"6e9605a0-d838-43f1-bb17-12af4aaa0727","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"7bc5cdff-1479-4239-80a0-62c857e09406","name":"**HTTP Status Code:** `404`<br>\nNot Found.<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>\n**Error Code:**`1120`<br>\nA valid invitation to join the Zoom account was not found for this user.<br>\nThis error is thrown if you added a user in ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"caf1f2d5-6a35-483c-a2a9-786c3f2d164b","name":"**HTTP Status Code:** `404`<br>\nBad request.<br>\n**Error Code:** `2024`<br>\nAccount has not enabled TSP.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ee6cd2f3-004b-4a54-bdec-df524c54ac8e","name":"**HTTP Status Code:** `200` **OK**<br>\nTSP account list returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tsp_accounts\": [\n  {\n   \"id\": 111222222,\n   \"conference_code\": \"0125\",\n   \"leader_pin\": \"11189898\",\n   \"tsp_bridge\": \"string\",\n   \"dial_in_numbers\": [\n    {\n     \"code\": \"01\",\n     \"number\": \"000000000\",\n     \"type\": \"toll\"\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"5ceac45b-6d55-404a-b077-b6522eb20b0f"},{"name":"https://api.zoom.us/v2/users/:userId/tsp","id":"dd2c4490-3986-4b40-b75e-ce3bc4466fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"conference_code","value":"<string>","type":"text","description":"<p>Conference code: numeric value, length is less than 16.</p>\n"},{"key":"leader_pin","value":"<string>","type":"text","description":"<p>Leader PIN: numeric value, length is less than 16.</p>\n"},{"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text","description":"<p>List of dial in numbers.</p>\n"},{"key":"tsp_bridge","value":"<string>","type":"text","description":"<p>Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/tsp","description":"<p>Add a user's TSP account.<br /><br />\n<strong>Scopes:</strong> <code>tsp:write:admin</code> <code>tsp:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","tsp"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"90b9ed5e-2146-4f41-a646-1da2e16d2256","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"941a2b5a-7cd6-4110-853a-1b199c460491","name":"**HTTP Status Code:** `404`<br>\nNot Found.<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>\n**Error Code:**`1120`<br>\nA valid invitation to join the Zoom account was not found for this user.<br>\nThis error is thrown if you added a user in ","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Conference code: numeric value, length is less than 16.","type":"text/plain"},"key":"conference_code","value":"<string>","type":"text"},{"description":{"content":"Leader PIN: numeric value, length is less than 16.","type":"text/plain"},"key":"leader_pin","value":"<string>","type":"text"},{"description":{"content":"List of dial in numbers.","type":"text/plain"},"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a40a0a55-d45b-4d03-821d-56756bb96c17","name":"**HTTP Status Code:** `400`<br>\nBad Request.<br>\n**Error Code:**`2024`<br>\nAccount has not enabled TSP.<br>\n**Error Code:**`300`<br>\nMedia link is required for AT&T TSP accounts.<br>\n**Error Code:** `300`<br>\nYou can add a max of two tsp configs.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Conference code: numeric value, length is less than 16.","type":"text/plain"},"key":"conference_code","value":"<string>","type":"text"},{"description":{"content":"Leader PIN: numeric value, length is less than 16.","type":"text/plain"},"key":"leader_pin","value":"<string>","type":"text"},{"description":{"content":"List of dial in numbers.","type":"text/plain"},"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c82e8a94-98b7-46bf-9027-305bd979d68c","name":"**HTTP Status Code:** `201`<br>\nTSP account added.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Conference code: numeric value, length is less than 16.","type":"text/plain"},"key":"conference_code","value":"<string>","type":"text"},{"description":{"content":"Leader PIN: numeric value, length is less than 16.","type":"text/plain"},"key":"leader_pin","value":"<string>","type":"text"},{"description":{"content":"List of dial in numbers.","type":"text/plain"},"key":"dial_in_numbers","value":"[{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"},{\"code\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\",\"country_label\":\"<string>\"}]","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp"],"variable":[{"key":"userId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"conference_code\": \"0125\",\n \"leader_pin\": \"11189898\",\n \"tsp_bridge\": \"string\",\n \"dial_in_numbers\": [\n  {\n   \"code\": \"01\",\n   \"number\": \"000000000\",\n   \"type\": \"toll\"\n  }\n ]\n}"}],"_postman_id":"dd2c4490-3986-4b40-b75e-ce3bc4466fc3"},{"name":"https://api.zoom.us/v2/users/:userId/tsp/settings","id":"07326f73-bcc7-4245-98be-0474373d6328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"audio_url","value":"<string>","type":"text","description":"<p>The global dial-in URL for a TSP enabled account. The URL must be valid with a max-length of 512 characters.</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/tsp/settings","description":"<p>A global dial-in page can provide a list of global access numbers using which audio conferencing can be conducted. By calling this API, you can set the url for the global dial-in page of a user whose Zoom account has TSP and special TSP with third-party audio conferencing options enabled. </p><p></p>\n<strong>Scopes:</strong><code>tsp:write:admin</code> <code>tsp:write</code><br /><p></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["users",":userId","tsp","settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c0fb869a-65d4-4d7f-a40c-0cfd1657dd0a","description":{"content":"<p>(Required) The userId or email address of the user.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"0e7c26c2-d224-4e64-9a28-c8e28bf06e12","name":"**Status Code:** `204` **No Content** <br>\nURL set successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The global dial-in URL for a TSP enabled account. The URL must be valid with a max-length of 512 characters.","type":"text/plain"},"key":"audio_url","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/settings","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp","settings"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"14f04a84-f65d-4073-b216-f2117fa975fe","name":"**HTTP Status Code:** `404`<br>\nUser ID not found.<br>\n**Error Code**: `1001`<br>\nUser {userId} not exist or not belong to this account.\n**Error Code**: `1120`<br>\nInvite not exist.\n\nThis error is thrown if you added a user in your account but the user di","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The global dial-in URL for a TSP enabled account. The URL must be valid with a max-length of 512 characters.","type":"text/plain"},"key":"audio_url","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/settings","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp","settings"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aef6977a-eec5-42fc-b4f6-dadadc2e64e9","name":"**HTTP Status Code:** `400` **Bad Request** <br><br>\n**Error Code**: `2000`<br>\nNot TSP special account.<br>\n\nThs error means that the account does not have special TSP privilege. Contact Zoom Developer Support for details.<br>\n**Error Code**: `2024`<br>\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The global dial-in URL for a TSP enabled account. The URL must be valid with a max-length of 512 characters.","type":"text/plain"},"key":"audio_url","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/tsp/settings","host":["https://api.zoom.us/v2"],"path":["users",":userId","tsp","settings"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07326f73-bcc7-4245-98be-0474373d6328"}],"id":"03fbe341-8caf-4720-a50d-3ae65cd7f7ba","_postman_id":"03fbe341-8caf-4720-a50d-3ae65cd7f7ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"token","item":[{"name":"https://api.zoom.us/v2/users/:userId/token","id":"fee38278-955c-44b4-a1d1-698ccd8799e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/token?type=<string>&ttl=<integer>","description":"<p>Retrieve a user's token.<br /><br /> This token is used for starting meetings with the Client SDK.<br />\n<strong>Scopes:</strong> <code>user:read:admin</code> <code>user:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code>\nIf a user signed into Zoom using Google or Facebook, a null value will be returned for the token. To get the token with this API, ask the user to sign into Zoom using their email and password instead.</p>\n","urlObject":{"path":["users",":userId","token"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>User token types:<br /><code>token</code> - Used for starting meetings with the client SDK. This token expires in 14 days and a new token will be returned after the expiry.<br /><code>zak</code> - Used for generating the start meeting URL. The token expiration time is two hours. For API users, the expiration time is 90 days.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Use this field in conjunction with the <code>type</code> field where the value of <code>type</code> field is <code>zak</code>. The value of this field denotes the expiry time of the <code>zak</code> token in seconds. For example, if you would like the zak token to be expired after one hour of the token generation, the value of this field should be <code>3600</code>.</p>\n","type":"text/plain"},"key":"ttl","value":"<integer>"}],"variable":[{"id":"7a785604-25fa-43bb-8d3e-374e14d73756","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"01842ac4-91fb-4ba1-b4f7-ba5839d790e6","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/token?type=<string>&ttl=<integer>","host":["https://api.zoom.us/v2"],"path":["users",":userId","token"],"query":[{"key":"type","value":"<string>"},{"key":"ttl","value":"<integer>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f72adb81-5893-4867-a94d-6cca465d88b3","name":"**HTTP Status Code:** `200`<br>\nToken returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/token?type=<string>&ttl=<integer>","host":["https://api.zoom.us/v2"],"path":["users",":userId","token"],"query":[{"key":"type","value":"<string>"},{"key":"ttl","value":"<integer>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"string\"\n}"}],"_postman_id":"fee38278-955c-44b4-a1d1-698ccd8799e6"},{"name":"https://api.zoom.us/v2/users/:userId/token","id":"c3af54d0-f62c-4ec3-ada7-ba543cebbec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/users/:userId/token","description":"<p>Revoke a user's SSO token.<br /><br /> After calling this API, the SSO user will be logged out of their current Zoom session.<br />\n<strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["users",":userId","token"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"dba2ff3f-a138-441c-ab3a-71842b06045c","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"10f8863f-6593-4807-bb20-2ee1808917f2","name":"**HTTP Status Code:** `204`<br>\nToken deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/token","host":["https://api.zoom.us/v2"],"path":["users",":userId","token"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f49ad4be-125d-402d-b335-2e9971ce9f9d","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/token","host":["https://api.zoom.us/v2"],"path":["users",":userId","token"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3af54d0-f62c-4ec3-ada7-ba543cebbec8"}],"id":"a357f28b-415c-4cf1-a4e2-5ca32c3f4035","_postman_id":"a357f28b-415c-4cf1-a4e2-5ca32c3f4035","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"webinars","item":[{"name":"https://api.zoom.us/v2/users/:userId/webinars","id":"d21a22c2-8404-4a3c-8fb1-1affb88b919e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/webinars?page_size=30&page_number=1","description":"<p>Zoom users with a <a href=\"https://zoom.us/webinar\">Webinar Plan</a> have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees.<br /> Use this API to list all the webinars that are scheduled by or on-behalf a user (Webinar host).<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /> <br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code>\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.</li>\n</ul>\n","urlObject":{"path":["users",":userId","webinars"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"}],"variable":[{"id":"b45a45f7-b4b3-4fac-9002-46d44a54144b","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"b742eb66-72a1-42ea-a08e-a2142e43d6cc","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser {userId} not exist or not belong to this account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/webinars?page_size=30&page_number=1","host":["https://api.zoom.us/v2"],"path":["users",":userId","webinars"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fc7bbc7e-d74c-4243-a197-4f43871104b0","name":"**HTTP Status Code:** `200`<br>\nList of webinar objects returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/webinars?page_size=30&page_number=1","host":["https://api.zoom.us/v2"],"path":["users",":userId","webinars"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"page_count\\\": \\\"1\\\",\\n  \\\"page_number\\\": \\\"1\\\",\\n  \\\"page_size\\\": \\\"30\\\",\\n  \\\"total_records\\\": \\\"1\\\",\\n  \\\"webinars\\\": [\\n    {\\n      \\\"uuid\\\": \\\"dsghfkhaewfds\\\",\\n      \\\"id\\\": 0001000,\\n      \\\"host_id\\\": \\\"24654130000000\\\",\\n      \\\"topic\\\": \\\"My Webinar\\\",\\n      \\\"agenda\\\": \\\"Learn more about Zoom APIs\\\",\\n      \\\"type\\\": \\\"5\\\",\\n      \\\"duration\\\": \\\"60\\\",\\n      \\\"start_time\\\": \\\"2019-09-24T22:00:00Z\\\",\\n      \\\"timezone\\\": \\\"America/Los_Angeles\\\",\\n      \\\"created_at\\\": \\\"2019-08-30T22:00:00Z\\\",\\n      \\\"join_url\\\": \\\"https://zoom.us/0001000/awesomewebinar\\\"\\n    }\\n  ]\\n}\""}],"_postman_id":"d21a22c2-8404-4a3c-8fb1-1affb88b919e"},{"name":"https://api.zoom.us/v2/users/:userId/webinars","id":"b2a80a67-1ce8-4fd1-b8fe-2b8ef99c639b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"topic","value":"<string>","type":"text"},{"key":"type","value":"5","type":"text"},{"key":"start_time","value":"<dateTime>","type":"text"},{"key":"duration","value":"<integer>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"password","value":"<string>","type":"text"},{"key":"agenda","value":"<string>","type":"text"},{"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"<integer>\",\"monthly_day\":\"<integer>\",\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_restrict_number\":0,\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/users/:userId/webinars","description":"<p>Zoom users with a <a href=\"https://zoom.us/webinar\">Webinar Plan</a> have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees.<br />Use this API to schedule a Webinar for a user (host).<br /><br /> \n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.</li>\n</ul>\n","urlObject":{"path":["users",":userId","webinars"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e05a7979-52c7-4d10-bb72-c739db927670","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"0c0e032d-fcab-4186-9847-5e776418c814","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser {userId} not exist or not belong to this account.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"<integer>\",\"monthly_day\":\"<integer>\",\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_restrict_number\":0,\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/webinars","host":["https://api.zoom.us/v2"],"path":["users",":userId","webinars"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"949a44ce-cbb4-413f-9824-108a2a4f6051","name":"**HTTP Status Code:** `201`<br>\nWebinar created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"<integer>\",\"monthly_day\":\"<integer>\",\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_restrict_number\":0,\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/webinars","host":["https://api.zoom.us/v2"],"path":["users",":userId","webinars"],"variable":[{"key":"userId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created Webinar","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"uuid\": \"string\",\n \"id\": \"integer\",\n \"host_id\": \"string\",\n \"topic\": \"string\",\n \"type\": \"integer\",\n \"start_time\": \"string [date-time]\",\n \"duration\": \"integer\",\n \"timezone\": \"string\",\n \"agenda\": \"string\",\n \"created_at\": \"string [date-time]\",\n \"start_url\": \"string\",\n \"join_url\": \"string\",\n \"occurrences\": [\n  {\n   \"occurrence_id\": \"integer\",\n   \"start_time\": \"string [date-time]\",\n   \"duration\": \"integer\",\n   \"status\": \"string\"\n  }\n ],\n \"settings\": {\n  \"host_video\": \"boolean\",\n  \"panelists_video\": \"boolean\",\n  \"practice_session\": \"boolean\",\n  \"hd_video\": \"boolean\",\n  \"approval_type\": \"integer\",\n  \"registration_type\": \"integer\",\n  \"audio\": \"string\",\n  \"auto_recording\": \"string\",\n  \"enforce_login\": \"boolean\",\n  \"enforce_login_domains\": \"string\",\n  \"alternative_hosts\": \"string\",\n  \"close_registration\": \"boolean\",\n  \"show_share_button\": \"boolean\",\n  \"allow_multiple_devices\": \"boolean\"\n }\n}"},{"id":"ce0c9634-98b6-44e3-aa44-020eab556bb1","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`\nSubscription plan for webinar is missing. Enable webinar for this user once the subscription plan is added:{userId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"<integer>\",\"monthly_day\":\"<integer>\",\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_restrict_number\":0,\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/webinars","host":["https://api.zoom.us/v2"],"path":["users",":userId","webinars"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2a80a67-1ce8-4fd1-b8fe-2b8ef99c639b"}],"id":"5e1ee3b7-527e-490d-a9a6-d5c861de458c","_postman_id":"5e1ee3b7-527e-490d-a9a6-d5c861de458c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/users/:userId","id":"f328ef72-88b6-4412-afd5-8e47d1a94882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId?login_type=<string>","description":"<p>A Zoom account can have one or more users. Use this API to view information of a specific user on a Zoom account.<br /><br />\n<strong>Scopes:</strong> <code>user:read:admin</code> <code>user:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> </p>\n<p> <b>Note: </b>If a user's status is pending, only `id` and `created_at` fields will be returned. The value of `created_at` will be the time at which the API call was made until the user activates their account.</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p><code>0</code> - Facebook.<br /><code>1</code> - Google.<br /><code>99</code> - API.<br /><code>100</code> - Zoom.<br /><code>101</code> - SSO.</p>\n","type":"text/plain"},"key":"login_type","value":"<string>"}],"variable":[{"id":"e7724e31-6dc7-40f3-bc43-c795476b5840","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"6aa4f83d-0f3b-4f6a-a3d8-cd3c08e7bfdd","name":"**HTTP Status Code:** `400` **Bad Request**<br>\nBad request<br>\n**Error Code:** `1120`<br>\nA valid invitation to join the Zoom account was not found for this user. <br>\nThis error is thrown if you added a user in your account but the user did not accept t","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId?login_type=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"login_type","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a694e6af-468d-4ff3-a474-0668b365d82a","name":"**HTTP Status Code:** `200` **OK**<br>\nUser object returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId?login_type=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"login_type","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"created_at\\\":\\\"2018-11-15T01:10:08Z\\\",\\n  \\\"custom_attributes\\\": [\\n    {\\n      \\\"key\\\": \\\"cb3674544gexq\\\",\\n      \\\"name\\\": \\\"Country of Citizenship\\\",\\n      \\\"value\\\": \\\"Nepal\\\"\\n    }\\n  ],\\n  \\t\\\"id\\\": \\\"z8dsdsdsdsdCfp8uQ\\\",\\n    \\\"first_name\\\": \\\"Harry\\\",\\n    \\\"last_name\\\": \\\"Grande\\\",\\n    \\\"email\\\": \\\"harryg@dfkjdslfjkdsfjkdsf.fsdfdfd\\\",\\n    \\\"type\\\": 2,\\n    \\\"role_name\\\": \\\"Owner\\\",\\n    \\\"pmi\\\": 000000000,\\n    \\\"use_pmi\\\": false,\\n    \\\"personal_meeting_url\\\": \\\"https://zoom.us/j/6352635623323434343443\\\",\\n    \\\"timezone\\\": \\\"America/Los_Angeles\\\",\\n    \\\"verified\\\": 1,\\n    \\\"dept\\\": \\\"\\\",\\n    \\\"created_at\\\": \\\"2018-11-15T01:10:08Z\\\",\\n    \\\"last_login_time\\\": \\\"2019-09-13T21:08:52Z\\\",\\n    \\\"last_client_version\\\": \\\"4.4.55383.0716(android)\\\",\\n    \\\"pic_url\\\": \\\"https://lh4.googleusercontent.com/-hsgfhdgsfghdsfghfd-photo.jpg\\\",\\n    \\\"host_key\\\": \\\"0000\\\",\\n    \\\"jid\\\": \\\"hghghfghdfghdfhgh@xmpp.zoom.us\\\",\\n    \\\"group_ids\\\": [],\\n    \\\"im_group_ids\\\": [\\n        \\\"CcSAAAAAAABBBVoQ\\\"\\n    ],\\n    \\\"account_id\\\": \\\"EAAAAAbbbbbCCCCHMA\\\",\\n    \\\"language\\\": \\\"en-US\\\",\\n    \\\"phone_country\\\": \\\"USA\\\",\\n    \\\"phone_number\\\": \\\"00000000\\\",\\n    \\\"status\\\": \\\"active\\\"\\n}\""},{"id":"bc2384da-5485-4af9-b382-cce5319e3062","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId?login_type=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"login_type","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f328ef72-88b6-4412-afd5-8e47d1a94882"},{"name":"https://api.zoom.us/v2/users/:userId","id":"7550819d-0556-442b-89f7-4f6290dcab2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"<string>","type":"text","description":"<p>User's first name. Cannot contain more than 5 Chinese characters.</p>\n"},{"key":"last_name","value":"<string>","type":"text","description":"<p>User's last name. Cannot contain more than 5 Chinese characters.</p>\n"},{"key":"type","value":"<integer>","type":"text","description":"<p>User types:<br /><code>1</code> - Basic.<br /><code>2</code> - Licensed.<br /><code>3</code> - On-prem. (This can only be one of 1,2,3)</p>\n"},{"key":"pmi","value":"<integer>","type":"text","description":"<p>Personal meeting ID: length must be 10.</p>\n"},{"key":"use_pmi","value":"false","type":"text","description":"<p>Use Personal Meeting ID for instant meetings.</p>\n"},{"key":"timezone","value":"<string>","type":"text","description":"<p>The time zone ID for a user profile. For this parameter value please refer to the ID value in the <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones\">timezone</a> list.</p>\n"},{"key":"language","value":"<string>","type":"text","description":"<p>language</p>\n"},{"key":"dept","value":"<string>","type":"text","description":"<p>Department for user profile: use for report.</p>\n"},{"key":"vanity_name","value":"<string>","type":"text","description":"<p>Personal meeting room name.</p>\n"},{"key":"host_key","value":"<string>","type":"text","description":"<p>Host key. It should be a 6-10 digit number.</p>\n"},{"key":"cms_user_id","value":"<string>","type":"text","description":"<p>Kaltura user ID.</p>\n"},{"key":"job_title","value":"<string>","type":"text","description":"<p>User's job title.</p>\n"},{"key":"company","value":"<string>","type":"text","description":"<p>User's company.</p>\n"},{"key":"location","value":"<string>","type":"text","description":"<p>User's location.</p>\n"},{"key":"phone_number","value":"<string>","type":"text","description":"<p>Phone number of the user. To update a phone number, you must also provide the <code>phone_country</code> field.</p>\n"},{"key":"phone_country","value":"<string>","type":"text","description":"<p><a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#countries\">Country ID</a> of the phone number. For example, if the phone number provided in the <code>phone_number</code> field is a Brazil based number, the value of the <code>phone_country</code> field should be <code>BR</code>.</p>\n"},{"key":"custom_attributes","value":"{\"key\":\"<string>\",\"name\":\"<string>\",\"value\":\"<string>\"}","type":"text","description":"<p>Custom attribute(s) of the user.</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId?login_type=<string>","description":"<p>Update information on a user's Zoom <a href=\"https://support.zoom.us/hc/en-us/articles/201363203-My-Profile\">profile</a>.<br /><br />\n<strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p><code>0</code> - Facebook.<br /><code>1</code> - Google.<br /><code>99</code> - API.<br /><code>100</code> - Zoom.<br /><code>101</code> - SSO.</p>\n","type":"text/plain"},"key":"login_type","value":"<string>"}],"variable":[{"id":"6e0b239d-4631-470a-ac23-2f70447c7481","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"2fa689d5-c54b-4e71-ac97-ceebf87eb41c","name":"**HTTP Status Code:** `204` <br> \nUser updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User's first name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"User's last name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"User types:<br>`1` - Basic.<br>`2` - Licensed.<br>`3` - On-prem. (This can only be one of 1,2,3)","type":"text/plain"},"key":"type","value":"<integer>","type":"text"},{"description":{"content":"Personal meeting ID: length must be 10.","type":"text/plain"},"key":"pmi","value":"<integer>","type":"text"},{"description":{"content":"Use Personal Meeting ID for instant meetings.","type":"text/plain"},"key":"use_pmi","value":"false","type":"text"},{"description":{"content":"The time zone ID for a user profile. For this parameter value please refer to the ID value in the [timezone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"language","type":"text/plain"},"key":"language","value":"<string>","type":"text"},{"description":{"content":"Department for user profile: use for report.","type":"text/plain"},"key":"dept","value":"<string>","type":"text"},{"description":{"content":"Personal meeting room name.","type":"text/plain"},"key":"vanity_name","value":"<string>","type":"text"},{"description":{"content":"Host key. It should be a 6-10 digit number.","type":"text/plain"},"key":"host_key","value":"<string>","type":"text"},{"description":{"content":"Kaltura user ID.","type":"text/plain"},"key":"cms_user_id","value":"<string>","type":"text"},{"description":{"content":"User's job title.","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"User's company.","type":"text/plain"},"key":"company","value":"<string>","type":"text"},{"description":{"content":"User's location.","type":"text/plain"},"key":"location","value":"<string>","type":"text"},{"description":{"content":"Phone number of the user. To update a phone number, you must also provide the `phone_country` field.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"[Country ID](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#countries) of the phone number. For example, if the phone number provided in the `phone_number` field is a Brazil based number, the value of the `phone_country` field should be `BR`.","type":"text/plain"},"key":"phone_country","value":"<string>","type":"text"},{"description":{"content":"Custom attribute(s) of the user.","type":"text/plain"},"key":"custom_attributes","value":"{\"key\":\"<string>\",\"name\":\"<string>\",\"value\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId?login_type=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"login_type","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"39ea6489-4d80-4981-bdae-b9dd7111b24f","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>A Zoom Room user cannot be updated to a free user type: $userId<br><br>\n**Error Code:** `1108`<br>Permission requirements to change the user type of this user were not met.<br><b","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User's first name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"User's last name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"User types:<br>`1` - Basic.<br>`2` - Licensed.<br>`3` - On-prem. (This can only be one of 1,2,3)","type":"text/plain"},"key":"type","value":"<integer>","type":"text"},{"description":{"content":"Personal meeting ID: length must be 10.","type":"text/plain"},"key":"pmi","value":"<integer>","type":"text"},{"description":{"content":"Use Personal Meeting ID for instant meetings.","type":"text/plain"},"key":"use_pmi","value":"false","type":"text"},{"description":{"content":"The time zone ID for a user profile. For this parameter value please refer to the ID value in the [timezone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"language","type":"text/plain"},"key":"language","value":"<string>","type":"text"},{"description":{"content":"Department for user profile: use for report.","type":"text/plain"},"key":"dept","value":"<string>","type":"text"},{"description":{"content":"Personal meeting room name.","type":"text/plain"},"key":"vanity_name","value":"<string>","type":"text"},{"description":{"content":"Host key. It should be a 6-10 digit number.","type":"text/plain"},"key":"host_key","value":"<string>","type":"text"},{"description":{"content":"Kaltura user ID.","type":"text/plain"},"key":"cms_user_id","value":"<string>","type":"text"},{"description":{"content":"User's job title.","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"User's company.","type":"text/plain"},"key":"company","value":"<string>","type":"text"},{"description":{"content":"User's location.","type":"text/plain"},"key":"location","value":"<string>","type":"text"},{"description":{"content":"Phone number of the user. To update a phone number, you must also provide the `phone_country` field.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"[Country ID](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#countries) of the phone number. For example, if the phone number provided in the `phone_number` field is a Brazil based number, the value of the `phone_country` field should be `BR`.","type":"text/plain"},"key":"phone_country","value":"<string>","type":"text"},{"description":{"content":"Custom attribute(s) of the user.","type":"text/plain"},"key":"custom_attributes","value":"{\"key\":\"<string>\",\"name\":\"<string>\",\"value\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId?login_type=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"login_type","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"40c115fd-dba8-41f5-a024-8c5adc746cc8","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User's first name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"User's last name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"User types:<br>`1` - Basic.<br>`2` - Licensed.<br>`3` - On-prem. (This can only be one of 1,2,3)","type":"text/plain"},"key":"type","value":"<integer>","type":"text"},{"description":{"content":"Personal meeting ID: length must be 10.","type":"text/plain"},"key":"pmi","value":"<integer>","type":"text"},{"description":{"content":"Use Personal Meeting ID for instant meetings.","type":"text/plain"},"key":"use_pmi","value":"false","type":"text"},{"description":{"content":"The time zone ID for a user profile. For this parameter value please refer to the ID value in the [timezone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"language","type":"text/plain"},"key":"language","value":"<string>","type":"text"},{"description":{"content":"Department for user profile: use for report.","type":"text/plain"},"key":"dept","value":"<string>","type":"text"},{"description":{"content":"Personal meeting room name.","type":"text/plain"},"key":"vanity_name","value":"<string>","type":"text"},{"description":{"content":"Host key. It should be a 6-10 digit number.","type":"text/plain"},"key":"host_key","value":"<string>","type":"text"},{"description":{"content":"Kaltura user ID.","type":"text/plain"},"key":"cms_user_id","value":"<string>","type":"text"},{"description":{"content":"User's job title.","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"User's company.","type":"text/plain"},"key":"company","value":"<string>","type":"text"},{"description":{"content":"User's location.","type":"text/plain"},"key":"location","value":"<string>","type":"text"},{"description":{"content":"Phone number of the user. To update a phone number, you must also provide the `phone_country` field.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"[Country ID](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#countries) of the phone number. For example, if the phone number provided in the `phone_number` field is a Brazil based number, the value of the `phone_country` field should be `BR`.","type":"text/plain"},"key":"phone_country","value":"<string>","type":"text"},{"description":{"content":"Custom attribute(s) of the user.","type":"text/plain"},"key":"custom_attributes","value":"{\"key\":\"<string>\",\"name\":\"<string>\",\"value\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId?login_type=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"login_type","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"43197847-d92b-4cb1-aa9f-51e15ded1021","name":"**HTTP Status Code:** `300`<br>\nInvalid parameter: password","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User's first name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"User's last name. Cannot contain more than 5 Chinese characters.","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"User types:<br>`1` - Basic.<br>`2` - Licensed.<br>`3` - On-prem. (This can only be one of 1,2,3)","type":"text/plain"},"key":"type","value":"<integer>","type":"text"},{"description":{"content":"Personal meeting ID: length must be 10.","type":"text/plain"},"key":"pmi","value":"<integer>","type":"text"},{"description":{"content":"Use Personal Meeting ID for instant meetings.","type":"text/plain"},"key":"use_pmi","value":"false","type":"text"},{"description":{"content":"The time zone ID for a user profile. For this parameter value please refer to the ID value in the [timezone](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list.","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"language","type":"text/plain"},"key":"language","value":"<string>","type":"text"},{"description":{"content":"Department for user profile: use for report.","type":"text/plain"},"key":"dept","value":"<string>","type":"text"},{"description":{"content":"Personal meeting room name.","type":"text/plain"},"key":"vanity_name","value":"<string>","type":"text"},{"description":{"content":"Host key. It should be a 6-10 digit number.","type":"text/plain"},"key":"host_key","value":"<string>","type":"text"},{"description":{"content":"Kaltura user ID.","type":"text/plain"},"key":"cms_user_id","value":"<string>","type":"text"},{"description":{"content":"User's job title.","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"User's company.","type":"text/plain"},"key":"company","value":"<string>","type":"text"},{"description":{"content":"User's location.","type":"text/plain"},"key":"location","value":"<string>","type":"text"},{"description":{"content":"Phone number of the user. To update a phone number, you must also provide the `phone_country` field.","type":"text/plain"},"key":"phone_number","value":"<string>","type":"text"},{"description":{"content":"[Country ID](https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#countries) of the phone number. For example, if the phone number provided in the `phone_number` field is a Brazil based number, the value of the `phone_country` field should be `BR`.","type":"text/plain"},"key":"phone_country","value":"<string>","type":"text"},{"description":{"content":"Custom attribute(s) of the user.","type":"text/plain"},"key":"custom_attributes","value":"{\"key\":\"<string>\",\"name\":\"<string>\",\"value\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId?login_type=<string>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"login_type","value":"<string>"}],"variable":[{"key":"userId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7550819d-0556-442b-89f7-4f6290dcab2f"},{"name":"https://api.zoom.us/v2/users/:userId","id":"b8a29d80-91d9-4ada-acf5-b1ea572eb2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/users/:userId?action=disassociate&transfer_email=<string>&transfer_meeting=<boolean>&transfer_webinar=<boolean>&transfer_recording=<boolean>","description":"<p>Deleting a user permanently removes them and their data from Zoom. They will be able to create a new Zoom account with the same email address if they have access to it. An account owner or an account admin can transfer meetings, webinars and cloud recordings to another Zoom user before deleting, but if not transferred, they will be permanently deleted.<br /><br /></p>\n<p>By default, this API disassociates (unlinks) a user from the associated account. The disassociation will give them their own basic, free Zoom account. It will not be associated with your account, and they will be able to purchase their own licenses. You can transfer the user's data (meetings, webinars and cloud recordings) to another user before disassociation.<br /> To permanently delete a user, specify \"delete\" as the value of the <code>action</code> query parameter.\n<strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Delete action options:<br /><code>disassociate</code> - Disassociate a user.<br /><code>delete</code>-  Permanently delete a user.<br />Note: To delete pending user in the account, use <code>disassociate</code></p>\n","type":"text/plain"},"key":"action","value":"disassociate"},{"description":{"content":"<p>Transfer email.</p>\n","type":"text/plain"},"key":"transfer_email","value":"<string>"},{"description":{"content":"<p>Transfer meeting.</p>\n","type":"text/plain"},"key":"transfer_meeting","value":"<boolean>"},{"description":{"content":"<p>Transfer webinar.</p>\n","type":"text/plain"},"key":"transfer_webinar","value":"<boolean>"},{"description":{"content":"<p>Transfer recording.</p>\n","type":"text/plain"},"key":"transfer_recording","value":"<boolean>"}],"variable":[{"id":"bde88de9-5ce6-4571-910b-31e95688bd56","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"7b7ecba7-7337-43d3-9f16-602bc9e35320","name":"**HTTP Status Code:** `204`<br>\nUser deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId?action=disassociate&transfer_email=<string>&transfer_meeting=<boolean>&transfer_webinar=<boolean>&transfer_recording=<boolean>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"action","value":"disassociate"},{"key":"transfer_email","value":"<string>"},{"key":"transfer_meeting","value":"<boolean>"},{"key":"transfer_webinar","value":"<boolean>"},{"key":"transfer_recording","value":"<boolean>"}],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b13ea99e-35d8-4260-bbdf-2b869c7be1da","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId?action=disassociate&transfer_email=<string>&transfer_meeting=<boolean>&transfer_webinar=<boolean>&transfer_recording=<boolean>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"action","value":"disassociate"},{"key":"transfer_email","value":"<string>"},{"key":"transfer_meeting","value":"<boolean>"},{"key":"transfer_webinar","value":"<boolean>"},{"key":"transfer_recording","value":"<boolean>"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d062c7fc-ff61-4068-b870-b8a02c0e2b02","name":"**HTTP Status Code:** `400` **Bad Request** <br><br> **Error Code:** `300`<br>The transfer-to email address cannot be the same as the unlinked or deleted user’s email address.\n**Error Code:** `200`<br>Cannot delete a user out of your account. <br>Cannot d","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId?action=disassociate&transfer_email=<string>&transfer_meeting=<boolean>&transfer_webinar=<boolean>&transfer_recording=<boolean>","host":["https://api.zoom.us/v2"],"path":["users",":userId"],"query":[{"key":"action","value":"disassociate"},{"key":"transfer_email","value":"<string>"},{"key":"transfer_meeting","value":"<boolean>"},{"key":"transfer_webinar","value":"<boolean>"},{"key":"transfer_recording","value":"<boolean>"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8a29d80-91d9-4ada-acf5-b1ea572eb2df"},{"name":"https://api.zoom.us/v2/users/:userId/recordings","id":"b09664c7-3e80-45e3-b743-27ab2d6798ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/recordings?page_size=30&next_page_token=<string>&mc=false&trash=false&from=<date>&to=<date>&trash_type=meeting_recordings","description":"<p>When a user records a meeting or a webinar by choosing the <strong>Record to the Cloud</strong> option, the video, audio, and chat text are recorded in the Zoom cloud. </p>\n<p>Use this API to list all <a href=\"https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording\">Cloud recordings</a> of a user.<br /></p>\n<blockquote>\n<p>To access a user's password protected cloud recording, add an \"access_token\" parameter to the download URL and provide either the <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-jwt-app\">JWT</a> or the user's OAuth access token as the value of the \"access_token\" parameter. \n<br /></p>\n</blockquote>\n<p><strong>Scopes:</strong> <code>recording:read:admin</code> <code>recording:read</code>  <br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisites:</strong> </p>\n<ul>\n<li>Pro or a higher plan.</li>\n<li>Cloud Recording must be enabled on the user's account.</li>\n</ul>\n","urlObject":{"path":["users",":userId","recordings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>Query Metadata of Recording if an On-Premise Meeting Connector was used for the meeting.</p>\n","type":"text/plain"},"key":"mc","value":"false"},{"description":{"content":"<p>Query trash.\n<code>true</code>: List recordings from trash.<br /> <code>false</code>: Do not list recordings from the trash.<br /> The default value is <code>false</code>. If you set it to <code>true</code>, you can use the <code>trash_type</code> property to indicate the type of Cloud recording that you need to retrieve. </p>\n","type":"text/plain"},"key":"trash","value":"false"},{"description":{"content":"<p>The start date in 'yyyy-mm-dd' for the date range for which you would like to retrieve recordings. The maximum range can be a month. If no value is provided for this field, the default will be current date. For example, if you make the API request on June 30, 2020, without providing the “from” and “to” parameters, by default the value of 'from' field will be “2020-06-30” and the value of the 'to' field will be “2020-07-01”. </p>\n<p><strong>Note</strong>: The \"trash\" files cannot be filtered by date range and thus, the \"from\" and \"to\" fields should not be used for trash files.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>End date in 'yyyy-mm-dd' format. </p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The type of Cloud recording that you would like to retrieve from the trash. The value can be one of the following:<br />\n    <code>meeting_recordings</code>: List all meeting recordings from the trash.<br />\n    <code>recording_file</code>: List all individual recording files from the trash. </p>\n","type":"text/plain"},"key":"trash_type","value":"meeting_recordings"}],"variable":[{"id":"15d1744a-15f6-4234-a21d-1a2d45bda680","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"437fab7b-eda3-4202-a637-f642e43aab61","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser {userId} not exist or not belong to this account.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/recordings?page_size=30&next_page_token=<string>&mc=false&trash=false&from=<date>&to=<date>&trash_type=meeting_recordings","host":["https://api.zoom.us/v2"],"path":["users",":userId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"mc","value":"false"},{"key":"trash","value":"false"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"trash_type","value":"meeting_recordings"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4f2952d7-599c-456b-91b5-df9656008120","name":"**HTTP Status Code:** `200`<br>\nList of recording objects returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/recordings?page_size=30&next_page_token=<string>&mc=false&trash=false&from=<date>&to=<date>&trash_type=meeting_recordings","host":["https://api.zoom.us/v2"],"path":["users",":userId","recordings"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"mc","value":"false"},{"key":"trash","value":"false"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"trash_type","value":"meeting_recordings"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-08-15\",\n \"to\": \"2019-09-15\",\n \"page_count\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"next_page_token\": \"\",\n \"meetings\": [\n  {\n   \"uuid\": \"gkABCDEnCkPuA==\",\n   \"id\": 1000000000000,\n   \"account_id\": \"AbcjxkfhdEEE\",\n   \"host_id\": \"z8dfkgABBBBBBBfp8uQ\",\n   \"topic\": \"MyTestPollMeeting\",\n   \"type\": 2,\n   \"start_time\": \"2019-08-29T21:54:49Z\",\n   \"timezone\": \"America/Los_Angeles\",\n   \"duration\": 1,\n   \"total_size\": 47383,\n   \"recording_count\": 1,\n   \"share_url\": \"https://api.zoom.us/recording/share/IABCDJDKDJEEEEEk_GwfdggdgkTziMw\",\n   \"recording_files\": [\n    {\n     \"id\": \"589ABBBBB-8718e\",\n     \"meeting_id\": \"gkABCDEnCkPuA==\",\n     \"recording_start\": \"2019-08-29T21:54:55Z\",\n     \"recording_end\": \"2019-08-29T21:55:24Z\",\n     \"file_type\": \"M4A\",\n     \"file_size\": 10098,\n     \"play_url\": \"https://api.zoom.us/recording/play/pfA2AvvvvvAnAzOibbbbELxl\",\n     \"download_url\": \"https://api.zoom.us/recording/download/pfA2AvvvvvAnAzOibbbbELxl\",\n     \"status\": \"completed\",\n     \"recording_type\": \"audio_only\"\n    },\n    {\n     \"meeting_id\": \"gkABCDEnCkPuA==\",\n     \"recording_start\": \"2019-08-29T21:54:55Z\",\n     \"recording_end\": \"2019-08-29T21:55:24Z\",\n     \"file_type\": \"TIMELINE\",\n     \"download_url\": \"https://api.zoom.us/recording/download/cc33ekldfdjfhf3-aaaaa\"\n    },\n    {\n     \"id\": \"96119b=kdfhf791\",\n     \"meeting_id\": \"gkABCDEnCkPuA==\",\n     \"recording_start\": \"2019-08-29T21:54:55Z\",\n     \"recording_end\": \"2019-08-29T21:55:24Z\",\n     \"file_type\": \"MP4\",\n     \"file_size\": 37285,\n     \"play_url\": \"https://api.zoom.us/recording/play/abcdkjfhdhfdhfj\",\n     \"download_url\": \"https://api.zoom.us/recording/download/abcdkjfhdhfdhfj\",\n     \"status\": \"completed\",\n     \"recording_type\": \"shared_screen_with_speaker_view\"\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"b09664c7-3e80-45e3-b743-27ab2d6798ea"},{"name":"https://api.zoom.us/v2/users/:userId/picture","id":"dd40860d-234c-43b5-a104-45d967d5c301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"pic_file","value":"<binary>","type":"text","description":"<p>The file's path. </p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/picture","description":"<p>Upload a user's profile picture.<br /><br /></p>\n<p>Provide <code>multipart/form-data</code> as the value of the <code>content-type</code> header for this request. </p>\n<p><strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br /></p>\n<p><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","picture"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a40440af-6c69-4887-837c-a7d946672b18","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"3cbb4642-e934-4346-b529-96b62e27b0a5","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `120`<br>\nFile is empty.<br>\nFile size cannot exceed 2M.<br>\nOnly jpg/jpeg, gif or png image file can be uploaded.<br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"\n\nThe file's path. ","type":"text/plain"},"key":"pic_file","value":"<binary>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/picture","host":["https://api.zoom.us/v2"],"path":["users",":userId","picture"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6f66a791-5199-463b-8925-417d85509ed6","name":"**HTTP Status Code:** `201`<br>Picture uploaded.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"\n\nThe file's path. ","type":"text/plain"},"key":"pic_file","value":"<binary>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/picture","host":["https://api.zoom.us/v2"],"path":["users",":userId","picture"],"variable":[{"key":"userId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"description":"Location of user's picture","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c909914c-8af5-4bb0-b7ab-8f3c800c800e","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"\n\nThe file's path. ","type":"text/plain"},"key":"pic_file","value":"<binary>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/picture","host":["https://api.zoom.us/v2"],"path":["users",":userId","picture"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd40860d-234c-43b5-a104-45d967d5c301"},{"name":"https://api.zoom.us/v2/users/:userId/status","id":"6495990f-54e3-4288-b404-274a40adc6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>The action types:<br /><code>activate</code> - Activate a deactivated user.<br /><code>deactivate</code> - Deactivate a user. (This can only be one of activate,deactivate)</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/status","description":"<p>An account owner or admins can deactivate as well as activate a user in a Zoom account. Deactivating a user will remove all licenses associated with a user. It will prevent the deactivated user from logging into their Zoom account. A deactivated user can be reactivated. Reactivating a user grants the user access to login to their Zoom account.<br /> Use this API to either <a href=\"https://support.zoom.us/hc/en-us/articles/115005269946-Remove-User-from-your-Account#h_6a9bc1c3-d739-4945-b1f2-00b3b88fb5cc\">deactivate</a> an active user or to <a href=\"https://support.zoom.us/hc/en-us/articles/115005269946-Remove-User-from-your-Account#h_16319724-d120-4be6-af5d-31582d134ea0\">reactivate</a> a deactivated user .<br /><br /><strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br /> </p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["users",":userId","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"61cddd9c-9123-4984-8dd7-3f6aec017450","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"1eafb6c6-22c9-4b5c-86a1-f7876b4f1baa","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action types:<br>`activate` - Activate a deactivated user.<br>`deactivate` - Deactivate a user. (This can only be one of activate,deactivate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/status","host":["https://api.zoom.us/v2"],"path":["users",":userId","status"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7ed6c9e6-5463-4952-829d-ede5bc9c0a64","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `200`<br>\nZoom Room and Admin users' status can not be activated or deactivated.<br><br>\n**Error Code:** `3412`<br>Your request to activate the user was not approved at this time because ","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action types:<br>`activate` - Activate a deactivated user.<br>`deactivate` - Deactivate a user. (This can only be one of activate,deactivate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/status","host":["https://api.zoom.us/v2"],"path":["users",":userId","status"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9de4bd3d-ba6c-48cc-80b9-366fd8d529e0","name":"**HTTP Status Code:** `204`<br>\nStatus updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action types:<br>`activate` - Activate a deactivated user.<br>`deactivate` - Deactivate a user. (This can only be one of activate,deactivate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/status","host":["https://api.zoom.us/v2"],"path":["users",":userId","status"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f710a35e-cf2d-422a-b5db-cea5e72bcd9f","name":"Untitled Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The action types:<br>`activate` - Activate a deactivated user.<br>`deactivate` - Deactivate a user. (This can only be one of activate,deactivate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/status","host":["https://api.zoom.us/v2"],"path":["users",":userId","status"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6495990f-54e3-4288-b404-274a40adc6c7"},{"name":"https://api.zoom.us/v2/users/:userId/password","id":"906887b6-1a75-441a-9f78-861874433212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"password","value":"<string>","type":"text","description":"<p>User password. Should be less than 32 characters.</p>\n<p><strong>Note:</strong> If the account owner or admin has enabled <a href=\"https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd\">enhanced password requirements</a>, the value provided in this field must meet those requirements. These requirements can be retrieved by calling the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings\">Get Account Settings API</a> and referring to the <code>password_requirement</code> field present in the <code>security</code> object.</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/password","description":"<p>Update the <a href=\"https://support.zoom.us/hc/en-us/articles/206344385-Change-a-User-s-Password\">password</a> of a user using which the user can login to Zoom.<br /> After this request is processed successfully, an email notification will be sent to the user stating that the password was changed.<br />\n<strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code>\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Owner or admin of the Zoom account.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","password"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"6da896ee-9a14-4971-bc82-0097833c863c","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"76b2278f-b182-46c4-9e24-a09f1aa48f3d","name":"**HTTP Status Code:** `400` **Bad Request** <br><br> **Error Code:** `300` <br>Your new password can not match the old password.<br>This password cannot be changed because it has already been changed the maximum number of times over the past 24 hours.<br>","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User password. Should be less than 32 characters.\n\n**Note:** If the account owner or admin has enabled [enhanced password requirements](https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd), the value provided in this field must meet those requirements. These requirements can be retrieved by calling the [Get Account Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) and referring to the `password_requirement` field present in the `security` object.","type":"text/plain"},"key":"password","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/password","host":["https://api.zoom.us/v2"],"path":["users",":userId","password"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a98f173d-442e-4a0e-ad81-4234e9b116d8","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User password. Should be less than 32 characters.\n\n**Note:** If the account owner or admin has enabled [enhanced password requirements](https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd), the value provided in this field must meet those requirements. These requirements can be retrieved by calling the [Get Account Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) and referring to the `password_requirement` field present in the `security` object.","type":"text/plain"},"key":"password","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/password","host":["https://api.zoom.us/v2"],"path":["users",":userId","password"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b2257824-80a1-4dbf-bede-009bfb5f75c1","name":"**HTTP Status Code:** `204` **OK**<br>\nPassword updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User password. Should be less than 32 characters.\n\n**Note:** If the account owner or admin has enabled [enhanced password requirements](https://support.zoom.us/hc/en-us/articles/360034675592-Advanced-security-settings#h_fa9186e4-6818-4f7a-915c-2e25c19f0acd), the value provided in this field must meet those requirements. These requirements can be retrieved by calling the [Get Account Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) and referring to the `password_requirement` field present in the `security` object.","type":"text/plain"},"key":"password","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/password","host":["https://api.zoom.us/v2"],"path":["users",":userId","password"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"906887b6-1a75-441a-9f78-861874433212"},{"name":"https://api.zoom.us/v2/users/:userId/permissions","id":"858fdd47-9151-4b45-b377-d7e90a86fc13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/permissions","description":"<p>Users can be assigned a set of permissions that allows them to access only the pages/information that a user needs to view or edit.<br /></p>\n<p>Use this API to get permissions that have been granted to the user.<br /><br />\n<strong>Scopes:</strong> <code>user:read:admin</code> <code>user:read</code><br /></p>\n<p><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","permissions"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"75543cb9-50ec-41ef-85f5-35aa326f0330","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"279368b5-d1fc-44aa-8811-24551d25b6c6","name":"**HTTP Status Code:** `200`<br>\nUser permissions returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/permissions","host":["https://api.zoom.us/v2"],"path":["users",":userId","permissions"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"permissions\": [\n  \"IMGroups:Edit\",\n  \"Security:Edit\",\n  \"IMGroups:Read\",\n  \"BillingSubscription:Edit\",\n  \"SingleSignOn:Edit\",\n  \"WebinarSetting:Edit\",\n  \"Branding:Read\",\n  \"UsageReport:Read\",\n  \"BillingSubscription:Read\",\n  \"CrossHybrid:Read\",\n  \"UserActivitiesReport:Read\",\n  \"Branding:Edit\",\n  \"SingleSignOn:Read\",\n  \"Security:Read\",\n  \"Dashboard:Read\",\n  \"AccountProfile:Read\",\n  \"MarketPlace:Edit\",\n  \"ZoomRooms:Edit\",\n  \"PbxAdmin:Read\",\n  \"Meeting:Edit\",\n  \"IMChatHistory:Read\",\n  \"RoomConnector:Read\",\n  \"IMChatBot:Edit\",\n  \"CrossHybrid:Edit\",\n  \"AccountProfile:Edit\",\n  \"RoomConnector:Edit\",\n  \"Group:Edit\",\n  \"BillingInformation:Edit\",\n  \"LyncConnector:Edit\",\n  \"LyncConnector:Read\",\n  \"Integration:Read\",\n  \"User:Edit\",\n  \"BillingInformation:Read\",\n  \"AccountSetting:Edit\",\n  \"SubAccount:Read\",\n  \"IMSetting:Read\",\n  \"MeetingConnector:Read\",\n  \"ThirdPartyConference:Read\",\n  \"Meeting:Join\",\n  \"CallInContacts:Read\",\n  \"ZoomDevelopers:Read\",\n  \"Recording:Read\",\n  \"Role:Edit\",\n  \"Recording:Edit\",\n  \"DigitalSignage:Read\",\n  \"ScheduleTrackingFields:Read\",\n  \"ThirdPartyConference:Edit\",\n  \"Group:Read\",\n  \"AccountSetting:Read\",\n  \"MeetingConnector:Edit\",\n  \"Integration:Edit\",\n  \"CallInContacts:Edit\",\n  \"DigitalSignage:Edit\",\n  \"MarketPlace:Read\",\n  \"PbxAdmin:Edit\",\n  \"ZoomRooms:Read\",\n  \"MobileDeviceManagement:Read\",\n  \"RecordingContent:Read\",\n  \"User:Read\",\n  \"ScheduleTrackingFields:Edit\",\n  \"WebinarSetting:Read\"\n ]\n}"},{"id":"2e419c2d-59c3-4d33-98cf-437ad7e987d3","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/permissions","host":["https://api.zoom.us/v2"],"path":["users",":userId","permissions"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"858fdd47-9151-4b45-b377-d7e90a86fc13"},{"name":"https://api.zoom.us/v2/users/:userId/pac","id":"621acffc-56b1-40ed-87ea-e69413c969ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/pac","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/204517069-Getting-Started-with-Personal-Audio-Conference\">Personal Audio Conference</a> (PAC) allows Pro or higher account holders to host meetings through PSTN (phone dial-in) only.<br />Use this API to list a user's PAC accounts.<br /><br />\n<strong>Scopes:</strong> <code>user:read:admin</code> <code>user:read</code><br />\n<br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>A Pro or higher plan with <a href=\"https://support.zoom.us/hc/en-us/articles/204517069-Getting-Started-with-Personal-Audio-Conference\">Premium Audio Conferencing</a> add-on.</li>\n<li>Personal Audio Conference must be enabled in the user's profile.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","pac"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"b14b84fb-973a-474f-9d44-9e33dc0bed86","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"12467b3f-c861-430e-b2ac-229855cabc96","name":"**HTTP Status Code:** `200` **OK**<br>\nPAC account list returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/pac","host":["https://api.zoom.us/v2"],"path":["users",":userId","pac"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"pac_accounts\": [\n  {\n   \"dedicated_dial_in_number\": [\n    {\n     \"number\": \"123343434\",\n     \"country\": \"USA\"\n    }\n   ],\n   \"global_dial_in_numbers\": [\n    {\n     \"number\": \"434343434\",\n     \"country\": \"USA\"\n    }\n   ],\n   \"conference_id\": \"111111\",\n   \"participant_password\": \"ghdf\",\n   \"listen_only_password\": \"hkgk\"\n  }\n ]\n}"},{"id":"540f3376-044a-4b33-b482-67ff7f7e1166","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/pac","host":["https://api.zoom.us/v2"],"path":["users",":userId","pac"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"74aa21d1-0a59-4dab-a884-41d78239bcbb","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `2024`<br>\nUser does not have PAC enabled.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/pac","host":["https://api.zoom.us/v2"],"path":["users",":userId","pac"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"621acffc-56b1-40ed-87ea-e69413c969ee"},{"name":"https://api.zoom.us/v2/users/:userId/email","id":"dc9fa12a-1d7a-4d18-97fb-c99149053685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<email>","type":"text","description":"<p>User’s email. The length should be less than 128 characters.</p>\n"}]},"url":"https://api.zoom.us/v2/users/:userId/email","description":"<p>Change a user's <a href=\"https://support.zoom.us/hc/en-us/articles/201362563-How-Do-I-Change-the-Email-on-My-Account-\">email address</a> on a Zoom account that has managed domain set up.<br />If the Zoom Account in which the user belongs, has multiple <a href=\"https://support.zoom.us/hc/en-us/articles/203395207-What-is-Managed-Domain-\">managed domains</a>, the email to be updated must match one of the managed domains.<br />\n<strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n<blockquote>\n<p> Note: A user's email address can only be changed for a maximum of 3 times in a day(24 hours).\n<strong>Prerequisite:</strong><br /></p>\n</blockquote>\n<ul>\n<li>Managed domain must be enabled in the account.</li>\n<li>The new email address should not already exist in Zoom.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","email"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"6d18156d-8a36-4bfd-ad72-fd42f695c909","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"7fe53586-852f-49a9-90f8-910809df4c68","name":"**HTTP Status Code:** `204` **No Content**<br>\nEmail updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User’s email. The length should be less than 128 characters.","type":"text/plain"},"key":"email","value":"<email>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/email","host":["https://api.zoom.us/v2"],"path":["users",":userId","email"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1b148c0-c604-43a4-83d0-80471676459d","name":"**HTTP Status Code:** `404` **Not Found**<br>\n<br>**Error Code:** `1001`<br>\nUser does not exist: $email.<br>","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"User’s email. The length should be less than 128 characters.","type":"text/plain"},"key":"email","value":"<email>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/users/:userId/email","host":["https://api.zoom.us/v2"],"path":["users",":userId","email"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc9fa12a-1d7a-4d18-97fb-c99149053685"},{"name":"https://api.zoom.us/v2/users/:userId/webinar_templates","id":"6a678e1d-1e76-413d-9781-1bde5a1755c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/:userId/webinar_templates","description":"<p>When you schedule a webinar, you can save the settings for that webinar as a template for scheduling future webinars. <br /><br />Use this API to list a user's existing <a href=\"https://support.zoom.us/hc/en-us/articles/115001079746-Webinar-Templates\">Webinar templates'</a> information.</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher account with Webinar plan enabled.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users",":userId","webinar_templates"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"9331db47-d4b7-4ff1-a14e-c27c7c47d810","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"1c4c31a3-2149-4a06-8eb5-0b219c9a33d7","name":"**HTTP Status Code:** `200` **OK** <br>\nList of existing templates returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/webinar_templates","host":["https://api.zoom.us/v2"],"path":["users",":userId","webinar_templates"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 1,\n \"templates\": [\n  {\n   \"id\": \"ull6574eur\",\n   \"name\": \"Weekly Meeting Template\"\n  }\n ]\n}"},{"id":"3840c6c5-d115-4745-953a-bd783f6f10cc","name":"**HTTP Status Code:** `400` **Bad Request** <br>\n**Error Code:** `200`<br> Cannot use webinar API, you need to subscribe webinar plan and then enable webinar for this user:{userId}.<br>\n**Error Code:** `1001`<br>\n* User not exist: {userId}.\n* User {userId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/:userId/webinar_templates","host":["https://api.zoom.us/v2"],"path":["users",":userId","webinar_templates"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a678e1d-1e76-413d-9781-1bde5a1755c9"}],"id":"015f157b-94e9-4af9-9135-bfed5c599aad","_postman_id":"015f157b-94e9-4af9-9135-bfed5c599aad","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/users","id":"8be746c4-8ffa-48fa-a089-538514f72dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users?mail=aminabdo43@gmail.com","description":"<p>A Zoom account can have one or more users. Use this API to list users on your account.<br /><br />\n<strong>Scopes:</strong> <code>user:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.zoom.us/v2"],"query":[{"disabled":true,"description":{"content":"<p>User statuses:<br /><code>active</code> - Users with an active status.<br /><code>inactive</code> - Users who are deactivated.<br /><code>pending</code> - Users with a pending status.</p>\n","type":"text/plain"},"key":"status","value":"active"},{"disabled":true,"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"disabled":true,"description":{"content":"<p>Unique identifier for the role. Provide this parameter if you would like to filter the response by a specific role. You can retrieve Role IDs from <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/roles/roles\">List Roles</a> API. </p>\n","type":"text/plain"},"key":"role_id","value":"<string>"},{"disabled":true,"description":{"content":"<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"<string>"},{"disabled":true,"description":{"content":"<p>Provide a value for this field if you would like to see the following attribute in the response of this API call:<br /></p>\n<p><code>custom_attributes</code>: Returns custom attributes that are associated with the user.</p>\n","type":"text/plain"},"key":"include_fields","value":"<string>"},{"key":"mail","value":"aminabdo43@gmail.com"}],"variable":[]}},"response":[{"id":"7c23e6e5-fc99-4430-ae89-355d7a39e2b3","name":"**HTTP Status Code:** `200`<br>\nUser list returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users?status=active&page_size=30&role_id=<string>&page_number=<string>&include_fields=<string>","host":["https://api.zoom.us/v2"],"path":["users"],"query":[{"key":"status","value":"active"},{"key":"page_size","value":"30"},{"key":"role_id","value":"<string>"},{"key":"page_number","value":"<string>"},{"key":"include_fields","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"page_count\\\": 1,\\n  \\\"page_number\\\": 1,\\n  \\\"page_size\\\": 30,\\n  \\\"total_records\\\": 1,\\n  \\\"users\\\": [\\n    {\\n      \\\"id\\\": \\\"z8yAAAAA8bbbQ\\\",\\n      \\\"first_name\\\": \\\"Melina\\\",\\n      \\\"last_name\\\": \\\"Ghimire\\\",\\n      \\\"email\\\": \\\"mel@jfggdhfhdfj.djfhdsfh\\\",\\n      \\\"type\\\": 2,\\n      \\\"pmi\\\": 581111112,\\n      \\\"timezone\\\": \\\"America/Los_Angeles\\\",\\n      \\\"verified\\\": 1,\\n      \\\"dept\\\": \\\"\\\",\\n      \\\"created_at\\\": \\\"2018-11-15T01:10:08Z\\\",\\n      \\\"last_login_time\\\": \\\"2019-09-13T21:08:52Z\\\",\\n      \\\"last_client_version\\\": \\\"4.4.55383.0716(android)\\\",\\n      \\\"pic_url\\\": \\\"https://lh4.googleusercontent.com/-someurl/photo.jpg\\\",\\n      \\\"im_group_ids\\\": [\\n        \\\"Abdsjkfhdhfj\\\"\\n      ],\\n      \\\"status\\\": \\\"active\\\"\\n    }\\n}\""}],"_postman_id":"8be746c4-8ffa-48fa-a089-538514f72dbd"},{"name":"https://api.zoom.us/v2/users","id":"741fd2bd-4853-432a-8f6c-07cca0cd148a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>Specify how to create the new user: <br /><code>create</code> - User will get an email sent from Zoom. There is a confirmation link in this email. The user will then need to use the link to activate their Zoom account. The user can then set or change their password.<br /><code>autoCreate</code> - This action is provided for the enterprise customer who has a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain.<br /><code>custCreate</code> - Users created via this option do not have passwords and will not have the ability to log into the Zoom Web Portal or the Zoom Client. These users can still host and join meetings using the <code>start_url</code> and <code>join_url</code> respectively. To use this option, you must contact the ISV Platform Sales team at <a href=\"mailto:isv@zoom.us\">isv@zoom.us</a>.<br /><code>ssoCreate</code> - This action is provided for the enabled “Pre-provisioning SSO User” option. A user created in this way has no password. If not a basic user, a personal vanity URL using the user name (no domain) of the provisioning email will be generated. If the user name or PMI is invalid or occupied, it will use a random number or random personal vanity URL. (This can only be one of create,autoCreate,custCreate,ssoCreate)</p>\n"},{"key":"user_info","value":"{\"email\":\"<string>\",\"type\":\"<integer>\",\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"password\":\"<password>\"}","type":"text","description":"<p>(Required) </p>\n"}]},"url":"https://api.zoom.us/v2/users","description":"<p>A Zoom account can have one or more users. Use this API to add a new user to your account.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan<br /><br />\n<strong>Scopes:</strong> <code>user:write:admin</code> <code>user:write</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["users"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"14439b0a-9e91-4299-8291-76435086045c","name":"**HTTP Status Code:** `409`<br>User with that email already exists<br>\n**Error Code:** `1005`<br>Email $email has already been used.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify how to create the new user: <br>`create` - User will get an email sent from Zoom. There is a confirmation link in this email. The user will then need to use the link to activate their Zoom account. The user can then set or change their password.<br>`autoCreate` - This action is provided for the enterprise customer who has a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain.<br>`custCreate` - Users created via this option do not have passwords and will not have the ability to log into the Zoom Web Portal or the Zoom Client. These users can still host and join meetings using the `start_url` and `join_url` respectively. To use this option, you must contact the ISV Platform Sales team at isv@zoom.us.<br>`ssoCreate` - This action is provided for the enabled “Pre-provisioning SSO User” option. A user created in this way has no password. If not a basic user, a personal vanity URL using the user name (no domain) of the provisioning email will be generated. If the user name or PMI is invalid or occupied, it will use a random number or random personal vanity URL. (This can only be one of create,autoCreate,custCreate,ssoCreate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"user_info","value":"{\"email\":\"<string>\",\"type\":\"<integer>\",\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"password\":\"<password>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"28d5a009-5483-4d8d-850d-3c52f66af786","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `4130`<br>\nGroup does not exist: $groupId<br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify how to create the new user: <br>`create` - User will get an email sent from Zoom. There is a confirmation link in this email. The user will then need to use the link to activate their Zoom account. The user can then set or change their password.<br>`autoCreate` - This action is provided for the enterprise customer who has a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain.<br>`custCreate` - Users created via this option do not have passwords and will not have the ability to log into the Zoom Web Portal or the Zoom Client. These users can still host and join meetings using the `start_url` and `join_url` respectively. To use this option, you must contact the ISV Platform Sales team at isv@zoom.us.<br>`ssoCreate` - This action is provided for the enabled “Pre-provisioning SSO User” option. A user created in this way has no password. If not a basic user, a personal vanity URL using the user name (no domain) of the provisioning email will be generated. If the user name or PMI is invalid or occupied, it will use a random number or random personal vanity URL. (This can only be one of create,autoCreate,custCreate,ssoCreate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"user_info","value":"{\"email\":\"<string>\",\"type\":\"<integer>\",\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"password\":\"<password>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/users"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6efa0ac4-1b24-48ba-ae7b-00215a7f8350","name":"**HTTP Status Code:** `201`<br>\nUser created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify how to create the new user: <br>`create` - User will get an email sent from Zoom. There is a confirmation link in this email. The user will then need to use the link to activate their Zoom account. The user can then set or change their password.<br>`autoCreate` - This action is provided for the enterprise customer who has a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain.<br>`custCreate` - Users created via this option do not have passwords and will not have the ability to log into the Zoom Web Portal or the Zoom Client. These users can still host and join meetings using the `start_url` and `join_url` respectively. To use this option, you must contact the ISV Platform Sales team at isv@zoom.us.<br>`ssoCreate` - This action is provided for the enabled “Pre-provisioning SSO User” option. A user created in this way has no password. If not a basic user, a personal vanity URL using the user name (no domain) of the provisioning email will be generated. If the user name or PMI is invalid or occupied, it will use a random number or random personal vanity URL. (This can only be one of create,autoCreate,custCreate,ssoCreate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"user_info","value":"{\"email\":\"<string>\",\"type\":\"<integer>\",\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"password\":\"<password>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created User","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"string\",\n \"first_name\": \"string\",\n \"last_name\": \"string\",\n \"email\": \"string\",\n \"type\": \"integer\"\n}"},{"id":"b8b750e4-97a5-47d5-82d5-6bbc3739d8be","name":"**HTTP Status Code:** `400` **Bad Request** <br><br> **Error Code:** `300`<br>\nInvalid parameter: password<br><br>\n**Error Code:** `200`<br>No privilege. <br>No permission, please contact Zoom customer support.<br><br>**Error Code:** `1000`<br>The user ca","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Specify how to create the new user: <br>`create` - User will get an email sent from Zoom. There is a confirmation link in this email. The user will then need to use the link to activate their Zoom account. The user can then set or change their password.<br>`autoCreate` - This action is provided for the enterprise customer who has a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain.<br>`custCreate` - Users created via this option do not have passwords and will not have the ability to log into the Zoom Web Portal or the Zoom Client. These users can still host and join meetings using the `start_url` and `join_url` respectively. To use this option, you must contact the ISV Platform Sales team at isv@zoom.us.<br>`ssoCreate` - This action is provided for the enabled “Pre-provisioning SSO User” option. A user created in this way has no password. If not a basic user, a personal vanity URL using the user name (no domain) of the provisioning email will be generated. If the user name or PMI is invalid or occupied, it will use a random number or random personal vanity URL. (This can only be one of create,autoCreate,custCreate,ssoCreate)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"user_info","value":"{\"email\":\"<string>\",\"type\":\"<integer>\",\"first_name\":\"<string>\",\"last_name\":\"<string>\",\"password\":\"<password>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"741fd2bd-4853-432a-8f6c-07cca0cd148a"},{"name":"https://api.zoom.us/v2/users/email","id":"9c6c707c-0817-4e45-ab3a-95f48dc38535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/email?email=<string>","description":"<p>Verify if a user's email is registered with Zoom.<br /><br /></p>\n<p><b>Note: </b>You can successfully check if a user is a registered Zoom user only if the user <strong>signed up for Zoom via email and is within your account.</strong> If you provide an email address of a user who is not in your account, the value of \"existed_email\" parameter will be \"false\" irrespective of whether or not the user is registered with Zoom. The response of this API call will not include users who joined Zoom using options such as \"Sign in with SSO\", \"Sign in with Google\" or \"Sign in with Facebook\" even if they are in the same account as yours.</p>\n<p><strong>Scopes:</strong> <code>user:read:admin</code> <code>user:read</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["users","email"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) The email address to be verified.</p>\n","type":"text/plain"},"key":"email","value":"<string>"}],"variable":[]}},"response":[{"id":"4fecb140-df51-4cba-862b-474976fd16e0","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `1001`<br>\nUser does not exist: $userId.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/email?email=<string>","host":["https://api.zoom.us/v2"],"path":["users","email"],"query":[{"key":"email","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6f459044-2882-4f38-8b84-41ff52a476b1","name":"**HTTP Status Code:** `400` **Bad Request** <br><br>\n**Error Code:** `300`<br> Email is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/email?email=<string>","host":["https://api.zoom.us/v2"],"path":["users","email"],"query":[{"key":"email","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8f9da59e-cb4c-4c4f-8e8f-57c9a8c9f078","name":"**HTTP Status Code:** `200`<br>\nSuccess.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/email?email=<string>","host":["https://api.zoom.us/v2"],"path":["users","email"],"query":[{"key":"email","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"existed_email\": false\n}"}],"_postman_id":"9c6c707c-0817-4e45-ab3a-95f48dc38535"},{"name":"https://api.zoom.us/v2/users/vanity_name","id":"e627a032-cbef-48ff-9bbd-c03afcfc85fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/users/vanity_name?vanity_name=<string>","description":"<p>A personal meeting room is a virtual meeting room that can be permanently assigned to a user.\nUse this API to check if a personal meeting room with the given name exists or not.<br /><br />\n<strong>Scopes:</strong> <code>user:read:admin</code> <code>user:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["users","vanity_name"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Personal meeting room name.</p>\n","type":"text/plain"},"key":"vanity_name","value":"<string>"}],"variable":[]}},"response":[{"id":"616866a8-cc7d-4de3-99a9-c4b6eba97c2a","name":"**HTTP Status Code:** `400` **Bad Request**<br><br>\n**Error Code:** `300`<br>Vanity name is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/vanity_name?vanity_name=<string>","host":["https://api.zoom.us/v2"],"path":["users","vanity_name"],"query":[{"key":"vanity_name","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9224db96-85d0-4496-be71-8d973f375b12","name":"**HTTP Status Code:** `200`<br>\nSuccess.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/users/vanity_name?vanity_name=<string>","host":["https://api.zoom.us/v2"],"path":["users","vanity_name"],"query":[{"key":"vanity_name","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"existed\": true\n}"}],"_postman_id":"e627a032-cbef-48ff-9bbd-c03afcfc85fd"}],"id":"5588d0d6-19ba-461c-a475-971a512df634","_postman_id":"5588d0d6-19ba-461c-a475-971a512df634","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"meetings/{meeting Id}","item":[{"name":"registrants","item":[{"name":"questions","item":[{"name":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","id":"d5514fd2-454b-4d8e-b009-719dc3d71a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","description":"<p>List registration questions that will be displayed to users while <a href=\"https://support.zoom.us/hc/en-us/articles/211579443-Registration-for-Meetings\">registering for a meeeting</a>.<br /></p>\n<p><strong>Scopes:</strong> <code>meeting:read</code>, <code>meeting:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","registrants","questions"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"535c0798-3199-4b45-a0e7-847e7a915f7f","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"2a457849-1a84-4658-8558-54c03dafb84b","name":"**HTTP Status Code:** `200`<br>\nMeeting Registrant Question object returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"questions\": [\n  {\n   \"field_name\": \"address\",\n   \"required\": true\n  }\n ],\n \"custom_questions\": [\n  {\n   \"title\": \"How long have you been working?\",\n   \"type\": \"short\",\n   \"required\": false\n  }\n ]\n}"},{"id":"3aef1c18-8f0a-46a9-8b3e-369956c36d1a","name":"**HTTP Status Code:** `404`<br>\nMeeting not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5514fd2-454b-4d8e-b009-719dc3d71a6f"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","id":"d1783cd8-8b37-40f1-93c2-151ec190926f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text","description":"<p>undefined</p>\n"},{"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","description":"<p>Update registration questions that will be displayed to users while <a href=\"https://support.zoom.us/hc/en-us/articles/211579443-Registration-for-Meetings\">registering for a meeeting</a>.<br /><br />\n<strong>Scopes:</strong> <code>meeting:write</code>, <code>meeting:write:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","registrants","questions"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"7be757d0-e8f9-4a4e-a8bb-845f9a6c5f2b","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"ca229d29-6074-4311-9c98-0307d005b043","name":"**HTTP Status Code:** `404`<br>\nMeeting not found.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cca9459c-ba1c-40ea-8cac-cf24e0472f59","name":"**HTTP Status Code:** `204`<br>\nMeeting Registrant Questions Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1783cd8-8b37-40f1-93c2-151ec190926f"}],"id":"f7165f24-83d4-4731-b5b4-dea0f785e299","_postman_id":"f7165f24-83d4-4731-b5b4-dea0f785e299","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/meetings/:meetingId/registrants","id":"ab6012ae-cdbe-4d0b-83a7-5d23accee11d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","description":"<p>A host or a user with admin permission can require <a href=\"https://support.zoom.us/hc/en-us/articles/211579443-Registration-for-Meetings\">registration for a Zoom meeting</a>. Use this API to list users that have registered for a meeting.<br /><br />\n<strong>Scopes</strong>: <code>meeting:read:admin</code> <code>meeting:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["meetings",":meetingId","registrants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"},{"description":{"content":"<p>The registrant status:<br /><code>pending</code> - Registrant's status is pending.<br /><code>approved</code> - Registrant's status is approved.<br /><code>denied</code> - Registrant's status is denied.</p>\n","type":"text/plain"},"key":"status","value":"approved"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"0736519e-1a34-4ab9-b117-f46199089b05","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"1c6fdbc7-0079-4d33-94c3-8d11165a317a","name":"**HTTP Status Code:** `404`<br>\nMeeting not found.<br>\n**Error Code:** `1001`<br>\nMeeting host does not exist: {userId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"35aa27c2-e4ec-45c0-a4f5-799d71ee6ff5","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.<br>\n**Error Code:** `3003`<br>\nYou are not the meeting host.<br>\n**Error Code:** `3000`<br>\nCannot access meeting info.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a01c0e5c-c3bc-4551-974f-ea5b306a509e","name":"**Error Code:** `300`<br>\nMeeting {meetingId} is not found or has expired.<br>\nThis meeting has not set registration as required: {meetingId}.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f537d347-24de-4da2-8fdc-4c56e5d1ebbc","name":"**HTTP Status Code:** `200`<br>\nSuccessfully listedd meeting registrants.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 1,\n \"total_records\": 1,\n \"registrants\": [\n  {\n   \"email\": \"somemeail@emailprovider.com\",\n   \"first_name\": \"Tim\",\n   \"last_name\": \"S.\",\n   \"id\": \"zjkfsdfjdfhg\",\n   \"address\": \"11111 Awesome St\",\n   \"city\": \"Paris\",\n   \"country\": \"France\",\n   \"zip\": \"11000\",\n   \"state\": \"Ile-de-France\",\n   \"phone\": \"00000\",\n   \"industry\": \"Tech\",\n   \"org\": \"Growth\",\n   \"job_title\": \"Developer\",\n   \"purchasing_time_frame\": \"Within a month\",\n   \"role_in_purchase_process\": \"Not involved\",\n   \"no_of_employees\": \"1-20\",\n   \"comments\": \"Love using Zoom APIs\",\n   \"custom_questions\": [\n    {\n     \"title\": \"Did you enjoy the registration process?\",\n     \"value\": \"Yes, alot.\"\n    },\n    {\n     \"title\": \"Would you like to register for our next meeting?\",\n     \"value\": \"Absolutely.\"\n    }\n   ],\n   \"status\": \"approved\",\n   \"create_time\": \"2012-04-14T16:55:30.231Z\",\n   \"join_url\": \"https://success.zoom.us/j/0000000000000\"\n  }\n ]\n}"}],"_postman_id":"ab6012ae-cdbe-4d0b-83a7-5d23accee11d"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/registrants","id":"94711310-3063-44b6-91b3-e010767dafed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"country","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"phone","value":"<string>","type":"text"},{"key":"industry","value":"<string>","type":"text"},{"key":"org","value":"<string>","type":"text"},{"key":"job_title","value":"<string>","type":"text"},{"key":"purchasing_time_frame","value":"<string>","type":"text"},{"key":"role_in_purchase_process","value":"<string>","type":"text"},{"key":"no_of_employees","value":"<string>","type":"text"},{"key":"comments","value":"<string>","type":"text"},{"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"key":"language","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_ids=<string>","description":"<p>Register a participant for a meeting.<br /><br /></p>\n<p><strong>Prerequisite:</strong><br /></p>\n<ul>\n<li>Host user type must be \"Licensed\".</li>\n</ul>\n<p><strong>Scopes:</strong> <code>meeting:write:admin</code> <code>meeting:write</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","registrants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Occurrence IDs. You can find these with the meeting get API. Multiple values separated by comma.</p>\n","type":"text/plain"},"key":"occurrence_ids","value":"<string>"}],"variable":[{"id":"0effe25b-4094-4eb6-8b54-aa83ffb9d800","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"321fa0e5-3ce7-4b2d-bde5-0d62827ee981","name":"**HTTP Status Code:** `404`<br>\nMeeting not found.<br>\n**Error Code:** `1001`<br>\nMeeting host does not exist: {userId}.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"language","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7b3bede5-81c6-4b30-a1d7-6ec595d73a23","name":"**HTTP Status Code:** `201`<br>\nRegistration created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"language","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"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}"},{"id":"93154084-6732-4e88-97ca-0a3508374dd7","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.<br>\n**Error Code:** `3003`<br>\nYou are not the meeting host.<br>\n**Error Code:** `3000`<br>\nCannot access meeting info.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"language","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a12b3ca8-9346-456e-8a5b-1975407db7bd","name":"**Error Code:** `300`<br>\nMeeting {meetingId} is not found or has expired.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"language","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94711310-3063-44b6-91b3-e010767dafed"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/registrants/status","id":"7ec68cbe-1d03-40ad-87b2-c039befb26ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>Registrant Status:<br /><code>approve</code> - Approve registrant.<br /><code>cancel</code> - Cancel previously approved registrant's registration.<br /><code>deny</code> - Deny registrant. (This can only be one of approve,cancel,deny)</p>\n"},{"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text","description":"<p>List of registrants.</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/registrants/status?occurrence_id=<string>","description":"<p>Update a meeting registrant's status by either approving, cancelling or denying a registrant from joining the meeting.<br /><br />\n<strong>Scopes:</strong> <code>meeting:write:admin</code> <code>meeting:write</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["meetings",":meetingId","registrants","status"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"}],"variable":[{"id":"352fef06-ecd4-4a17-be6a-e9a416b75f10","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"1c593221-b21f-4839-a57e-770441f9f5b2","name":"**HTTP Status Code:** `204`<br>\nRegistrant status updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Registrant Status:<br>`approve` - Approve registrant.<br>`cancel` - Cancel previously approved registrant's registration.<br>`deny` - Deny registrant. (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"83def765-269a-44fd-834e-5519704ffb16","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.<br>\n**Error Code:** `3000`<br>\nCannot access meeting information.<br>\n**Error Code:** `3003`<br>\nYou're not the meeting host.\n\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Registrant Status:<br>`approve` - Approve registrant.<br>`cancel` - Cancel previously approved registrant's registration.<br>`deny` - Deny registrant. (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9414ef23-aef8-48ee-a7e6-c6891d25c6de","name":"**HTTP Status Code:** `404`<br>\nMeeting or registrant not found.\n**Error Code:** `1001`<br>\nUser does not exist: {userId}.<br>\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Registrant Status:<br>`approve` - Approve registrant.<br>`cancel` - Cancel previously approved registrant's registration.<br>`deny` - Deny registrant. (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"950da2b1-4cab-4592-b03d-7a7c9d408c32","name":"**Error Code:** `300`<br>\nThis meeting has not set registration as required:{meetingId}.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Registrant Status:<br>`approve` - Approve registrant.<br>`cancel` - Cancel previously approved registrant's registration.<br>`deny` - Deny registrant. (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ec68cbe-1d03-40ad-87b2-c039befb26ba"}],"id":"41edef88-eac4-4262-9032-1346b75963ef","_postman_id":"41edef88-eac4-4262-9032-1346b75963ef","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"polls","item":[{"name":"{poll Id}","item":[{"name":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","id":"aa2ac37c-bb2e-47bc-a109-ad34ff5f54fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","description":"<p>Polls allow the meeting host to survey attendees. Use this API to get information about a specific meeting <a href=\"https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings\">poll</a>.<br /><br />\n<strong>Scopes</strong>: <code>meeting:read:admin</code> <code>meeting:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","polls",":pollId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"da5d790b-c48e-45c9-be25-cf09dbba903e","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"},{"id":"06c85c15-18ec-42e4-8d6a-42e908c46a0b","description":{"content":"<p>(Required) The poll ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"pollId"}]}},"response":[{"id":"07f7d424-0e62-41a6-aa5f-aa1f76c63843","name":"**Error Code:** `404` <br>\nMeeting Poll not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls",":pollId"],"variable":[{"key":"meetingId"},{"key":"pollId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7c37a9cf-45bf-47dc-8a15-2a44dccde405","name":"**HTTP Status Code:** `200` <br>\nMeeting Poll object returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls",":pollId"],"variable":[{"key":"meetingId"},{"key":"pollId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"abcdaaaeefffhhh\",\n \"status\": \"notstart\",\n \"title\": \"Meeting Usefulness\",\n \"questions\": [\n  {\n   \"name\": \"How useful was this meeting?\",\n   \"type\": \"multiple\",\n   \"answers\": [\n    \"Extremely useful\",\n    \"Somewhat useful\",\n    \"Not useful at all\"\n   ]\n  }\n ]\n}"}],"_postman_id":"aa2ac37c-bb2e-47bc-a109-ad34ff5f54fb"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","id":"5fd38c16-99ca-4a96-a0cb-7a2a5de9f79b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","description":"<p>Polls allow the meeting host to survey attendees. Use this API to update information of a specific meeting <a href=\"https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings\">poll</a><br /><br />\n<strong>Scopes</strong>: <code>meeting:write:admin</code> <code>meeting:write</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> </p>\n","urlObject":{"path":["meetings",":meetingId","polls",":pollId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ed568934-3680-458e-90e5-ed3524aeae97","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"},{"id":"f31b917e-9c15-463f-9248-2ca79c6213dd","description":{"content":"<p>(Required) The poll ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"pollId"}]}},"response":[{"id":"1f14f8b0-7111-43dc-8074-18b8586d3148","name":"**Error Code:** `404` <br>\nMeeting Poll not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls",":pollId"],"variable":[{"key":"meetingId"},{"key":"pollId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e39aeb01-f60c-4efd-b00c-913e4fa38985","name":"**HTTP Status Code:** `204` <br>\nMeeting Poll Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls",":pollId"],"variable":[{"key":"meetingId"},{"key":"pollId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5fd38c16-99ca-4a96-a0cb-7a2a5de9f79b"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","id":"1b7a8a39-c082-4bda-bd50-1996a5a37ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","description":"<p>Polls allow the meeting host to survey attendees. Use this API to delete a meeting <a href=\"https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings\">poll</a>.<br />\n<strong>Scopes</strong>: <code>meeting:write:admin</code> <code>meeting:write</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> <br />\n<strong>Prerequisites</strong>:<br /></p>\n<ul>\n<li>Host user type must be <strong>Pro</strong>.</li>\n<li>Polling feature should be enabled in the host's account.</li>\n<li>Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.</li>\n</ul>\n","urlObject":{"path":["meetings",":meetingId","polls",":pollId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ade102ee-cc76-4430-a12c-d1b1ea29e1ed","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"},{"id":"42672a6b-7eb2-4c3f-832a-2b71cd0c9065","description":{"content":"<p>(Required) The poll ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"pollId"}]}},"response":[{"id":"2803ddf9-ac47-438d-a7fa-8fea781fd611","name":"**HTTP Status Code:** `204` <br>\nMeeting Poll deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls",":pollId"],"variable":[{"key":"meetingId"},{"key":"pollId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"73927723-770e-4b7f-803a-6a72a021ff0c","name":"**Error Code:** `404`\nMeeting Poll not found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls",":pollId"],"variable":[{"key":"meetingId"},{"key":"pollId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1b7a8a39-c082-4bda-bd50-1996a5a37ea6"}],"id":"40420905-3c20-446f-a5d4-72bde43ee17f","_postman_id":"40420905-3c20-446f-a5d4-72bde43ee17f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/meetings/:meetingId/polls","id":"cc7e780b-901c-4d4f-8fdc-ade5cc1e6408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/polls","description":"<p>Polls allow the meeting host to survey attendees. Use this API to list <a href=\"https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings\">polls</a> of a meeting.<br /><br /></p>\n<p><strong>Scopes</strong>: <code>meeting:read:admin</code> <code>meeting:read</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites</strong>:<br /></p>\n<ul>\n<li>Host user type must be <strong>Pro</strong>.</li>\n<li>Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.</li>\n</ul>\n","urlObject":{"path":["meetings",":meetingId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"b1581eae-8abc-4271-8635-88c52e24b5bf","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"9dae2cff-a60c-4d97-b627-99b2eb14e344","name":"**HTTP Status Code:** <br>\nList polls of a Meeting  returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 1,\n \"polls\": [\n  {\n   \"id\": \"YB33NcABCdg_g1AAAxTQ\",\n   \"title\": \"Meeting Usefulness\",\n   \"status\": \"notstart\",\n   \"questions\": [\n    {\n     \"name\": \"How useful was this meeting?\",\n     \"type\": \"multiple\",\n     \"answers\": [\n      \"Extremely useful\",\n      \"Somewhat useful\",\n      \"Not useful at all\"\n     ]\n    }\n   ]\n  }\n ]\n}"},{"id":"e01915f6-6eab-4f8f-be81-7a6640073f88","name":"**Error Code:** `404`\nMeeting Poll not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc7e780b-901c-4d4f-8fdc-ade5cc1e6408"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/polls","id":"a566c999-d092-400c-882c-f7007aa4b6ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/polls","description":"<p>Polls allow the meeting host to survey attendees. Use this API to create a <a href=\"https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings\">poll</a> for a meeting.<br /><br /></p>\n<p><strong>Scopes</strong>: <code>meeting:write:admin</code> <code>meeting:write</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites</strong>:<br /></p>\n<ul>\n<li>Host user type must be <strong>Pro</strong>.</li>\n<li>Polling feature should be enabled in the host's account.</li>\n<li>Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.</li>\n</ul>\n","urlObject":{"path":["meetings",":meetingId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ddc392d9-707d-4d87-bacc-52239ed95a65","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"a7137f9d-9522-4ba5-8dc3-e220a3bcbac6","name":"**HTTP Status Code:** `201` <br>\nMeeting Poll Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls"],"variable":[{"key":"meetingId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created Meeting Poll","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"abcdaaaeefffhhh\",\n \"status\": \"notstart\",\n \"title\": \"Meeting Usefulness\",\n \"questions\": [\n  {\n   \"name\": \"How useful was this meeting?\",\n   \"type\": \"multiple\",\n   \"answers\": [\n    \"Extremely useful\",\n    \"Somewhat useful\",\n    \"Not useful at all\"\n   ]\n  }\n ]\n}"},{"id":"bcd38d83-90eb-4823-9303-6f1eb238d345","name":"**Error Code:** `404` <br>\nMeeting not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/polls","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","polls"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a566c999-d092-400c-882c-f7007aa4b6ad"}],"id":"328e5acd-d210-49c2-a771-472af8fbe2f9","_postman_id":"328e5acd-d210-49c2-a771-472af8fbe2f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"recordings","item":[{"name":"{recording Id}","item":[{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId","id":"1d185984-2713-4862-974f-cbd48da50c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId?action=trash","description":"<p>Delete a sprecific recording file from a meeting.<br /><br />\n<strong>Scopes</strong>: <code>recording:write:admin</code> <code>recording:write</code><br />\n <br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","recordings",":recordingId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The recording delete actions:<br /><code>trash</code> - Move recording to trash.<br /><code>delete</code> - Delete recording permanently.</p>\n","type":"text/plain"},"key":"action","value":"trash"}],"variable":[{"id":"af1c93f4-2e18-4221-8e31-1a4473fac978","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"},{"id":"ad822e30-4041-4eed-b092-d27b7fc77207","description":{"content":"<p>(Required) The recording ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"recordingId"}]}},"response":[{"id":"2db07d96-bd6f-46d4-af74-3ef71e7ac7aa","name":"**HTTP Status Code:** `400` <br> **Error Code:** `1010` <br>\nUser does not belong to this account: {accountId}.<br> \n**Error Code:** `3303` <br>\nYou can not delete an uncompleted meeting.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings",":recordingId"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"},{"key":"recordingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90185295-06bb-449d-acf0-c52d473cb8ae","name":"**Error Code:** `200`<br>\nYou do not have the right permissions.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings",":recordingId"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"},{"key":"recordingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9743eaa6-b8c4-49e8-9f81-90a32e8d3032","name":"**HTTP Status Code:** `204` <br>\nMeeting recording file deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings",":recordingId"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"},{"key":"recordingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e04fddba-519a-4974-9990-f89d0ce58f55","name":"**HTTP Status Code:** `404` <br>\nMeeting recording file not found<br>\n**Error Code:** `1001` <br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3301` <br> There is no recording for this meeting.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings",":recordingId"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"},{"key":"recordingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d185984-2713-4862-974f-cbd48da50c95"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId/status","id":"baf7a53a-ffd9-4938-bace-0d86cdef18ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p> (This can only be one of recover)</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId/status","description":"<p>Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover a single recording file from the meeting.<br />\n<strong>Scopes:</strong> <code>recording:write:admin</code> <code>recording:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["meetings",":meetingId","recordings",":recordingId","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a342b149-ffe5-4ff1-95dc-8a53f4f3317b","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"},{"id":"5b8ffaa2-5a1e-430a-9467-ce774340e526","description":{"content":"<p>(Required) The recording ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"recordingId"}]}},"response":[{"id":"499612ec-c641-499c-ade4-c2ab171df19f","name":"**HTTP Status Code:** `204` <br> Meeting recording recovered.\n\n","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings",":recordingId","status"],"variable":[{"key":"meetingId"},{"key":"recordingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5ff1a1a6-3000-476c-8999-57452f155451","name":"**HTTP Status Code:** `404` <br>Meeting recording not found.<br>\n**Error Code:** `1001` <br> User {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3301`There is no recording for this meeting.","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings",":recordingId","status"],"variable":[{"key":"meetingId"},{"key":"recordingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8f300a56-7ba4-4b15-bed0-9348f60ca15e","name":"**HTTP Status Code:** `400` <br>\n**Error Code:** `1010` <br>\nUser does not belong to this account: {accountId}.","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/:recordingId/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings",":recordingId","status"],"variable":[{"key":"meetingId"},{"key":"recordingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"baf7a53a-ffd9-4938-bace-0d86cdef18ac"}],"id":"0ba01890-9aa4-4532-9a21-42abebc6925a","_postman_id":"0ba01890-9aa4-4532-9a21-42abebc6925a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"settings","item":[{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","id":"42553982-6d1d-4a56-8745-33e10dab3bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","description":"<p>Retrieve settings applied to a meeting's <a href=\"https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording\">Cloud Recording</a>.<br /><br />\n<strong>Scopes</strong>: <code>recording:read:admin</code> <code>recording:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> <br /></p>\n","urlObject":{"path":["meetings",":meetingId","recordings","settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"bdd2fc1d-14f8-435d-99f6-5d0899d1fb59","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"34658435-c0f2-4703-9a02-52388992fbda","name":"**HTTP Status Code:** `200` <br>\nMeeting recording settings returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","settings"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"share_recording\": \"none\",\n \"recording_authentication\": true,\n \"authentication_option\": \"abc\",\n \"authentication_domains\": \"ccc.com\",\n \"viewer_download\": false,\n \"password\": \"dAbyzK1\",\n \"on_demand\": false,\n \"approval_type\": 1,\n \"send_email_to_host\": true,\n \"show_social_share_buttons\": true\n}"},{"id":"bdcb8beb-92fb-4602-a659-783fc43d2828","name":"**HTTP Status Code:** `404` <br>\nMeeting recording not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","settings"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42553982-6d1d-4a56-8745-33e10dab3bee"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","id":"d1c57d4a-133b-4bc2-85fb-0e7481f9af3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"share_recording","value":"<string>","type":"text","description":"<p>Determine how the meeting recording is shared. (This can only be one of publicly,internally,none)</p>\n"},{"key":"recording_authentication","value":"<boolean>","type":"text","description":"<p>Only authenticated users can view.</p>\n"},{"key":"authentication_option","value":"<string>","type":"text","description":"<p>Authentication Options.</p>\n"},{"key":"authentication_domains","value":"<string>","type":"text","description":"<p>Authentication domains.</p>\n"},{"key":"viewer_download","value":"<boolean>","type":"text","description":"<p>Determine whether a viewer can download the recording file or not.</p>\n"},{"key":"password","value":"<string>","type":"text","description":"<p>Enable password protection for the recording by setting a password. The password must have a minimum of <strong>eight</strong> characters with a mix of numbers, letters and special characters.<br /><br />\n<strong>Note:</strong> If the account owner or the admin has set minimum password strength requirements for recordings via Account Settings, the password value provided here must meet those requirements. <br /><br />If the requirements are enabled, you can view those requirements by calling either the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings\">Get User Settings API</a> or the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings\">Get Account Settings</a> API. </p>\n"},{"key":"on_demand","value":"<boolean>","type":"text","description":"<p>Determine whether registration  isrequired to view the recording.</p>\n"},{"key":"approval_type","value":"<integer>","type":"text","description":"<p>Approval type for the registration.<br />\n<code>0</code>- Automatically approve the registration when a user registers.<br />\n<code>1</code> - Manually approve or deny the registration of a user.<br />\n<code>2</code> - No registration required to view the recording. (This can only be one of 0,1,2)</p>\n"},{"key":"send_email_to_host","value":"<boolean>","type":"text","description":"<p>Send an email to host when someone registers to view the recording. This applies for On-demand recordings only.</p>\n"},{"key":"show_social_share_buttons","value":"<boolean>","type":"text","description":"<p>Show social share buttons on registration page. This applies for On-demand recordings only.</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","description":"<p>Update settings applied to a meeting's <a href=\"https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording\">Cloud Recording</a><br /><br />\n<strong>Scopes</strong>: <code>recording:write:admin</code> <code>recording:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> <br /></p>\n","urlObject":{"path":["meetings",":meetingId","recordings","settings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"b5723c29-c6c8-41fc-a9da-00c0aed885f8","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"059247ed-f5c9-4f39-b99a-2884dd507645","name":"**HTTP Status Code:** `404` <br>\nMeeting recording not found. ","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Determine how the meeting recording is shared. (This can only be one of publicly,internally,none)","type":"text/plain"},"key":"share_recording","value":"<string>","type":"text"},{"description":{"content":"Only authenticated users can view.","type":"text/plain"},"key":"recording_authentication","value":"<boolean>","type":"text"},{"description":{"content":"Authentication Options.","type":"text/plain"},"key":"authentication_option","value":"<string>","type":"text"},{"description":{"content":"Authentication domains.","type":"text/plain"},"key":"authentication_domains","value":"<string>","type":"text"},{"description":{"content":"Determine whether a viewer can download the recording file or not.","type":"text/plain"},"key":"viewer_download","value":"<boolean>","type":"text"},{"description":{"content":"Enable password protection for the recording by setting a password. The password must have a minimum of **eight** characters with a mix of numbers, letters and special characters.<br><br>\n**Note:** If the account owner or the admin has set minimum password strength requirements for recordings via Account Settings, the password value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Determine whether registration  isrequired to view the recording.","type":"text/plain"},"key":"on_demand","value":"<boolean>","type":"text"},{"description":{"content":"Approval type for the registration.<br>\n`0`- Automatically approve the registration when a user registers.<br>\n`1` - Manually approve or deny the registration of a user.<br>\n`2` - No registration required to view the recording. (This can only be one of 0,1,2)","type":"text/plain"},"key":"approval_type","value":"<integer>","type":"text"},{"description":{"content":"Send an email to host when someone registers to view the recording. This applies for On-demand recordings only.","type":"text/plain"},"key":"send_email_to_host","value":"<boolean>","type":"text"},{"description":{"content":"Show social share buttons on registration page. This applies for On-demand recordings only.","type":"text/plain"},"key":"show_social_share_buttons","value":"<boolean>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","settings"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"33689fb9-a1ad-4de4-9e87-5f31a41d6ce0","name":"**HTTP Status Code:** `204` <br>\nMeeting recording setting's updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Determine how the meeting recording is shared. (This can only be one of publicly,internally,none)","type":"text/plain"},"key":"share_recording","value":"<string>","type":"text"},{"description":{"content":"Only authenticated users can view.","type":"text/plain"},"key":"recording_authentication","value":"<boolean>","type":"text"},{"description":{"content":"Authentication Options.","type":"text/plain"},"key":"authentication_option","value":"<string>","type":"text"},{"description":{"content":"Authentication domains.","type":"text/plain"},"key":"authentication_domains","value":"<string>","type":"text"},{"description":{"content":"Determine whether a viewer can download the recording file or not.","type":"text/plain"},"key":"viewer_download","value":"<boolean>","type":"text"},{"description":{"content":"Enable password protection for the recording by setting a password. The password must have a minimum of **eight** characters with a mix of numbers, letters and special characters.<br><br>\n**Note:** If the account owner or the admin has set minimum password strength requirements for recordings via Account Settings, the password value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the [Get User Settings API](https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings) or the [Get Account Settings](https://marketplace.zoom.us/docs/api-reference/zoom-api/accounts/accountsettings) API. ","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"Determine whether registration  isrequired to view the recording.","type":"text/plain"},"key":"on_demand","value":"<boolean>","type":"text"},{"description":{"content":"Approval type for the registration.<br>\n`0`- Automatically approve the registration when a user registers.<br>\n`1` - Manually approve or deny the registration of a user.<br>\n`2` - No registration required to view the recording. (This can only be one of 0,1,2)","type":"text/plain"},"key":"approval_type","value":"<integer>","type":"text"},{"description":{"content":"Send an email to host when someone registers to view the recording. This applies for On-demand recordings only.","type":"text/plain"},"key":"send_email_to_host","value":"<boolean>","type":"text"},{"description":{"content":"Show social share buttons on registration page. This applies for On-demand recordings only.","type":"text/plain"},"key":"show_social_share_buttons","value":"<boolean>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/settings","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","settings"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1c57d4a-133b-4bc2-85fb-0e7481f9af3a"}],"id":"87e26e35-08a4-43c1-9df7-ac89c4fb8b5a","_postman_id":"87e26e35-08a4-43c1-9df7-ac89c4fb8b5a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"registrants","item":[{"name":"questions","item":[{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","id":"44f6d263-7e62-4884-a73e-9b78e08287f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","description":"<p>For <a href=\"https://support.zoom.us/hc/en-us/articles/360000488283-On-demand-Recordings\">on-demand</a> meeting recordings, you can include fields with questions that will be shown to registrants when they register to view the recording.</p>\n<p>Use this API to retrieve a list of questions that are displayed for users to complete when registering to view the recording of a specific meeting.<br />\n<strong>Scopes:</strong> <code>recording:read:admin</code>, <code>recording:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","recordings","registrants","questions"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"4c257fe1-2280-4c42-89cb-6c705570989b","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"1c164321-6215-4cb6-9c04-dbb8c64d04da","name":"**HTTP Status Code:** `200`<br>\nRecording Registrant Question object returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"questions\": [\n  {\n   \"field_name\": \"address\",\n   \"required\": false\n  }\n ],\n \"custom_questions\": [\n  {\n   \"title\": \"Would you like us to contact you for a survey?\",\n   \"type\": \"multiple\",\n   \"required\": false,\n   \"answers\": [\n    \"Yes\",\n    \"No\"\n   ]\n  }\n ]\n}"},{"id":"332871ec-919f-4439-9983-624175ebac80","name":"**HTTP Status Code:** `404`<br>\nMeeting recording or registrant not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44f6d263-7e62-4884-a73e-9b78e08287f3"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","id":"5cb02705-ecd0-4dcf-a4b5-ecfa51de3325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text","description":"<p>undefined</p>\n"},{"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","description":"<p>For <a href=\"https://support.zoom.us/hc/en-us/articles/360000488283-On-demand-Recordings\">on-demand</a> meeting recordings, you can include fields with questions that will be shown to registrants when they register to view the recording.</p>\n<p>Use this API to update registration questions that are to be answered by users while registering to view a recording.<br />\n<strong>Scopes:</strong> <code>recording:write:admin</code>, <code>recording:write</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["meetings",":meetingId","recordings","registrants","questions"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"a3e07747-142a-4c00-b0b5-7007b417a463","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"44435497-1228-44a0-8367-8502af7b63e2","name":"**HTTP Status Code:** `200`<br>\nRecording Registrant Questions Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c397ab3a-dffa-4dd5-a06b-d1605297efc3","name":"**HTTP Status Code:** `404`<br>\nMeeting recording or Registrant not found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants","questions"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5cb02705-ecd0-4dcf-a4b5-ecfa51de3325"}],"id":"87aa3431-3249-4711-94d7-0f7b1d27e062","_postman_id":"87aa3431-3249-4711-94d7-0f7b1d27e062","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants","id":"4591e1da-2e25-4dac-a172-fd6bfef81102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants?status=approved&page_size=30&page_number=1&next_page_token=<string>","description":"<p>Cloud Recordings of past Zoom Meetings can be made <a href=\"https://support.zoom.us/hc/en-us/articles/360000488283-On-demand-Recordings\">on-demand</a>. Users should be <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/meetingrecordingregistrantcreate\">registered</a> to view these recordings.</p>\n<p>Use this API to list registrants of <strong>On-demand Cloud Recordings</strong> of a past meeting.<br />\n<strong>Scopes:</strong> <code>recording:read:admin</code>, <code>recording:read</code>.<br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["meetings",":meetingId","recordings","registrants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The registrant status:<br /><code>pending</code> - Registrant's status is pending.<br /><code>approved</code> - Registrant's status is approved.<br /><code>denied</code> - Registrant's status is denied.</p>\n","type":"text/plain"},"key":"status","value":"approved"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"76995ad6-346f-4a04-859c-077212ad7657","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"c0f6846e-9a2b-4fd7-82d2-9b73c62f62d3","name":"**HTTP Status Code:** `404`<br>\nMeeting recording not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants?status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants"],"query":[{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c47459c3-8dc9-4902-a669-adfd4a3d7237","name":"**HTTP Status Code:** `200`<br>\nRegistrants returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants?status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants"],"query":[{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 0,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"registrants\": [\n  {\n   \"id\": \"sskldsbdABBBBBBBB\",\n   \"first_name\": \"Shri\",\n   \"last_name\": \"Shree\",\n   \"email\": \"shriee@somekindofmail.com\",\n   \"address\": \"dsdsfsf st\",\n   \"city\": \"Paris\",\n   \"country\": \"France\",\n   \"zip\": \"3555354\",\n   \"state\": \"astate\",\n   \"phone\": \"000000\",\n   \"industry\": \"sfsdf\",\n   \"org\": \"dsadsfsf\",\n   \"job_title\": \"sfsdfsdf\",\n   \"purchasing_time_frame\": \"Within a month\",\n   \"role_in_purchase_process\": \"Influencer\",\n   \"no_of_employees\": \"40\",\n   \"comments\": \"Amazing!\",\n   \"custom_questions\": [],\n   \"status\": \"approved\",\n   \"create_time\": \"2019-08-29T23:04:08Z\",\n   \"share_url\": \"https://zoom.us/recording/share/IlA1ABCDDJHKNDkkkkkkkTziMw\"\n  }\n ]\n}"}],"_postman_id":"4591e1da-2e25-4dac-a172-fd6bfef81102"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants","id":"4cb0de07-ebbc-4568-af4b-08b160dfd61b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"country","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"phone","value":"<string>","type":"text"},{"key":"industry","value":"<string>","type":"text"},{"key":"org","value":"<string>","type":"text"},{"key":"job_title","value":"<string>","type":"text"},{"key":"purchasing_time_frame","value":"<string>","type":"text"},{"key":"role_in_purchase_process","value":"<string>","type":"text"},{"key":"no_of_employees","value":"<string>","type":"text"},{"key":"comments","value":"<string>","type":"text"},{"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants","description":"<p>Cloud Recordings of past Zoom Meetings can be made <a href=\"https://support.zoom.us/hc/en-us/articles/360000488283-On-demand-Recordings\">on-demand</a>. Users should be <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/meetingrecordingregistrantcreate\">registered</a> to view these recordings.</p>\n<p>Use this API to register a user to gain access to <strong>On-demand Cloud Recordings</strong> of a past meeting.<br />\n<strong>Scopes:</strong> <code>recording:write:admin</code>, <code>recording:write</code>.<br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","recordings","registrants"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"2afc3cbf-1535-45c4-a17b-95ab9cde7ce9","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"eaae09e9-6fa3-40c9-a5bb-b3b5e665eecf","name":"**HTTP Status Code:** `404` <br>\nMeeting recording not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f5f7768d-a169-49d0-889c-f317ed91fbba","name":"**HTTP Status Code:** `201` <br>\nRegistration submitted.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants"],"variable":[{"key":"meetingId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"registrant_id\": \"veniamKIW1Sonseq\",\n \"id\": 12345666,\n \"topic\": \"cupidatat dolore quis minim aliquip\",\n \"share_url\": \"https://zoom.us/recording/share/IpAAABBBBBBA1aqqkzFFgiJ2jpR\"\n}"}],"_postman_id":"4cb0de07-ebbc-4568-af4b-08b160dfd61b"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/status","id":"a53a5650-2021-4a53-ac40-b5795ccec608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p> (This can only be one of approve,deny)</p>\n"},{"key":"registrants","value":"[{\"id\":\"<string>\"},{\"id\":\"<string>\"}]","type":"text","description":"<p>List of registrants</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/status","description":"<p>A registrant can either be approved or denied from viewing the <a href=\"https://support.zoom.us/hc/en-us/articles/360000488283-On-demand-Recordings\">on-demand</a> recording. \nUse this API to update a registrant's status.</p>\n<p><strong>Scopes:</strong> <code>recording:write:admin</code>, <code>recording:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["meetings",":meetingId","recordings","registrants","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"70df21e0-091f-4e55-8b58-b705e441ee88","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"494a8cd5-f265-45b6-ba00-aa2d87c04683","name":"**HTTP Status Code:** `404`<br>\nMeeting recording or Registrant not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":" (This can only be one of approve,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\"},{\"id\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants","status"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"61550501-0493-4e76-a712-ca2504e5e2b2","name":"**HTTP Status Code:** `204`<br>\nRegistrant status updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":" (This can only be one of approve,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\"},{\"id\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","registrants","status"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a53a5650-2021-4a53-ac40-b5795ccec608"}],"id":"cd351e6e-2ad1-4713-bb8d-25293bf90b8a","_postman_id":"cd351e6e-2ad1-4713-bb8d-25293bf90b8a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings","id":"277cf787-5ba3-4614-9911-309c5c684a75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings","description":"<p>Get all the <a href=\"https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording#h_7420acb5-1897-4061-87b4-5b76e99c03b4\">recordings</a> from a meeting or a Webinar.<br /><br /> The recording files can be downloaded via the <code>download_url</code> property listed in the response.</p>\n<blockquote>\n<p>To access a password protected cloud recording, add an \"access_token\" parameter to the download URL and provide OAuth access token or <a href=\"https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-jwt-app\">JWT</a> as the value of the \"access_token\".\n<br /></p>\n</blockquote>\n<p><strong>Scopes:</strong> <code>recording:read:admin</code> <code>recording:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","recordings"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"b1639bca-295e-4bc8-8d18-3b5e53fe9b23","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"4cbb5c90-d91f-42a9-91cc-3b46617ba062","name":"**Error Code:** `200` <br>\nYou do not have the right permissions.\n**HTTP Status Code:** `200`<br>\nRecording object returned.<br>\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"uuid\": \"gkABCDEbbbbbbbkPuA==\",\n \"id\": 68000000031879,\n \"account_id\": \"EABkdslfBBBdk\",\n \"host_id\": \"z8yBXksaAAjdhfsfdfkjgg\",\n \"topic\": \"MyTestPollMeeting\",\n \"type\": 2,\n \"start_time\": \"2019-08-29T21:54:49Z\",\n \"timezone\": \"America/Los_Angeles\",\n \"duration\": 1,\n \"total_size\": 47383,\n \"recording_count\": 3,\n \"share_url\": \"https://api.zoom.us/recording/share/abcdkhfdbbfdjbg\",\n \"recording_files\": [\n  {\n   \"id\": \"96119skjlfhdshkjf-djkfndjf0-f791\",\n   \"meeting_id\": \"gkABCDEbbbbbbbkPuA==\",\n   \"recording_start\": \"2019-08-29T21:54:55Z\",\n   \"recording_end\": \"2019-08-29T21:55:24Z\",\n   \"file_type\": \"MP4\",\n   \"file_size\": 37285,\n   \"play_url\": \"https://api.zoom.us/recording/play/Qg75t7xZBtEbAkjdlgbfdngBBBB\",\n   \"download_url\": \"https://api.zoom.us/recording/download/Qg75t7xZBtEbAkjdlgbfdngBBBB\",\n   \"status\": \"completed\",\n   \"recording_type\": \"shared_screen_with_speaker_view\"\n  },\n  {\n   \"id\": \"5890sfjkdsf-aaaakdf-fbbb618718e\",\n   \"meeting_id\": \"gkABCDEbbbbbbbkPuA==\",\n   \"recording_start\": \"2019-08-29T21:54:55Z\",\n   \"recording_end\": \"2019-08-29T21:55:24Z\",\n   \"file_type\": \"M4A\",\n   \"file_size\": 10098,\n   \"play_url\": \"https://api.zoom.us/recording/play/ABdkEEEfhlgldfjkglfghlkfdklhsg\",\n   \"download_url\": \"https://api.zoom.us/recording/download/ABdkEEEfhlgldfjkglfghlkfdklhsg\",\n   \"status\": \"completed\",\n   \"recording_type\": \"audio_only\"\n  },\n  {\n   \"meeting_id\": \"gkABCDEbbbbbbbkPuA==\",\n   \"recording_start\": \"2019-08-29T21:54:55Z\",\n   \"recording_end\": \"2019-08-29T21:55:24Z\",\n   \"file_type\": \"TIMELINE\",\n   \"download_url\": \"https://api.zoom.us/recording/download/e2ed-dlkjgdfkgh-kslsdbsjf1a\"\n  }\n ]\n}"},{"id":"8ac28cf5-8e48-4b60-8a97-0e29aad01566","name":"**HTTP Status Code:** `404`<br>\nMeeting recording not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3301`<br>\nThere is no recording for this meeting.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1326a7f-3fa4-43f4-96f3-f551fd43d48e","name":"**HTTP Status Code:** `400` <br>\n**Error Code:** `1010`<br>\nUser not found on this account: {accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"277cf787-5ba3-4614-9911-309c5c684a75"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings","id":"051d16ed-d2b3-4dc2-ac26-ac6e046b8a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings?action=trash","description":"<p>Delete all recording files of a meeting.<br /><br /></p>\n<p><strong>Scopes:</strong> <code>recording:write:admin</code> <code>recording:write</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites</strong>:</p>\n<ul>\n<li>Cloud Recording should be enabled on the user's account.<br /></li>\n</ul>\n","urlObject":{"path":["meetings",":meetingId","recordings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The recording delete actions:<br /><code>trash</code> - Move recording to trash.<br /><code>delete</code> - Delete recording permanently.</p>\n","type":"text/plain"},"key":"action","value":"trash"}],"variable":[{"id":"6c878db0-4d6d-4dcc-8294-38bb7c5f1820","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"0b268829-e41b-46cd-a180-b5fd65015b55","name":"**HTTP Status Code:** `404` <br>\nMeeting recording not found\n**Error Code:** `1001` <br> User {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3301`<br>There is no recording for this meeting.\n","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"67ebca15-1cb6-4b96-b9d0-1e7f069dd42f","name":"**HTTP Status Code:** `204` <br>\nMeeting recording deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"974695da-8020-490c-b824-aab67627294b","name":"**Error Code:** `200` <br>\nYou do not have the right permission.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"add7f08b-15ab-4b53-97ba-bb72df6f76cf","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings?action=trash","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings"],"query":[{"key":"action","value":"trash"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"051d16ed-d2b3-4dc2-ac26-ac6e046b8a30"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/recordings/status","id":"7bde5cef-95d8-487f-907a-627773914613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p> (This can only be one of recover)</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/recordings/status","description":"<p>Zoom allows users to recover recordings from trash for up to 30 days from the deletion date. Use this API to recover all deleted <a href=\"https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording\">Cloud Recordings</a> of a specific meeting.<br /><br />\n<strong>Scopes</strong>: <code>recording:write:admin</code> <code>recording:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites</strong>:<br /></p>\n<ul>\n<li>A Pro user with Cloud Recording enabled.</li>\n</ul>\n","urlObject":{"path":["meetings",":meetingId","recordings","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"06bc6dd7-9c3b-4179-bb7c-82adba38a096","description":{"content":"<p>(Required) To get Cloud Recordings of a meeting, provide the meeting ID or meeting UUID. If the meeting ID is provided instead of UUID,the response will be for the latest meeting instance. </p>\n<p>To get Cloud Recordings of a webinar, provide the webinar ID or the webinar UUID. If the webinar ID is provided instead of UUID,the response will be for the latest webinar instance. </p>\n<p>If a UUID starts with \"/\" or contains \"//\" (example: \"/ajXp112QmuoKj4854875==\"), you must <strong>double encode</strong> the UUID before making an API request. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"4ede0e39-f338-4c74-874a-450a23f71454","name":"**Error Code:** `200`<br>\nYou do not have the right permissions.","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","status"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7a48213d-7a7c-4c12-a271-f2bb8f8c52f5","name":"**HTTP Status Code:** `400` <br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","status"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9db22297-eb50-49ea-a6b2-cd820f5687e5","name":"**HTTP Status Code:** `204` <br>\nDeleted recordings of the meeting recovered.","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","status"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c16b5b0a-8d71-4092-a13b-d418912ab975","name":"**HTTP Status Code:** `404` <br>\nMeeting recording not found.<br> **Error Code:** `1001`<br>  User does not exist: {userId}.<br>\n**Error Code:** `3301`<br>There is no recording for this meeting.\n\n\n\n","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/recordings/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","recordings","status"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bde5cef-95d8-487f-907a-627773914613"}],"id":"90c363bd-f2c5-4a26-9b07-10e74dad04c6","_postman_id":"90c363bd-f2c5-4a26-9b07-10e74dad04c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"livestream","item":[{"name":"https://api.zoom.us/v2/meetings/:meetingId/livestream","id":"06bb6afa-d6e7-40ba-ad14-90d5cb4f5e0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"stream_url","value":"<string>","type":"text","description":"<p>Streaming URL.</p>\n"},{"key":"stream_key","value":"<string>","type":"text","description":"<p>Stream name and key.</p>\n"},{"key":"page_url","value":"<uri>","type":"text","description":"<p>The livestream page URL.</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/livestream","description":"<p>Zoom allows users to <a href=\"https://support.zoom.us/hc/en-us/articles/115001777826-Live-Streaming-Meetings-or-Webinars-Using-a-Custom-Service\">live stream a meeting</a> to a custom platform. Use this API to update a meeting's live stream information.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Meeting host must have a Pro license.<br />\n<strong>Scopes:</strong> <code>meeting:write:admin</code> <code>meeting:write</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["meetings",":meetingId","livestream"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"bf5dd75a-cac2-4cca-9799-070e9e5325fb","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"2f7b3f84-c4f6-442b-a9f7-512d54cfbae2","name":"**HTTP Status Code:** `400`<br>**Error Code:** `1010` <br>\n User does not belong to this account: {accountId}.<br>\n **Error Code:** `3000` Cannot access webinar info.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Streaming URL.","type":"text/plain"},"key":"stream_url","value":"<string>","type":"text"},{"description":{"content":"Stream name and key.","type":"text/plain"},"key":"stream_key","value":"<string>","type":"text"},{"description":{"content":"The livestream page URL.","type":"text/plain"},"key":"page_url","value":"<uri>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6d524869-1167-4616-8d64-38cdafd8f368","name":"**Error Code:** `300` <br>Missing meetingId <br> Invalid meetingId.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Streaming URL.","type":"text/plain"},"key":"stream_url","value":"<string>","type":"text"},{"description":{"content":"Stream name and key.","type":"text/plain"},"key":"stream_key","value":"<string>","type":"text"},{"description":{"content":"The livestream page URL.","type":"text/plain"},"key":"page_url","value":"<uri>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream"],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b38dc74f-a8f1-4eaa-a39f-e8f45384d764","name":"**HTTP Status Code:** `404`<br>**Error Code:** `1001` <br>User {userId} does not exist.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Streaming URL.","type":"text/plain"},"key":"stream_url","value":"<string>","type":"text"},{"description":{"content":"Stream name and key.","type":"text/plain"},"key":"stream_key","value":"<string>","type":"text"},{"description":{"content":"The livestream page URL.","type":"text/plain"},"key":"page_url","value":"<uri>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e802491d-917e-4437-8732-93d3a483f4cf","name":"**HTTP Status Code:** `204`<br>\nMeeting live stream updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Streaming URL.","type":"text/plain"},"key":"stream_url","value":"<string>","type":"text"},{"description":{"content":"Stream name and key.","type":"text/plain"},"key":"stream_key","value":"<string>","type":"text"},{"description":{"content":"The livestream page URL.","type":"text/plain"},"key":"page_url","value":"<uri>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06bb6afa-d6e7-40ba-ad14-90d5cb4f5e0d"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/livestream/status","id":"d3fb3035-bf90-4f79-85f7-d244236c83b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>Action. (This can only be one of start,stop)</p>\n"},{"key":"settings","value":"{\"active_speaker_name\":\"<boolean>\",\"display_name\":\"<string>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/livestream/status","description":"<p>Zoom allows users to <a href=\"https://support.zoom.us/hc/en-us/articles/115001777826-Live-Streaming-Meetings-or-Webinars-Using-a-Custom-Service\">live stream a meeting</a> to a custom platform. Use this API to update the status of a meeting's live stream.<br /><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Meeting host must have a Pro license.<br />\n<strong>Scopes:</strong> <code>meeting:write:admin</code> <code>meeting:write</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></li>\n</ul>\n","urlObject":{"path":["meetings",":meetingId","livestream","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"5490f425-4d6f-454e-8de8-ea66be66a0db","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"20bc9edf-d860-4097-9c2d-6cb590b3f594","name":"**HTTP Status Code:** `400` <br>\n**Error Code:**`3000`<br>\nCannot access webinar info.<br>\n**Error Code:**`1010`<br>User does not belong to this account: {accountId}.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Action. (This can only be one of start,stop)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"active_speaker_name\":\"<boolean>\",\"display_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream","status"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"349fe096-bbc9-4ee4-b849-5c5b425c1280","name":"**Error Code:** `300` <br>\nMissing meetingId.<br>\nInvalid meetingId","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Action. (This can only be one of start,stop)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"active_speaker_name\":\"<boolean>\",\"display_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream","status"],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"624fa710-162c-4dfd-b16a-f94aa562672b","name":"**HTTP Status Code:** `204` <br>\nMeeting live stream updated.\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Action. (This can only be one of start,stop)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"active_speaker_name\":\"<boolean>\",\"display_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream","status"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea1c26f1-cb96-4192-b151-b91cbd446abb","name":"**HTTP Status Code:** `404` <br>\n**Error Code:**`1001`<br>\nUser {userId} does not exist.<br>\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Action. (This can only be one of start,stop)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"active_speaker_name\":\"<boolean>\",\"display_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/livestream/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","livestream","status"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3fb3035-bf90-4f79-85f7-d244236c83b8"}],"id":"6ad0e84a-c163-4d6f-93c0-87369b3318eb","_postman_id":"6ad0e84a-c163-4d6f-93c0-87369b3318eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/meetings/:meetingId","id":"51a516d9-9715-4f33-8ae7-f5e016910085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>","description":"<p>Retrieve the details of a meeting.<br /><br />\n<strong>Scopes:</strong> <code>meeting:read:admin</code> <code>meeting:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> </p>\n","urlObject":{"path":["meetings",":meetingId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Meeting Occurrence ID. Provide this field to view meeting details of a particular occurrence of the <a href=\"https://support.zoom.us/hc/en-us/articles/214973206-Scheduling-Recurring-Meetings\">recurring meeting</a>.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"},{"description":{"content":"<p>Set the value of this field to <code>true</code> if you would like to view meeting details of all previous occurrences of a <a href=\"https://support.zoom.us/hc/en-us/articles/214973206-Scheduling-Recurring-Meetings\">recurring meeting</a>. </p>\n","type":"text/plain"},"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"id":"8394c8eb-fd03-4390-b407-6db390624e74","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"3abe5d0c-02ca-4d61-9fca-3cf7f04442fb","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser not found on this account: {accountId}.<br>**Error Code:** `3000`<br>\nCannot access webinar info.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4b24cf3b-8f05-4cc9-948b-515530f8e19a","name":"**HTTP Status Code:** `200`<br>\nMeeting object returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"agenda\": \"API overview\",\n \"created_at\": \"2019-09-09T15:54:24Z\",\n \"duration\": 60,\n \"host_id\": \"ABcdofjdogh11111\",\n \"id\": 1234555466,\n \"join_url\": \"https://zoom.us/j/1234555466\",\n \"settings\": {\n  \"alternative_hosts\": \"kjxckfjxgfgjdfk@dkjfhdskhf.com\",\n  \"approval_type\": 2,\n  \"audio\": \"both\",\n  \"auto_recording\": \"local\",\n  \"close_registration\": false,\n  \"cn_meeting\": false,\n  \"enforce_login\": false,\n  \"enforce_login_domains\": \"mycompanydomain.com\",\n  \"global_dial_in_countries\": [\n   \"US\"\n  ],\n  \"global_dial_in_numbers\": [\n   {\n    \"city\": \"New York\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 000011100\",\n    \"type\": \"toll\"\n   },\n   {\n    \"city\": \"San Jose\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 6699006833\",\n    \"type\": \"toll\"\n   },\n   {\n    \"city\": \"San Jose\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 221122112211\",\n    \"type\": \"toll\"\n   }\n  ],\n  \"host_video\": false,\n  \"in_meeting\": false,\n  \"join_before_host\": true,\n  \"mute_upon_entry\": false,\n  \"participant_video\": false,\n  \"registrants_confirmation_email\": true,\n  \"use_pmi\": false,\n  \"waiting_room\": false,\n  \"watermark\": false,\n  \"registrants_email_notification\": true\n },\n \"start_time\": \"2019-08-30T22:00:00Z\",\n \"start_url\": \"https://zoom.us/1234555466/cdknfdffgggdfg4MDUxNjY0LCJpYXQiOjE1NjgwNDQ0NjQsImFpZCI6IjRBOWR2QkRqVHphd2J0amxoejNQZ1EiLCJjaWQiOiIifQ.Pz_msGuQwtylTtYQ\",\n \"status\": \"waiting\",\n \"timezone\": \"America/New_York\",\n \"topic\": \"My API Test\",\n \"type\": 2,\n \"uuid\": \"iAABBBcccdddd7A==\"\n}"},{"id":"7260fd9d-bcdd-4f47-a964-8e84ae8baee8","name":"**HTTP Status Code:** `404`<br>\nMeeting not found.<br>\n**Error Code:** `1001`<br>\nUser not exist: {userId}.<br>**Error Code:** `3001`<br>\nMeeting {meetingId} is not found or has expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51a516d9-9715-4f33-8ae7-f5e016910085"},{"name":"https://api.zoom.us/v2/meetings/:meetingId","id":"94b2f642-6976-453b-b9d5-908eb4d6d1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"schedule_for","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"topic","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"type","value":"2","type":"text","description":"<p>undefined</p>\n"},{"key":"start_time","value":"<dateTime>","type":"text","description":"<p>undefined</p>\n"},{"key":"duration","value":"<integer>","type":"text","description":"<p>undefined</p>\n"},{"key":"timezone","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"password","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"agenda","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text","description":"<p>undefined</p>\n"},{"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text","description":"<p>undefined</p>\n"},{"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"global_dial_in_numbers\":[{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"},{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"}],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>","description":"<p>Update the details of a meeting.<br />This API has a rate limit of 100 requests per day. Therefore, a meeting can only be updated for a maximum of 100 times within a 24 hour window.<br />\n<strong>Scopes:</strong> <code>meeting:write:admin</code> <code>meeting:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Meeting occurrence id. Support change of agenda, start_time, duration, settings: {host_video, participant_video, join_before_host, mute_upon_entry, waiting_room, watermark, auto_recording}</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"}],"variable":[{"id":"f89d5ab5-ccbe-4f8d-8287-89f59cba2e5e","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"33d12237-4b71-4cde-a1dc-05288ac4da76","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser not found on this account: {accountId}.<br>\n**Error Code:** `3000`<br>\nCannot access meeting information.<br>\n**Error Code:** `3003`<br>\nYou are not the meeting host.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_for","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"type","value":"2","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"global_dial_in_numbers\":[{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"},{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"}],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"412d21a5-a482-4bc9-ba8a-f0927522b8dc","name":"**Error Code:** `300`<br>\nInvalid enforce_login_domains, separate multiple domains by semicolon.<br>\nA maximum of {rateLimitNumber} meetings can be created/updated for a single user in one day.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_for","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"type","value":"2","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"global_dial_in_numbers\":[{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"},{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"}],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae16c379-edf7-492a-a23a-a223e87189ac","name":"**HTTP Status Code:** `404`<br>\nMeeting not found.<br>\n**Error Code:** `1001`<br>\nUser does not exist: {userId}.<br>\n**Error Code:** `3001`<br>\nA meeting with this {meetingId} is not found or has expired.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_for","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"type","value":"2","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"global_dial_in_numbers\":[{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"},{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"}],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c6a0c642-7a67-4769-8433-4c1d9264bea4","name":"**HTTP Status Code:** `204`<br>\nMeeting updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"schedule_for","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"type","value":"2","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"participant_video\":\"<boolean>\",\"cn_meeting\":false,\"in_meeting\":false,\"join_before_host\":false,\"mute_upon_entry\":false,\"watermark\":false,\"use_pmi\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":false,\"waiting_room\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"global_dial_in_numbers\":[{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"},{\"country\":\"<string>\",\"country_name\":\"<string>\",\"city\":\"<string>\",\"number\":\"<string>\",\"type\":\"<string>\"}],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94b2f642-6976-453b-b9d5-908eb4d6d1cd"},{"name":"https://api.zoom.us/v2/meetings/:meetingId","id":"9eeeeeea-b440-4ef6-9299-4657bdcf6992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&schedule_for_reminder=<boolean>","description":"<p>Delete a meeting.<br /><br />\n<strong>Scopes:</strong> <code>meeting:write:admin</code> <code>meeting:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code> </p>\n","urlObject":{"path":["meetings",":meetingId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"},{"description":{"content":"<p><code>true</code>: Notify host and alternative host about the meeting cancellation via email.\n<code>false</code>: Do not send any email notification.</p>\n","type":"text/plain"},"key":"schedule_for_reminder","value":"<boolean>"}],"variable":[{"id":"b2f611ec-4d63-4c6f-bb20-c4b70151c29f","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"2cbfd750-3fb7-4e69-8f30-eca028fa3687","name":"**HTTP Status Code**: `204` <br>\nMeeting deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&schedule_for_reminder=<boolean>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"schedule_for_reminder","value":"<boolean>"}],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"60707472-e90f-4463-b176-2748fdf59423","name":"**HTTP Status Code**: `404` <br>\nMeeting not found.\n**Error Code**: `1001` <br>\nUser does not exist: {userId}.<br>\n**Error Code**: `3001` <br>\nMeeting with this {meetingId} is not found or has expired.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&schedule_for_reminder=<boolean>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"schedule_for_reminder","value":"<boolean>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aa645674-a1dc-40f2-af14-b8faafdc79ec","name":"**HTTP Status Code**: `400` <br>\n**Error Code**: `1010` <br>\nUser does not belong to this account: {accountId}.<br>\n**Error Code**: `3000` <br>Cannot access meeting information.<br>Invalid occurrence_id.<br>\n**Error Code**: `3002` <br>\nSorry, you cannot d","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&schedule_for_reminder=<boolean>","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"schedule_for_reminder","value":"<boolean>"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9eeeeeea-b440-4ef6-9299-4657bdcf6992"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/status","id":"98b35e59-2543-46ee-ae6c-75d45f945d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p><code>end</code> - End a meeting.<br />\n<code>recover</code> - <a href=\"https://support.zoom.us/hc/en-us/articles/360038297111-Recover-a-deleted-meeting\">Recover</a> a deleted meeting.\n (This can only be one of end,recover)</p>\n"}]},"url":"https://api.zoom.us/v2/meetings/:meetingId/status","description":"<p>Update the status of a meeting.<br /><br />\n<strong>Scopes:</strong> <code>meeting:write:admin</code> <code>meeting:write</code>\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"7e8e0bb7-7df6-45b8-953d-9534a13e425f","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"2045313a-0144-4ed2-9d48-1438c3c1e63a","name":"**HTTP Status Code:** `404`<br>\nMeeting not found.<br>\n**Error Code:** `1001`<br>\nMeeting host does not exist: {userId}.\n\n","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"`end` - End a meeting.<br>\n`recover` - [Recover](https://support.zoom.us/hc/en-us/articles/360038297111-Recover-a-deleted-meeting) a deleted meeting.\n (This can only be one of end,recover)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","status"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a263e1e5-2876-42d7-980c-826c89397a76","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.\n**Error Code:** `3000`<br>\nCannot access meeting info.\n**Error Code:** `3003`<br>\nYou're not the meeting host.\n**Error Code:** `3063`<br>\nCan not","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"`end` - End a meeting.<br>\n`recover` - [Recover](https://support.zoom.us/hc/en-us/articles/360038297111-Recover-a-deleted-meeting) a deleted meeting.\n (This can only be one of end,recover)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","status"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b7c49596-2f15-441d-9d32-94f3d47b92b3","name":"**HTTP Status Code:** `204`<br>\nMeeting updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"`end` - End a meeting.<br>\n`recover` - [Recover](https://support.zoom.us/hc/en-us/articles/360038297111-Recover-a-deleted-meeting) a deleted meeting.\n (This can only be one of end,recover)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/status","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","status"],"variable":[{"key":"meetingId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98b35e59-2543-46ee-ae6c-75d45f945d0c"},{"name":"https://api.zoom.us/v2/meetings/:meetingId/invitation","id":"5e488ada-40a2-460d-8f69-57a344cda424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/meetings/:meetingId/invitation","description":"<p>Retrieve the meeting invite note that was sent for a specific meeting.<br /><br />\n<strong>Scopes:</strong> <code>meeting:read:admin</code> <code>meeting:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["meetings",":meetingId","invitation"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"20cd2913-560b-4361-8606-c71f1da58e94","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"699cc26d-3f9f-4a3e-a548-2d25c97ea3ee","name":"**HTTP Status Code:** `200`<br>\nMeeting invitation returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/meetings/:meetingId/invitation","host":["https://api.zoom.us/v2"],"path":["meetings",":meetingId","invitation"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"invitation\": \"Shrijana G is inviting you to a scheduled Zoom meeting.\\r\\n\\r\\nTopic: MyTestMeeting\\r\\nTime: Jul 31, 2019 04:00 PM Pacific Time (US and Canada)\\r\\n\\r\\nJoin Zoom Meeting\\r\\nhttps://zoom.us/j/000000\\r\\n\\r\\nOne tap mobile\\r\\n+000000\"\n}"}],"_postman_id":"5e488ada-40a2-460d-8f69-57a344cda424"}],"id":"193b14b8-4f1b-4856-b70a-67d47c46a197","_postman_id":"193b14b8-4f1b-4856-b70a-67d47c46a197","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"past meetings","item":[{"name":"{meeting UUID}","item":[{"name":"https://api.zoom.us/v2/past_meetings/:meetingUUID","id":"4b86f57b-1441-4d38-835a-8e2e298129fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_meetings/:meetingUUID","description":"<p>Get details on a past meeting. <br /><br />\n<strong>Scopes:</strong> <code>meeting:read:admin</code> <code>meeting:read</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n<blockquote>\n<p><strong>Note</strong>: Please double encode your UUID when using this API if the UUID begins with a '/'or contains '//' in it.</p>\n</blockquote>\n","urlObject":{"path":["past_meetings",":meetingUUID"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"9f7a9c08-1eea-4e41-82f7-07c7dc05a78b","description":{"content":"<p>(Required) The meeting UUID. Each meeting instance will generate its own Meeting UUID (i.e., after a meeting ends, a new UUID will be generated for the next instance of the meeting). Please double encode your UUID when using it for other API calls if the UUID begins with a '/'or contains '//' in it.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingUUID"}]}},"response":[{"id":"5661e284-224f-4d44-9a08-10c571185a27","name":"**HTTP Status Code:** `400`<br>\nMeeting not found<br><br>\n**Error Code:** `1010`<br>\nUser not exist: {userId}<br><br>\nUser {userId} not exist or not belong to this account.<br><br>\n**Error Code:** `300`<br>\nCannot access meeting info.<br><br>\n**Error Code","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingUUID","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingUUID"],"variable":[{"key":"meetingUUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"73dd6c81-d692-46d5-abe5-522f9510853c","name":"**HTTP Status Code:** `200`<br>\nMeeting details returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingUUID","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingUUID"],"variable":[{"key":"meetingUUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"uuid\": \"string [uuid]\",\n \"id\": \"integer\",\n \"host_id\": \"integer\",\n \"type\": \"integer\",\n \"topic\": \"string\",\n \"user_name\": \"string\",\n \"user_email\": \"string\",\n \"start_time\": \"string [date-time]\",\n \"end_time\": \"string [date-time]\",\n \"duration\": \"integer\",\n \"total_minutes\": \"integer\",\n \"participants_count\": \"integer\"\n}"},{"id":"ddd8959d-6624-44f3-a3c9-80978e9eb293","name":"**HTTP Status Code:** `404`<br>\nMeeting not found<br><br>\n**Error Code:** `3001`<br>\nThis meeting is not available or ID is not valid.<br>\nMeeting ID is invalid or not end.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingUUID","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingUUID"],"variable":[{"key":"meetingUUID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b86f57b-1441-4d38-835a-8e2e298129fa"},{"name":"https://api.zoom.us/v2/past_meetings/:meetingUUID/participants","id":"1748e3b0-e92b-4b29-b49e-3b15dd45727a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_meetings/:meetingUUID/participants?page_size=30&next_page_token=<string>","description":"<p>Retrieve information on participants from a past meeting. <br /><br />\n<strong>Scopes:</strong> <code>meeting:read:admin</code> <code>meeting:read</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code>\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Paid account on a Pro or higher plan.</li>\n</ul>\n<p><br /> <br />  <strong>Note</strong>: Please double encode your UUID when using this API if the UUID begins with a '/'or contains '//' in it.</p>\n","urlObject":{"path":["past_meetings",":meetingUUID","participants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"01cb2564-ed7a-456d-8d77-3777ff876482","description":{"content":"<p>(Required) The meeting UUID. Each meeting instance will generate its own Meeting UUID (i.e., after a meeting ends, a new UUID will be generated for the next instance of the meeting). Please double encode your UUID when using it for other API calls if the UUID begins with a '/'or contains '//' in it.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingUUID"}]}},"response":[{"id":"4d4e4093-0d0f-45c2-978f-35945c0c878c","name":"**HTTP Status Code:** `200`<br>\nMeeting participants' report returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingUUID/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingUUID","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingUUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"next_page_token\": \"aliqua\",\n \"participants\": [\n  {\n   \"id\": \"8b29rgg4bb\",\n   \"name\": \"Ram Shekhar\",\n   \"user_email\": \"ram.shekhar.123@fkdngfjg.fdghdfgj\"\n  }\n ]\n}"},{"id":"51a48d11-a217-449d-96e1-dbf5f11c2667","name":"**HTTP Status Code:** `404`<br>\nMeeting not found<br>\n**Error Code:** `1001`<br>\nUser {userId} not exist or not belong to this account.<br>\nUser not exist: {userId}<br><br>\n**Error Code:** `3001`<br>\nThis meeting is not available or ID is not valid.<br>\nM","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingUUID/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingUUID","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingUUID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8ff1702d-a114-414b-8fc8-f0d0e932dca0","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser {userId} not exist or not belong to this account.<br><br>\n**Error Code:** `300`<br>\nCannot access meeting information.<br><br>\n**Error Code:** `200`<br>\nOnly available for paid account: {acco","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingUUID/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingUUID","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingUUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1748e3b0-e92b-4b29-b49e-3b15dd45727a"}],"id":"8096376b-53e3-47f3-aa21-ff8066ad3c73","_postman_id":"8096376b-53e3-47f3-aa21-ff8066ad3c73","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"{meeting Id}","item":[{"name":"https://api.zoom.us/v2/past_meetings/:meetingId/instances","id":"5e4d804a-4b1b-4b7a-b4bb-5ab9f852b4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_meetings/:meetingId/instances","description":"<p>Get a list of ended meeting instances<br /><br />\n<strong>Scopes:</strong> <code>meeting:read:admin</code> <code>meeting:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> </p>\n","urlObject":{"path":["past_meetings",":meetingId","instances"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"1c25a0d4-7bc5-4ab7-a3fa-ff4040fca420","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"8f23e610-0d1f-405e-8e9d-da7d34203374","name":"**HTTP Status Code:** `200`<br>\nList of ended meeting instances returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingId/instances","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingId","instances"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"meetings\": [\n  {\n   \"uuid\": \"exercitation ad reprehenderit labore pariatur\",\n   \"start_time\": \"dolore pariatur Excepteur\"\n  },\n  {\n   \"uuid\": \"tempor dolore aliquip minim\",\n   \"start_time\": \"dolore exercitation\"\n  }\n ]\n}"},{"id":"c7c0133c-b223-4511-850e-04c4b44f24cf","name":"**HTTP Status Code:** `404`<br>\nMeeting not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingId/instances","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingId","instances"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e4d804a-4b1b-4b7a-b4bb-5ab9f852b4ff"},{"name":"https://api.zoom.us/v2/past_meetings/:meetingId/polls","id":"9f64d453-2299-4539-9a8c-4283b987c9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_meetings/:meetingId/polls","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings\">Polls</a> allow the meeting host to survey attendees. Use this API to list poll results of a meeting.<br /><br /></p>\n<p><strong>Scopes</strong>: <code>meeting:read:admin</code>, <code>meeting:read</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> <br />\n<strong>Prerequisites</strong>:<br /></p>\n<ul>\n<li>Host user type must be <strong>Pro</strong>.</li>\n<li>Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.</li>\n</ul>\n","urlObject":{"path":["past_meetings",":meetingId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"19b2e38f-81a9-4d66-b78e-a3515c2899c9","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If   meeting ID is provided, it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"208f8e7c-9236-428f-b117-ae95cffb8bc7","name":"**HTTP Status Code:** `200` **OK**<br>\nPolls returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingId/polls","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingId","polls"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": 123456,\n \"uuid\": \"gsdjfhsdfkhjdsf\",\n \"start_time\": \"2019-02-01T12:34:12.660Z\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"Sam S\",\n   \"email\": \"myemail@jksdlfkjdf.djfk\",\n   \"question_details\": [\n    {\n     \"question\": \"How are you?\",\n     \"answer\": \"I am wonderful.\"\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"9f64d453-2299-4539-9a8c-4283b987c9af"},{"name":"https://api.zoom.us/v2/past_meetings/:meetingId/files","id":"b27ceba5-9b96-4961-b9e8-daeff95e83ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_meetings/:meetingId/files","description":"<p><strong>Note: This API has been deprecated and is no longer supported due to GCM encryption updates for security purposes.</strong> To learn about saving the in-meeting chat files via Zoom Client, refer to the <a href=\"https://support.zoom.us/hc/en-us/articles/115004792763-Saving-in-meeting-chat\">Saving in-meeting chat</a> guide.</p>\n<p>List files sent via in-meeting chat during a meeting. The in-meeting files are deleted after 24 hours of the meeting completion time. \n<br /><br />\n<strong>Scope:</strong> <code>meeting:read</code>, <code>meeting:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> </p>\n","urlObject":{"path":["past_meetings",":meetingId","files"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"70fb5c6f-a4ef-4afe-95c6-dc7adb0bca4b","description":{"content":"<p>(Required) The meeting ID in <strong>long</strong> format. The data type of this field is \"long\"(represented as int64 in JSON).</p>\n<p>While storing it in your database, store it as a <strong>long</strong> data type and <strong>not as an integer</strong>, as the Meeting IDs can be longer than 10 digits.</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"meetingId"}]}},"response":[{"id":"8d313db6-5445-4be5-b32c-809b4fcf2f51","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `3001`<br>\nMeeting ID is invalid or not end.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingId/files","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingId","files"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91613e02-e1d8-49d1-b364-c5f95ad1983f","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingId/files","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingId","files"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c1bee8f1-a66d-4131-b8ec-c59853460965","name":"**HTTP Status Code:** `200` **OK**<br>\nFiles retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_meetings/:meetingId/files","host":["https://api.zoom.us/v2"],"path":["past_meetings",":meetingId","files"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 1,\n \"in_meeting_files\": [\n  {\n   \"file_name\": \"somefile.txt\",\n   \"download_url\": \"somefile.txt/randomurl\",\n   \"file_size\": 300\n  }\n ]\n}"}],"_postman_id":"b27ceba5-9b96-4961-b9e8-daeff95e83ce"}],"id":"a6327809-10e8-4ae6-983b-748da4fda92e","_postman_id":"a6327809-10e8-4ae6-983b-748da4fda92e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}}],"id":"872bfc8b-0369-4e2b-8421-124af1e20256","_postman_id":"872bfc8b-0369-4e2b-8421-124af1e20256","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"metrics","item":[{"name":"meetings","item":[{"name":"{meeting Id}","item":[{"name":"participants","item":[{"name":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants","id":"ffb0f4d0-3be3-4e99-88bf-2cbcde60aa37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants?type=live&page_size=30&next_page_token=<string>","description":"<p>Get a list of participants from live or past meetings.<br /><br />\nIf you do not provide the <code>type</code> query parameter, the default value will be set to <code>live</code> and thus, you will only see metrics for participants in a live meeting, if any meeting is currently being conducted. To view metrics on past meeting participants, provide the appropriate value for <code>type</code>. <br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.</p>\n<p><strong>Scopes:</strong> <code>dashboard_meetings:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong> Business or a higher plan.</p>\n","urlObject":{"path":["metrics","meetings",":meetingId","participants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting types: <br /><code>past</code> - Past meetings.<br /><code>pastOne</code> - Past one user meetings.<br /><code>live</code> - Live meetings.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"4f686a9b-ffb1-47da-8e17-4447817d5a00","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"18003967-ecb5-432d-9f29-2636904b2be0","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nMeeting ID is invalid or has not ended.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"18e1219b-dfd5-47fe-948a-f83795fe1b89","name":"**Error Code:** `300`<br>\nCan not access webinar info.<br>\n{meetingId} or the next page token is either invalid or expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bf3be3ef-1776-481b-89ca-ab13aab20af1","name":"**HTTP Status Code:** `200`<br>\nMeeting participants returned.<br>\nOnly available for paid accounts that have enabled the dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"page_count\\\": 1,\\n  \\\"page_size\\\": 30,\\n  \\\"total_records\\\": 2,\\n  \\\"next_page_token\\\": \\\"\\\",\\n  \\\"participants\\\": [\\n    {\\n      \\\"id\\\": \\\"d52f19c548b88490b5d16fcbd38\\\",\\n      \\\"user_id\\\": \\\"32dsfsd4g5gd\\\",\\n      \\\"user_name\\\": \\\"dojo\\\",\\n      \\\"device\\\": \\\"WIN\\\",\\n      \\\"ip_address\\\": \\\"127.0.0.1\\\",\\n      \\\"location\\\": \\\"New York\\\",\\n      \\\"network_type\\\": \\\"Wired\\\",\\n      \\\"microphone\\\": \\\"Plantronics BT600\\\",\\n      \\\"camera\\\": \\\"FaceTime HD Camera\\t\\\",\\n      \\\"speaker\\\": \\\"Plantronics BT600\\\",\\n      \\\"data_center\\\": \\\"SC\\\",\\n      \\\"connection_type\\\": \\\"P2P\\\",\\n      \\\"join_time\\\": \\\"2019-09-07T13:15:02.837Z\\\",\\n      \\\"leave_time\\\": \\\"2019-09-07T13:15:09.837Z\\\",\\n      \\\"share_application\\\": false,\\n      \\\"share_desktop\\\": true,\\n      \\\"share_whiteboard\\\": true,\\n      \\\"recording\\\": false,\\n      \\\"pc_name\\\": \\\"dojo's pc\\\",\\n      \\\"domain\\\": \\\"Dojo-workspace\\\",\\n      \\\"mac_addr\\\": \\\" 00:0a:95:9d:68:16\\\",\\n      \\\"harddisk_id\\\": \\\"sed proident in\\\",\\n      \\\"version\\\": \\\"4.4.55383.0716\\\",\\n      \\\"leave_reason\\\": \\\"Dojo left the meeting.<br>Reason: Host ended the meeting.\\\"\\n    },\\n    {\\n      \\\"id\\\": \\\"z8aaaaaaCfp8uQ\\\",\\n      \\\"user_id\\\": \\\"1670000000\\\",\\n      \\\"user_name\\\": \\\"Rea\\\",\\n      \\\"device\\\": \\\"Android\\\",\\n      \\\"ip_address\\\": \\\"120.000.000\\\",\\n      \\\"location\\\": \\\"San Jose (US)\\\",\\n      \\\"network_type\\\": \\\"Wifi\\\",\\n      \\\"data_center\\\": \\\"SC\\\",\\n      \\\"connection_type\\\": \\\"UDP\\\",\\n      \\\"join_time\\\": \\\"2019-08-02T15:31:48Z\\\",\\n      \\\"leave_time\\\": \\\"2019-08-02T16:04:12Z\\\",\\n      \\\"share_application\\\": false,\\n      \\\"share_desktop\\\": false,\\n      \\\"share_whiteboard\\\": false,\\n      \\\"recording\\\": false,\\n      \\\"pc_name\\\": \\\"Rea's PC\\\",\\n      \\\"domain\\\": \\\"Rea-workspace\\\",\\n      \\\"mac_addr\\\": \\\"\\\",\\n      \\\"harddisk_id\\\": \\\"\\\",\\n      \\\"version\\\": \\\"4.4.55383.0716\\\",\\n      \\\"leave_reason\\\": \\\"Rea left the meeting.<br>Reason: Host closed the meeting.\\\"\\n    }\\n  ]\\n}\""}],"_postman_id":"ffb0f4d0-3be3-4e99-88bf-2cbcde60aa37"},{"name":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/:participantId/qos","id":"ce12deeb-c450-4c4b-a23d-ed306e126b17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/:participantId/qos?type=live","description":"<p>Retrieve the quality of service for participants from live or past meetings. This data indicates the connection quality for sending/receiving video, audio, and shared content. If nothing is being sent or received at that time, no information will be shown in the fields. <br /><br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["metrics","meetings",":meetingId","participants",":participantId","qos"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting types: <br /><code>past</code> - Past meetings.<br /><code>live</code> - Live Meetings.</p>\n","type":"text/plain"},"key":"type","value":"live"}],"variable":[{"id":"cd34d351-e29c-46f4-ac12-4483c0ce4181","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"},{"id":"c5799f69-0c57-4c9f-b2e4-003b95f9b777","description":{"content":"<p>(Required) Participant ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"participantId"}]}},"response":[{"id":"1adc2ce0-5b40-41b1-ab85-a73f98bb787f","name":"**HTTP Status Code:** `200`<br>\nMeeting participant QOS returned.<br>\nOnly available for paid account that have enabled the dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/:participantId/qos?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants",":participantId","qos"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"meetingId"},{"key":"participantId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"user_id\": \"string [uuid]\",\n \"user_name\": \"string\",\n \"device\": \"string\",\n \"ip_address\": \"string\",\n \"location\": \"string\",\n \"join_time\": \"string [date-time]\",\n \"leave_time\": \"string [date-time]\",\n \"pc_name\": \"string\",\n \"domain\": \"string\",\n \"mac_addr\": \"string\",\n \"harddisk_id\": \"string\",\n \"version\": \"string\",\n \"user_qos\": [\n  {\n   \"date_time\": \"string [date-time]\",\n   \"audio_input\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\"\n   },\n   \"audio_output\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\"\n   },\n   \"video_input\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"video_output\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"as_input\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"as_output\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"cpu_usage\": {\n    \"zoom_min_cpu_usage\": \"string\",\n    \"zoom_avg_cpu_usage\": \"string\",\n    \"zoom_max_cpu_usage\": \"string\",\n    \"system_max_cpu_usage\": \"string\"\n   }\n  }\n ]\n}"},{"id":"9de07cec-dd33-4e79-a6cf-7bb0f3806672","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThis meeting's detail info is not available.<br>\nThis meeting has not ended yet or the Meeting ID is invalid.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/:participantId/qos?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants",":participantId","qos"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"meetingId"},{"key":"participantId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c2e351e0-fe60-441f-bd58-1fc4ecec35df","name":"**Error Code:** `300`<br>\nCan not access webinar info, {meetingId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/:participantId/qos?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants",":participantId","qos"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"meetingId"},{"key":"participantId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce12deeb-c450-4c4b-a23d-ed306e126b17"},{"name":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/qos","id":"c02f9123-6150-48ba-ae7c-ef761760ddf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/qos?type=live&page_size=1&next_page_token=<string>","description":"<p>Get a list of meeting participants from live or past meetings along with the quality of service they recieve during the meeting such as connection quality for sending/receiving video, audio, and shared content.<br />If you do not provide the <code>type</code> query parameter, the default value will be set to <code>live</code> and thus, you will only see metrics for participants in a live meeting, if any meeting is currently being conducted. To view metrics on past meeting participants, provide the appropriate value for <code>type</code>.<br /> <br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.<br /><br />\n<strong>Scopes:</strong> <code>dashboard_meetings:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Business or a higher plan.</li>\n</ul>\n","urlObject":{"path":["metrics","meetings",":meetingId","participants","qos"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting types: <br /><code>past</code> - Past meetings.<br /><code>live</code> - Live Meetings.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>The number of items returned per page.</p>\n","type":"text/plain"},"key":"page_size","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"74884667-a04b-4e00-afa9-8e7e3586471e","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"1d02963c-593c-4191-9cf7-b200fa6544f1","name":"**Error Code:** `300`<br>\nCan not access webinar info, {meetingId}.<br>\nThe next page token is either invalid or expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/qos?type=live&page_size=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants","qos"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b3eef33d-25f0-4a70-a467-b66146713163","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThis meeting's detail info is not available.<br>\nThe Meeting ID is not valid or the meeting has not ended yet.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/qos?type=live&page_size=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants","qos"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f863b803-caa5-41cf-8f2c-1a7dc0c5a839","name":"**HTTP Status Code:** `200`<br>\nMeeting participants returned.<br>\nOnly available for paid accounts that have enabled the dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/qos?type=live&page_size=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants","qos"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"integer [int64]\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer [int64]\",\n \"next_page_token\": \"string\",\n \"participants\": [\n  {\n   \"user_id\": \"string [uuid]\",\n   \"user_name\": \"string\",\n   \"device\": \"string\",\n   \"ip_address\": \"string\",\n   \"location\": \"string\",\n   \"join_time\": \"string [date-time]\",\n   \"leave_time\": \"string [date-time]\",\n   \"pc_name\": \"string\",\n   \"domain\": \"string\",\n   \"mac_addr\": \"string\",\n   \"harddisk_id\": \"string\",\n   \"version\": \"string\",\n   \"user_qos\": [\n    {\n     \"date_time\": \"string [date-time]\",\n     \"audio_input\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\"\n     },\n     \"audio_output\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\"\n     },\n     \"video_input\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"video_output\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"as_input\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"as_output\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"cpu_usage\": {\n      \"zoom_min_cpu_usage\": \"string\",\n      \"zoom_avg_cpu_usage\": \"string\",\n      \"zoom_max_cpu_usage\": \"string\",\n      \"system_max_cpu_usage\": \"string\"\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"c02f9123-6150-48ba-ae7c-ef761760ddf8"},{"name":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/sharing","id":"b1d49eb5-6bbc-4576-97c1-a7c25172c9ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/sharing?type=live&page_size=30&next_page_token=<string>","description":"<p>Retrieve the sharing and recording details of participants from live or past meetings.<br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Business or a higher plan.</li>\n</ul>\n","urlObject":{"path":["metrics","meetings",":meetingId","participants","sharing"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting types: <br /><code>past</code> - Past meetings.<br /><code>live</code> - Live Meetings.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceed the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"2ea6ba79-e909-45fd-9994-c927c0d8e868","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"21e5f99a-b374-48f4-9ef1-656686a04a49","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThis meeting's detail info is not available or ID is not valid.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/sharing?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants","sharing"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b31e42c-ff5b-4892-b2f6-7bf12446ca2a","name":"**HTTP Status Code:** `200`<br>\nMeeting participants returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/sharing?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants","sharing"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"integer\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"next_page_token\": \"string\",\n \"participants\": [\n  {\n   \"id\": \"string\",\n   \"user_id\": \"string\",\n   \"user_name\": \"string\",\n   \"details\": [\n    {\n     \"content\": \"string\",\n     \"start_time\": \"string\",\n     \"end_time\": \"string\"\n    }\n   ]\n  }\n ]\n}"},{"id":"cb409288-ed57-425b-b70a-fef76b93fb7d","name":"**Error Code:** `300`<br>\nCan not access webinar info, {meetingId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId/participants/sharing?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId","participants","sharing"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1d49eb5-6bbc-4576-97c1-a7c25172c9ed"}],"id":"db9463f7-5477-49cf-b39b-4ce1e502caac","_postman_id":"db9463f7-5477-49cf-b39b-4ce1e502caac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/metrics/meetings/:meetingId","id":"e12b4c1d-9b6e-466f-931b-b2270658f5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/meetings/:meetingId?type=live","description":"<p>Get details on live or past meetings. This overview will show if features such as audio, video, screen sharing, and recording were being used in the meeting. You can also see the license types of each user on your account.<br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.  <br />\n<strong>Scopes:</strong> <code>dashboard_meetings:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Business or a higher plan.</li>\n</ul>\n","urlObject":{"path":["metrics","meetings",":meetingId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting types: <br /><code>past</code> - Past meetings.<br /><code>pastOne</code> - Past one user meetings.<br /><code>live</code> - Live meetings.</p>\n","type":"text/plain"},"key":"type","value":"live"}],"variable":[{"id":"28691e85-bcfe-4820-ac6f-eb5768072945","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"1172fc35-9d50-41b9-bd6e-b602bea14952","name":"**HTTP Status Code:** `200`<br>\nMeeting returned.<br>\nOnly available for paid accounts that have enabled the dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"uuid\": \"carreter@-2c9b447f3\",\n \"id\": 33281536,\n \"topic\": \"My meeting\",\n \"host\": \"cool host\",\n \"email\": \"so@djkfsfj.gh\",\n \"user_type\": \"Pro|Webinar100\",\n \"start_time\": \"2007-06-16T16:55:42.078Z\",\n \"end_time\": \"2007-06-16T16:59:42.078Z\",\n \"duration\": \"30\",\n \"participants\": 4874645,\n \"has_pstn\": false,\n \"has_voip\": false,\n \"has_3rd_party_audio\": false,\n \"has_video\": false,\n \"has_screen_share\": false,\n \"has_recording\": false,\n \"has_sip\": false,\n \"in_room_participants\": 3\n}"},{"id":"51d86436-c6b0-4b03-8941-31065170c1c5","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nMeeting ID is invalid or the meeting has not ended yet.<br>\nThis meeting's details are not available.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf6162ab-1c85-4c60-a5fd-c8ae8aa972fc","name":"**Error Code:** `300`<br>\nCan not access webinar info, {meetingId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings/:meetingId?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","meetings",":meetingId"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e12b4c1d-9b6e-466f-931b-b2270658f5da"}],"id":"9bc4d1b2-1216-4428-bc87-42cc8f8df916","_postman_id":"9bc4d1b2-1216-4428-bc87-42cc8f8df916","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/metrics/meetings","id":"24df30d9-13f4-42d7-a763-864187aedfe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/meetings?type=live&from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>List total live or past meetings that occurred during a specified period of time. This overview will show if features such as audio, video, screen sharing, and recording were being used in the meeting. You can also see the license types of each user on your account.<br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.<br />\n<strong>Scopes:</strong> <code>dashboard_meetings:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Resource-intensive</code><br /><br />\n<strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Business or a higher plan.<br /><br /></li>\n</ul>\n","urlObject":{"path":["metrics","meetings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Specify a value to get the response for the corresponding meeting type. The value of this field can be one of the following:<br /> <br /><code>past</code> - Meeting that already occurred in the specified date range.<br /><code>pastOne</code> - Past meetings that were attended by only one user. <br /><code>live</code> - Live meetings.<br /><br /></p>\n<p>If you do not provide this field, the default value will be <code>live</code> and thus, the API will only query responses for live meetings.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"53119abb-714a-4b34-b4c2-a2223895f744","name":"**HTTP Status Code:** `200`<br>\nMeetings returned.<br>\nOnly available for paid accounts that have dashboard feature enabled.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings?type=live&from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings"],"query":[{"key":"type","value":"live"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"string [date]\",\n \"to\": \"string [date]\",\n \"page_count\": \"integer\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"next_page_token\": \"string\",\n \"meetings\": [\n  {\n   \"uuid\": \"string [uuid]\",\n   \"id\": \"integer\",\n   \"topic\": \"string\",\n   \"host\": \"string\",\n   \"email\": \"string\",\n   \"user_type\": \"string\",\n   \"start_time\": \"string [date-time]\",\n   \"end_time\": \"string [date-time]\",\n   \"duration\": \"string\",\n   \"participants\": \"integer\",\n   \"has_pstn\": \"boolean\",\n   \"has_voip\": \"boolean\",\n   \"has_3rd_party_audio\": \"boolean\",\n   \"has_video\": \"boolean\",\n   \"has_screen_share\": \"boolean\",\n   \"has_recording\": \"boolean\",\n   \"has_sip\": \"boolean\"\n  }\n ]\n}"},{"id":"7acf62de-3836-4fc1-8a26-1ebae96b601f","name":"**Error Code:** `300`<br>\nThe next page token is invalid or expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/meetings?type=live&from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","meetings"],"query":[{"key":"type","value":"live"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24df30d9-13f4-42d7-a763-864187aedfe5"}],"id":"ffe8856c-8aa8-4422-95e2-02c76803d2e9","_postman_id":"ffe8856c-8aa8-4422-95e2-02c76803d2e9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"webinars","item":[{"name":"{webinar Id}","item":[{"name":"participants","item":[{"name":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants","id":"8fcecbcf-6a16-44e0-8b4e-21a1320f69ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants?type=live&page_size=30&next_page_token=<string>","description":"<p>Retrieve details on participants from live or past webinars.<br /><br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business, Education or API Plan with Webinar add-on.</li>\n</ul>\n","urlObject":{"path":["metrics","webinars",":webinarId","participants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The webinar type.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"7604f4ce-d4b6-4ecd-b677-6fdd309abd69","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"080efea6-3368-4477-b17a-482d9082c4da","name":"**Error Code:** `300`<br>\nCan not access webinar info, {webinarId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9facae72-9625-4059-b72d-8c6a25c29a02","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThis webinar's detail info is not available or ID is not valid.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a946b003-e1a9-42b1-8b3a-5c85b791d7fa","name":"**HTTP Status Code:** `200`<br>\nWebinar participants returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"integer\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"next_page_token\": \"string\",\n \"participants\": [\n  {\n   \"id\": \"string [uuid]\",\n   \"user_id\": \"string\",\n   \"user_name\": \"string\",\n   \"device\": \"string\",\n   \"ip_address\": \"string\",\n   \"location\": \"string\",\n   \"network_type\": \"string\",\n   \"microphone\": \"string\",\n   \"speaker\": \"string\",\n   \"data_center\": \"string\",\n   \"connection_type\": \"string\",\n   \"join_time\": \"string [date-time]\",\n   \"leave_time\": \"string [date-time]\",\n   \"share_application\": \"boolean\",\n   \"share_desktop\": \"boolean\",\n   \"share_whiteboard\": \"boolean\",\n   \"recording\": \"boolean\",\n   \"pc_name\": \"string\",\n   \"domain\": \"string\",\n   \"mac_addr\": \"string\",\n   \"harddisk_id\": \"string\",\n   \"version\": \"string\",\n   \"leave_reason\": \"string\"\n  }\n ]\n}"}],"_postman_id":"8fcecbcf-6a16-44e0-8b4e-21a1320f69ba"},{"name":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/:participantId/qos","id":"7bfc7e2d-7718-4a36-a60c-bc89f0632be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/:participantId/qos?type=live","description":"<p>Retrieve details on the quality of service that participants from live or past webinars recieved.<br />This data indicates the connection quality for sending/receiving video, audio, and shared content. If nothing is being sent or received at that time, no information will be shown in the fields.<br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code> <br />\n<strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Business, Education or API Plan with Zoom Rooms set up.</li>\n</ul>\n","urlObject":{"path":["metrics","webinars",":webinarId","participants",":participantId","qos"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The webinar type.</p>\n","type":"text/plain"},"key":"type","value":"live"}],"variable":[{"id":"0844ec7d-48cd-420c-b9cd-5572dcfc5450","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"},{"id":"0f7a4565-eaf0-4699-bdb9-680424e70229","description":{"content":"<p>(Required) Participant ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"participantId"}]}},"response":[{"id":"5f316385-069b-452e-a94b-5c2497c6a6bf","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThis webinar's detail info is not available or ID is not valid.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/:participantId/qos?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants",":participantId","qos"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"webinarId"},{"key":"participantId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"abc4a2ec-48b5-40c7-8114-97680f00551a","name":"**HTTP Status Code:** `200`<br>\nWebinar participant QOS returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/:participantId/qos?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants",":participantId","qos"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"webinarId"},{"key":"participantId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"user_id\": \"string [uuid]\",\n \"user_name\": \"string\",\n \"device\": \"string\",\n \"ip_address\": \"string\",\n \"location\": \"string\",\n \"join_time\": \"string [date-time]\",\n \"leave_time\": \"string [date-time]\",\n \"pc_name\": \"string\",\n \"domain\": \"string\",\n \"mac_addr\": \"string\",\n \"harddisk_id\": \"string\",\n \"version\": \"string\",\n \"user_qos\": [\n  {\n   \"date_time\": \"string [date-time]\",\n   \"audio_input\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\"\n   },\n   \"audio_output\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\"\n   },\n   \"video_input\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"video_output\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"as_input\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"as_output\": {\n    \"bitrate\": \"string\",\n    \"latency\": \"string\",\n    \"jitter\": \"string\",\n    \"avg_loss\": \"string\",\n    \"max_loss\": \"string\",\n    \"resolution\": \"string\",\n    \"frame_rate\": \"string\"\n   },\n   \"cpu_usage\": {\n    \"zoom_min_cpu_usage\": \"string\",\n    \"zoom_avg_cpu_usage\": \"string\",\n    \"zoom_max_cpu_usage\": \"string\",\n    \"system_max_cpu_usage\": \"string\"\n   }\n  }\n ]\n}"},{"id":"d13182e0-1610-494a-a3e6-9c5b9087c39c","name":"**Error Code:** `300`<br>\nCan not access webinar info, {webinarId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/:participantId/qos?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants",":participantId","qos"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"webinarId"},{"key":"participantId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bfc7e2d-7718-4a36-a60c-bc89f0632be2"},{"name":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/qos","id":"a1fa5763-9808-4145-93f4-59706a40813e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/qos?type=live&page_size=1&next_page_token=<string>","description":"<p>Retrieve a list of participants from live or past webinars and the quality of service they received.<br />This data indicates the connection quality for sending/receiving video, audio, and shared content. If nothing is being sent or received at that time, no information will be shown in the fields.<br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Business, Education or API Plan with Webinar add-on.</li>\n</ul>\n","urlObject":{"path":["metrics","webinars",":webinarId","participants","qos"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The webinar type.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>The number of items returned per page.</p>\n","type":"text/plain"},"key":"page_size","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"f81c07b7-47c2-44f2-9087-8bd91b499c79","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"84167858-602d-4c2a-a706-345d239cdfab","name":"**Error Code:** `300`<br>\nCan not access webinar info, {webinarId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/qos?type=live&page_size=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants","qos"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c4e00b6-3701-4752-ba66-282a7f3aeb75","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThis webinar's detail is not available or the Webinar ID is not valid.<br>\nThis webinar has not ended yet.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/qos?type=live&page_size=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants","qos"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fc758ef7-948d-41c5-85a8-cd494abd8037","name":"**HTTP Status Code:** `200`<br>\nWebinar participants returned.<br>\nOnly available for paid accounts that have enabled the Dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/qos?type=live&page_size=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants","qos"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"integer [int64]\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer [int64]\",\n \"next_page_token\": \"string\",\n \"participants\": [\n  {\n   \"user_id\": \"string [uuid]\",\n   \"user_name\": \"string\",\n   \"device\": \"string\",\n   \"ip_address\": \"string\",\n   \"location\": \"string\",\n   \"join_time\": \"string [date-time]\",\n   \"leave_time\": \"string [date-time]\",\n   \"pc_name\": \"string\",\n   \"domain\": \"string\",\n   \"mac_addr\": \"string\",\n   \"harddisk_id\": \"string\",\n   \"version\": \"string\",\n   \"user_qos\": [\n    {\n     \"date_time\": \"string [date-time]\",\n     \"audio_input\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\"\n     },\n     \"audio_output\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\"\n     },\n     \"video_input\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"video_output\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"as_input\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"as_output\": {\n      \"bitrate\": \"string\",\n      \"latency\": \"string\",\n      \"jitter\": \"string\",\n      \"avg_loss\": \"string\",\n      \"max_loss\": \"string\",\n      \"resolution\": \"string\",\n      \"frame_rate\": \"string\"\n     },\n     \"cpu_usage\": {\n      \"zoom_min_cpu_usage\": \"string\",\n      \"zoom_avg_cpu_usage\": \"string\",\n      \"zoom_max_cpu_usage\": \"string\",\n      \"system_max_cpu_usage\": \"string\"\n     }\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"a1fa5763-9808-4145-93f4-59706a40813e"},{"name":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/sharing","id":"cee08a77-ccaa-4345-98b1-836c51eeeeb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/sharing?type=live&page_size=30&next_page_token=<string>","description":"<p>Retrieve the sharing and recording details of participants from live or past webinars. <br /><br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code> <br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business, Education or API Plan with Webinar add-on.</li>\n</ul>\n","urlObject":{"path":["metrics","webinars",":webinarId","participants","sharing"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The webinar type.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceed the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"c81528ad-54c5-435e-b410-15e2c395a9fc","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"3292573e-773a-4681-8bd3-9997ac0dc250","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThis webinar's detail info is not available or ID is not valid.<br>\nThis webinar has not ended yet.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/sharing?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants","sharing"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"927da2d8-d415-405b-9da4-9d744adb0e70","name":"**Error Code:** `300`<br>\nCan not access webinar info, {webinarId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/sharing?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants","sharing"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c29e1163-626f-43b3-9e80-13cae814650c","name":"**HTTP Status Code:** `200`<br>\nWebinar participants returned.<br>\nOnly available for paid accounts that have enabled the Dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId/participants/sharing?type=live&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId","participants","sharing"],"query":[{"key":"type","value":"live"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"integer\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"next_page_token\": \"string\",\n \"participants\": [\n  {\n   \"id\": \"string\",\n   \"user_id\": \"string\",\n   \"user_name\": \"string\",\n   \"details\": [\n    {\n     \"content\": \"string\",\n     \"start_time\": \"string\",\n     \"end_time\": \"string\"\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"cee08a77-ccaa-4345-98b1-836c51eeeeb9"}],"id":"6c4a286b-8462-49cf-a4be-e2e669144370","_postman_id":"6c4a286b-8462-49cf-a4be-e2e669144370","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/metrics/webinars/:webinarId","id":"22342016-542e-44cb-b7bc-c288f4e02f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/webinars/:webinarId?type=live","description":"<p>Retrieve details from live or past webinars.<br /><br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business, Education or API Plan with Webinar add-on.</li>\n</ul>\n","urlObject":{"path":["metrics","webinars",":webinarId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The webinar type.</p>\n","type":"text/plain"},"key":"type","value":"live"}],"variable":[{"id":"48044adb-813a-476e-9d4f-a848652c0182","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"3e1eaf83-c39a-4c56-9029-a1a127cec328","name":"**Error Code:** `200`<br>\nCan not access webinar info, {webinarId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b8e2416e-efa6-487b-8de6-a339bc970791","name":"**HTTP Status Code:** `200`<br>\nWebinar details returned.<br>\nOnly available for paid accounts that have enabled the Dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"uuid\\\": \\\"CJaaaaaaaEV6A==\\\",\\n    \\\"id\\\": 00001,\\n    \\\"topic\\\": \\\"MyTestWebinar\\\",\\n    \\\"host\\\": \\\"Henry Chao\\\",\\n    \\\"email\\\": \\\"hc@sdfdfdsfdfsdf.com\\\",\\n    \\\"user_type\\\": \\\"Pro|Webinar1000\\\",\\n    \\\"start_time\\\": \\\"2019-07-16T17:14:39Z\\\",\\n    \\\"end_time\\\": \\\"2019-07-16T17:26:20Z\\\",\\n    \\\"duration\\\": 12,\\n    \\\"participants\\\": 1,\\n    \\\"has_pstn\\\": false,\\n    \\\"has_voip\\\": false,\\n    \\\"has_3rd_party_audio\\\": false,\\n    \\\"has_video\\\": false,\\n    \\\"has_screen_share\\\": false,\\n    \\\"has_recording\\\": false,\\n    \\\"has_sip\\\": false\\n}\""},{"id":"eb95abbe-b7f9-4eb7-a1d4-cd7091972207","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001`<br>\nThe webinar has not ended yet or the Webinar ID is not valid.<br>\nThis webinar's detail is not available.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars/:webinarId?type=live","host":["https://api.zoom.us/v2"],"path":["metrics","webinars",":webinarId"],"query":[{"key":"type","value":"live"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22342016-542e-44cb-b7bc-c288f4e02f44"}],"id":"1a1d68eb-f411-4f54-bad3-2244ec3a3588","_postman_id":"1a1d68eb-f411-4f54-bad3-2244ec3a3588","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/metrics/webinars","id":"bd7aed0e-cb0c-4c83-8824-3aea049d7174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/webinars?type=live&from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>List all the live or past webinars from a specified period of time. <br /><br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Resource-intensive</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business, Education or API Plan with Webinar add-on.</li>\n</ul>\n","urlObject":{"path":["metrics","webinars"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The webinar type.</p>\n","type":"text/plain"},"key":"type","value":"live"},{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"2638c51a-45c3-4b8a-accc-2ba245ef07ee","name":"**HTTP Status Code:** `200`<br>\nMeetings returned.<br>\nOnly available for paid accounts that have enabled the Dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars?type=live&from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars"],"query":[{"key":"type","value":"live"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"string [date]\",\n \"to\": \"string [date]\",\n \"page_count\": \"integer\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"next_page_token\": \"string\",\n \"webinars\": [\n  {\n   \"uuid\": \"string [uuid]\",\n   \"id\": \"integer\",\n   \"topic\": \"string\",\n   \"host\": \"string\",\n   \"email\": \"string\",\n   \"user_type\": \"string\",\n   \"start_time\": \"string [date-time]\",\n   \"end_time\": \"string [date-time]\",\n   \"duration\": \"string\",\n   \"participants\": \"integer\",\n   \"has_pstn\": \"boolean\",\n   \"has_voip\": \"boolean\",\n   \"has_3rd_party_audio\": \"boolean\",\n   \"has_video\": \"boolean\",\n   \"has_screen_share\": \"boolean\",\n   \"has_recording\": \"boolean\",\n   \"has_sip\": \"boolean\"\n  }\n ]\n}"},{"id":"7e14e1e1-373e-41c2-ac03-3eff974667c8","name":"**Error Code:** `200`<br>\nThe next page token is invalid or has expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/webinars?type=live&from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","webinars"],"query":[{"key":"type","value":"live"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd7aed0e-cb0c-4c83-8824-3aea049d7174"}],"id":"eb0c8533-534d-4e70-8396-45679e89a731","_postman_id":"eb0c8533-534d-4e70-8396-45679e89a731","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"zoomrooms","item":[{"name":"https://api.zoom.us/v2/metrics/zoomrooms","id":"7c058879-91f3-4267-ad63-6ff8551f0c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/zoomrooms?page_size=30&page_number=1","description":"<p>List information on all Zoom Rooms in an account.<br /><br />\n<strong>Scopes:</strong> <code>dashboard_zr:read:admin</code></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Resource-intensive</code><br />\n <strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business, Education or API Plan with Zoom Rooms set up.</li>\n</ul>\n","urlObject":{"path":["metrics","zoomrooms"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"}],"variable":[]}},"response":[{"id":"119212c7-1b80-4692-b658-049e0cd7a919","name":"**HTTP Status Code:** `200`<br>\nList of Zoom rooms returned.<br>\nOnly available for paid accounts that have enabled the Dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/zoomrooms?page_size=30&page_number=1","host":["https://api.zoom.us/v2"],"path":["metrics","zoomrooms"],"query":[{"key":"page_size","value":"30"},{"key":"page_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"zoom_rooms\": [\n  {\n   \"id\": \"EbgjgjhghZY9wh0A\",\n   \"room_name\": \"testZoomRoom\",\n   \"calendar_name\": \"ghjghdjd@sjdfhjdf.gjgg\",\n   \"email\": \"ghjghdjd@sjdfhjdf.gjgg\",\n   \"account_type\": \"Work Email\",\n   \"status\": \"Offline\",\n   \"device_ip\": \"Computer : 10.10.26.49\",\n   \"camera\": \"Integrated Webcam\",\n   \"microphone\": \"Microphone Array (Realtek Audio)\",\n   \"speaker\": \"Speakers / Headphones (Realtek Audio)\",\n   \"last_start_time\": \"2019-08-29T16:37:07Z\",\n   \"issues\": [\n    \"Zoom room is offline\"\n   ],\n   \"health\": \"critical\"\n  }\n ]\n}"}],"_postman_id":"7c058879-91f3-4267-ad63-6ff8551f0c8d"},{"name":"https://api.zoom.us/v2/metrics/zoomrooms/:zoomroomId","id":"a139e26c-f357-4973-9866-c435f010bcf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/zoomrooms/:zoomroomId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>The Zoom Rooms dashboard metrics lets you know the type of configuration a Zoom room has and details on the meetings held in that room. </p>\n<p>Use this API to retrieve information on a specific room.<br /><br />\n<strong>Scopes:</strong> <code>dashboard_zr:read:admin</code><br /> <br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business, Education or API Plan with Zoom Rooms set up.</li>\n</ul>\n","urlObject":{"path":["metrics","zoomrooms",":zoomroomId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"4b25adee-325c-41ba-ae2e-3f02e9b11237","description":{"content":"<p>(Required) The Zoom room ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zoomroomId"}]}},"response":[{"id":"0907c45d-83c1-47a8-80c8-5f1dee8f7b10","name":"**HTTP Status Code:** `200`<br>\nZoom room returned.<br>\nOnly available for paid accounts that have enabled the Dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/zoomrooms/:zoomroomId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","zoomrooms",":zoomroomId"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"zoomroomId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"account_type\": \"Work Email\",\n \"calendar_name\": \"testZoomRoom\",\n \"camera\": \"Integrated Webcam\",\n \"device_ip\": \"Computer : 10.10.10.10; Controller : 11.11.11.11\",\n \"email\": \"hdfjdfs@someemail.dhfdhfd\",\n \"health\": \"critical\",\n \"id\": \"fdjdsfdYYYYY\",\n \"issues\": [\n  \"Zoom room is offline\"\n ],\n \"last_start_time\": \"2020-01-30T17:47:47Z\",\n \"live_meeting\": {},\n \"microphone\": \"Microphone Array (Realtek Audio)\",\n \"past_meetings\": {\n  \"from\": \"2020-03-01\",\n  \"meetings\": [],\n  \"next_page_token\": \"\",\n  \"page_count\": 0,\n  \"page_size\": 30,\n  \"to\": \"2020-03-02\",\n  \"total_records\": 0\n },\n \"room_name\": \"testZoomRoom\",\n \"speaker\": \"Speakers / Headphones (Realtek Audio)\",\n \"status\": \"Offline\"\n}"},{"id":"701d46a8-41e5-4daa-becf-b27e6cfc19bd","name":"**Error Code:** `300`<br>\nThe next page token is either invalid or has expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/zoomrooms/:zoomroomId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","zoomrooms",":zoomroomId"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"zoomroomId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a139e26c-f357-4973-9866-c435f010bcf3"},{"name":"https://api.zoom.us/v2/metrics/zoomrooms/issues","id":"3d492407-7f51-4ac7-bb93-6c515e8b4f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/zoomrooms/issues?from=<date>&to=<date>","description":"<p>Get Top 25 issues of Zoom Rooms.<br />\n<strong>Scopes:</strong> <code>dashboard_zr:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n <strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business, Education or API Plan with Zoom Rooms set up.</li>\n</ul>\n","urlObject":{"path":["metrics","zoomrooms","issues"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"}],"variable":[]}},"response":[{"id":"3ce22252-3a8a-4e3b-91d0-97d58f90f816","name":"**HTTP Status Code:** `200`<br>\nZoom Room Issue details returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/zoomrooms/issues?from=<date>&to=<date>","host":["https://api.zoom.us/v2"],"path":["metrics","zoomrooms","issues"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-08-15\",\n \"to\": \"2019-09-15\",\n \"total_records\": 2,\n \"room_issues\": [\n  {\n   \"issue_name\": \"Controller disconnected\",\n   \"zoom_rooms_count\": 1\n  },\n  {\n   \"issue_name\": \"Controller is not charging\",\n   \"zoom_rooms_count\": 1\n  }\n ]\n}"}],"_postman_id":"3d492407-7f51-4ac7-bb93-6c515e8b4f1a"}],"id":"8e29d44e-963f-48f1-a34e-6eefdccb8304","_postman_id":"8e29d44e-963f-48f1-a34e-6eefdccb8304","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"client","item":[{"name":"feedback","item":[{"name":"https://api.zoom.us/v2/metrics/client/feedback","id":"b1c8ae6e-e14f-4d6b-94cc-fc5e4bf8293f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/client/feedback?from=<date>&to=<date>","description":"<p>Retrieve survey results from <a href=\"https://support.zoom.us/hc/en-us/articles/115005855266-End-of-Meeting-Feedback-Survey#h_e30d552b-6d8e-4e0a-a588-9ca8180c4dbf\">Zoom meetings client feedback</a>. <br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Business or higher account</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/115005838023\">Feedback to Zoom</a> enabled.</li>\n</ul>\n<p><strong>Scope:</strong> <code>account:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["metrics","client","feedback"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"}],"variable":[]}},"response":[{"id":"c6097f1a-4973-40d5-b963-c187632cf750","name":"**HTTP Status Code:** `200`<br>\nClient Feedback details returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/client/feedback?from=<date>&to=<date>","host":["https://api.zoom.us/v2"],"path":["metrics","client","feedback"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2013-03-16\",\n \"to\": \"2013-04-16\",\n \"total_records\": 2,\n \"client_feedbacks\": [\n  {\n   \"feedback_id\": \"53532100000\",\n   \"feedback_name\": \"Poor audio quality.\",\n   \"participants_count\": 1\n  },\n  {\n   \"feedback_id\": \"53532100000\",\n   \"feedback_name\": \"They could not hear us.\",\n   \"participants_count\": 2\n  }\n ]\n}"}],"_postman_id":"b1c8ae6e-e14f-4d6b-94cc-fc5e4bf8293f"},{"name":"https://api.zoom.us/v2/metrics/client/feedback/:feedbackId","id":"13c01154-c1fb-4553-bf14-57cf5918d26c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/client/feedback/:feedbackId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>Retrieve detailed information on a <a href=\"https://support.zoom.us/hc/en-us/articles/115005855266-End-of-Meeting-Feedback-Survey#h_e30d552b-6d8e-4e0a-a588-9ca8180c4dbf\">Zoom meetings client feedback</a>. <br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Business or higher account</li>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/115005838023\">Feedback to Zoom</a> enabled.</li>\n</ul>\n<p><strong>Scope:</strong> <code>dashboard_home:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n<p>`</p>\n","urlObject":{"path":["metrics","client","feedback",":feedbackId"],"host":["https://api.zoom.us/v2"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"id":"3fa6a29b-ee71-42fe-9142-a4e46dab5311","description":{"content":"<p>(Required) Feedback Detail Id</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"feedbackId"}]}},"response":[{"id":"68b8c33c-d405-46a9-a993-b6b7629ad1d4","name":"**HTTP Status Code:** `200`<br>\nClient Feedback details returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/client/feedback/:feedbackId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","client","feedback",":feedbackId"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"feedbackId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2017-09-28\",\n \"to\": \"2017-10-28\",\n \"page_size\": 30,\n \"next_page_token\": \"w7587w4eiyfsudgf\",\n \"client_feedback_details\": [\n  {\n   \"participant_name\": \"Meghan Styles\",\n   \"meeting_id\": \"3789500000000\",\n   \"time\": \"2017-10-21T11:35:33.480Z\",\n   \"email\": \"hdfgjsfhdfbs@someemail.sdfkhjdf\"\n  }\n ]\n}"}],"_postman_id":"13c01154-c1fb-4553-bf14-57cf5918d26c"}],"id":"ea76a775-a64a-41de-9d99-9c65a0f5b74b","_postman_id":"ea76a775-a64a-41de-9d99-9c65a0f5b74b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/metrics/client/satisfaction","id":"118fcc64-ed0f-423a-a2a8-698d86137aaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/client/satisfaction?from=<date>&to=<date>","description":"<p>If the <a href=\"https://support.zoom.us/hc/en-us/articles/115005855266\">End of Meeting Feedback Survey</a> option is enabled, attendees will be prompted with a survey window where they can tap either the <strong>Thumbs Up</strong> or <strong>Thumbs Down</strong> button that indicates their Zoom meeting experience. With this API, you can get information on the attendees' meeting satisfaction. Specify a monthly date range for the query using the from and to query parameters. The month should fall within the last six months.</p>\n<p>To get information on the survey results with negative experiences (indicated by <strong>Thumbs Down</strong>), use the <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardclientfeedbackdetail\">Get Zoom Meetings Client Feedback API</a>.<br />\n<strong>Scopes:</strong> <code>dashboard:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["metrics","client","satisfaction"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The start date for the query in “yyyy-mm-dd” format. </p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>The end date for the query in “yyyy-mm-dd” format. </p>\n","type":"text/plain"},"key":"to","value":"<date>"}],"variable":[]}},"response":[{"id":"2444e542-a3f7-45b2-8658-41bfb33525ef","name":"**HTTP Status Code:** `200`<br>\nClient satisfaction data returned. ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/client/satisfaction?from=<date>&to=<date>","host":["https://api.zoom.us/v2"],"path":["metrics","client","satisfaction"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-08-05\",\n \"to\": \"2019-09-05\",\n \"total_records\": 30,\n \"client_satisfaction\": [\n  {\n   \"date\": \"2019-08-05\",\n   \"satisfaction_percent\": 100,\n   \"good_count\": 5,\n   \"none_count\": 0,\n   \"not_good_count\": 1\n  },\n  {\n   \"date\": \"2019-08-06\",\n   \"satisfaction_percent\": 100,\n   \"good_count\": 0,\n   \"none_count\": 0,\n   \"not_good_count\": 0\n  }\n ]\n}"}],"_postman_id":"118fcc64-ed0f-423a-a2a8-698d86137aaa"}],"id":"10e81133-2da1-4001-a68e-8bb92ce7638e","_postman_id":"10e81133-2da1-4001-a68e-8bb92ce7638e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"issues/zoomrooms","item":[{"name":"https://api.zoom.us/v2/metrics/issues/zoomrooms","id":"11b9f3df-2fb9-4c5a-a3fe-5cf46f579301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/issues/zoomrooms?from=<date>&to=<date>","description":"<p>Get information on top 25 Zoom Rooms with issues in a month. The month specified with the \"from\" and \"to\" range should fall within the last six months.<br />\n<strong>Scope:</strong> <code>dashboard_home:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business or a higher plan.</li>\n<li>Zoom Room must be enabled in the account.</li>\n</ul>\n","urlObject":{"path":["metrics","issues","zoomrooms"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"}],"variable":[]}},"response":[{"id":"1afe626a-f728-4a36-8a21-26e666c5f882","name":"**HTTP Status Code:** `200`<br>\nZoom Room with issue details returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/issues/zoomrooms?from=<date>&to=<date>","host":["https://api.zoom.us/v2"],"path":["metrics","issues","zoomrooms"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"elit ut nulla amet\",\n \"to\": \"Excepteur nisi id Ut\",\n \"total_records\": 39335869,\n \"zoom_rooms\": [\n  {\n   \"id\": \"aliqua\",\n   \"room_name\": \"in velit ex cillum dolor\",\n   \"issues_count\": -72977769\n  },\n  {\n   \"id\": \"laborum proident deserunt\",\n   \"room_name\": \"quis ullamco deserunt in occaecat\",\n   \"issues_count\": 98514103\n  }\n ]\n}"}],"_postman_id":"11b9f3df-2fb9-4c5a-a3fe-5cf46f579301"},{"name":"https://api.zoom.us/v2/metrics/issues/zoomrooms/:zoomroomId","id":"85751df4-ee7a-4695-afe7-1468385643e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/issues/zoomrooms/:zoomroomId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>Get information about the issues that occured on the Top 25 <strong>Zoom Rooms with issues</strong> in an acount. <br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.</p>\n<p><strong>Scope:</strong> <code>dashboard_home:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong> <br /></p>\n<ul>\n<li>Business or a higher plan.</li>\n<li>Zoom Room must be enabled in the account.</li>\n</ul>\n","urlObject":{"path":["metrics","issues","zoomrooms",":zoomroomId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"c6da9b19-3741-49c1-995d-37d7662080af","description":{"content":"<p>(Required) The Zoom room ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zoomroomId"}]}},"response":[{"id":"a8d190e2-f13e-48de-b395-990eda521d37","name":"**HTTP Status Code:** `200`<br>\nZoom Room with issue details returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/issues/zoomrooms/:zoomroomId?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","issues","zoomrooms",":zoomroomId"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"zoomroomId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-02-28\",\n \"to\": \"2019-03-28\",\n \"page_count\": 1,\n \"page_size\": 1,\n \"total_records\": 1,\n \"issue_details\": [\n  {\n   \"issue\": \"Zoom room is offline\",\n   \"time\": \"2019-03-07T11:17:00.956Z\"\n  }\n ]\n}"}],"_postman_id":"85751df4-ee7a-4695-afe7-1468385643e7"}],"id":"2398c4b2-5d92-4175-95a1-bd4b8413e407","_postman_id":"2398c4b2-5d92-4175-95a1-bd4b8413e407","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/metrics/crc","id":"15d6d342-25df-4932-a23e-5d0f08c1a900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/crc?from=<date>&to=<date>","description":"<p>A Cloud Room Connector allows H.323/SIP endpoints to connect to a Zoom meeting. </p>\n<p>Use this API to get the hour by hour CRC Port usage for a specified period of time. </p><aside>We will provide the report for a maximum of one month. For example, if \"from\" is set to \"2017-08-05\" and \"to\" is set to \"2017-10-10\", we will adjust \"from\" to \"2017-09-10\".</aside><br /><br />\n<strong>Prerequisites:</strong><br /><p></p>\n<ul>\n<li>Business, Education or API Plan.</li>\n<li>Room Connector must be enabled on the account.<br /><br />\n<strong>Scopes:</strong> <code>dashboard_crc:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></li>\n</ul>\n","urlObject":{"path":["metrics","crc"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"}],"variable":[]}},"response":[{"id":"a752e2f7-da9e-4b8a-b8a4-e525e6a50f99","name":"**HTTP Status Code:** `200`<br>\nCRC usage returned.<br>\nOnly available for paid accounts that have enabled the Dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/crc?from=<date>&to=<date>","host":["https://api.zoom.us/v2"],"path":["metrics","crc"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-04-03\",\n \"to\": \"2019-04-04\",\n \"crc_ports_usage\": [\n  {\n   \"date_time\": \"2019-05-01T15:13:39.424Z\",\n   \"crc_ports_hour_usage\": [\n    {\n     \"hour\": \"sed\",\n     \"max_usage\": 8,\n     \"total_usage\": 14\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"15d6d342-25df-4932-a23e-5d0f08c1a900"},{"name":"https://api.zoom.us/v2/metrics/im","id":"56fbffdd-e205-46c0-8fc8-089b16cddc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/metrics/im?from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>Get <a href=\"https://support.zoom.us/hc/en-us/articles/204654719-Dashboard#h_cc7e9749-1c70-4afb-a9a2-9680654821e4\">metrics</a> on how users are utilizing the Zoom Chat Client.<br /><br /> <br /> You can specify a monthly date range for the dashboard data using the <code>from</code> and <code>to</code> query parameters. The month should fall within the last six months.\n<strong>Scope:</strong> <code>dashboard_im:read:admin</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Resource-intensive</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Business or a higher plan.</li>\n</ul>\n","urlObject":{"path":["metrics","im"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"d06836d8-7035-4dc3-813e-a17d58a0a22f","name":"**HTTP Status Code:** `200`<br>\nIM details returned.<br>\nOnly available for paid accounts that have enabled the dashboard feature.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/metrics/im?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["metrics","im"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-04-09\",\n \"to\": \"2019-05-09\",\n \"page_count\": 1,\n \"page_size\": 1,\n \"total_records\": 1,\n \"users\": [\n  {\n   \"user_id\": \"sdfjk393lklrf\",\n   \"user_name\": \"culpa ipsum\",\n   \"email\": \"ipsum@ipsumemailksfj.sfhkf\",\n   \"total_send\": 20,\n   \"total_receive\": 30,\n   \"group_send\": 5,\n   \"group_receive\": 5,\n   \"calls_send\": 1,\n   \"calls_receive\": 5,\n   \"files_send\": 3,\n   \"files_receive\": 8,\n   \"images_send\": 5,\n   \"images_receive\": 2,\n   \"voice_send\": 0,\n   \"voice_receive\": 3,\n   \"videos_send\": 1,\n   \"videos_receive\": 2,\n   \"emoji_send\": 4,\n   \"emoji_receive\": 5\n  }\n ]\n}"}],"_postman_id":"56fbffdd-e205-46c0-8fc8-089b16cddc0a"}],"id":"0602e47b-f316-4aaa-82bd-2e55ffa8d37b","_postman_id":"0602e47b-f316-4aaa-82bd-2e55ffa8d37b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"report","item":[{"name":"users","item":[{"name":"https://api.zoom.us/v2/report/users","id":"f9b43d83-be02-4142-a71c-21a73ee422c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/users?type=<string>&from=<date>&to=<date>&page_size=30&page_number=1","description":"<p>A user is considered to be an active host during the month specified in the \"from\" and \"to\" range, if the user has hosted at least one meeting during this period. If the user didn't host any meetings during this period, the user is considered to be inactive.<br />The Active Hosts report displays a list of meetings, participants, and meeting minutes for a specific time range, up to one month. The month should fall within the last six months.<br />The Inactive Hosts report pulls a list of users who were not active during a specific period of time. \nUse this API to retrieve an active or inactive host report for a specified period of time. The time range for the report is limited to a month and the month should fall under the past six months. <br />You can specify the type of report and date range using the query parameters.<br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan.</li>\n</ul>\n","urlObject":{"path":["report","users"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Active or inactive hosts.<br /><code>active</code> - Active hosts. <br /><code>inactive</code> - Inactive hosts.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"}],"variable":[]}},"response":[{"id":"c86c79ba-cee9-49e5-924a-afaaedf7964a","name":"**HTTP Status Code:** `200`<br>\nActive or inactive hosts report returned.<br>\nThis is only available for paid account: {accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/users?type=<string>&from=<date>&to=<date>&page_size=30&page_number=1","host":["https://api.zoom.us/v2"],"path":["report","users"],"query":[{"key":"type","value":"<string>"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-08-14\",\n \"to\": \"2019-09-14\",\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 3,\n \"total_meetings\": 2,\n \"total_participants\": 10,\n \"total_meeting_minutes\": 10,\n \"users\": [\n  {\n   \"id\": \"BzBAAAAAAAfprg\",\n   \"email\": \"reag12343@gmail.com\",\n   \"user_name\": \"cbcvbvcbvbc\",\n   \"type\": 1,\n   \"dept\": \"\",\n   \"meetings\": 1,\n   \"participants\": 5,\n   \"meeting_minutes\": 5,\n   \"last_client_version\": \"4.4.1242.0623(win)\",\n   \"last_login_time\": \"2019-09-13T16:21:40Z\",\n   \"create_time\": \"2019-09-13T16:20:30Z\"\n  },\n  {\n   \"id\": \"0CAAAAA6jxcA\",\n   \"email\": \"mynewemailgoog@gmail.com\",\n   \"user_name\": \"xgdzgdfg\",\n   \"type\": 1,\n   \"dept\": \"Business\",\n   \"meetings\": 0,\n   \"participants\": 0,\n   \"meeting_minutes\": 0,\n   \"last_client_version\": \"4.4.1242.0623(win)\",\n   \"last_login_time\": \"2019-07-23T00:28:00Z\",\n   \"create_time\": \"2019-07-23T00:27:34Z\"\n  }\n ]\n}"}],"_postman_id":"f9b43d83-be02-4142-a71c-21a73ee422c2"},{"name":"https://api.zoom.us/v2/report/users/:userId/meetings","id":"708e3eae-2aa7-4dab-9619-e36b9faeebf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/users/:userId/meetings?from=<date>&to=<date>&page_size=30&next_page_token=<string>&type=past","description":"<p>Retrieve <a href=\"https://support.zoom.us/hc/en-us/articles/216378603-Meeting-Reporting\">report</a> on a past meeting for a specified period of time. The time range for the report is limited to a month and the month should fall under the past six months.</p>\n<p>Meetings will only be returned in the response if the meeting has two or more unique participants.  <br /><br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["report","users",":userId","meetings"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"},{"description":{"content":"<p>The meeting types: <br /><code>past</code> - Past meetings.<br /><code>pastOne</code> - Past one user meetings. </p>\n","type":"text/plain"},"key":"type","value":"past"}],"variable":[{"id":"ad11c7f1-098e-4577-80f3-46f2942465c4","description":{"content":"<p>(Required) The user ID or email address of the user. For user-level apps, pass <code>me</code> as the value for userId.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"userId"}]}},"response":[{"id":"58eb7632-ea34-48fa-b45f-d9a879e17609","name":"**HTTP Status Code:** `404` **Not Found**\n<br>**Error Code:** `1001`<br>\nUser {userId} not exist or not belong to this account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/users/:userId/meetings?from=<date>&to=<date>&page_size=30&next_page_token=<string>&type=past","host":["https://api.zoom.us/v2"],"path":["report","users",":userId","meetings"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"type","value":"past"}],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91d3c52a-6d94-4b73-981e-c42315ef5dfc","name":"**HTTP Status Code:** `200`<br>\nActive or inactive hosts report returned.<br>\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/users/:userId/meetings?from=<date>&to=<date>&page_size=30&next_page_token=<string>&type=past","host":["https://api.zoom.us/v2"],"path":["report","users",":userId","meetings"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"type","value":"past"}],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"from\\\": \\\"2019-07-14\\\",\\n    \\\"to\\\": \\\"2019-08-14\\\",\\n    \\\"page_count\\\": 1,\\n    \\\"page_size\\\": 30,\\n    \\\"total_records\\\": 9,\\n    \\\"next_page_token\\\": \\\"\\\",\\n    \\\"meetings\\\": [\\n        {\\n            \\\"uuid\\\": \\\"/lqsAAAA5VBBBw==\\\",\\n            \\\"id\\\": 12345,\\n            \\\"host_id\\\": \\\"gdfg3434dsssfss\\\",\\n            \\\"type\\\": 2,\\n            \\\"topic\\\": \\\"MyTestMeetings\\\",\\n            \\\"user_name\\\": \\\"Prashant Bhandari\\\",\\n            \\\"user_email\\\": \\\"pb@hjdskfhds.fdskhfhds\\\",\\n            \\\"start_time\\\": \\\"2019-07-15T23:24:52Z\\\",\\n            \\\"end_time\\\": \\\"2019-07-15T23:30:19Z\\\",\\n            \\\"duration\\\": 6,\\n            \\\"total_minutes\\\": 11,\\n            \\\"participants_count\\\": 2\\n        },\\n        {\\n            \\\"uuid\\\": \\\"411bbbbbbcVyw==\\\",\\n            \\\"id\\\": 000000,\\n            \\\"host_id\\\": \\\"gdfg3434dsssfss\\\",\\n            \\\"type\\\": 2,\\n            \\\"topic\\\": \\\"My Meeting\\\",\\n            \\\"user_name\\\": \\\"Raju Khanal\\\",\\n            \\\"user_email\\\": \\\"srhkdjfh@jh.fsadghjm\\\",\\n            \\\"start_time\\\": \\\"2019-07-16T17:14:39Z\\\",\\n            \\\"end_time\\\": \\\"2019-07-16T17:26:20Z\\\",\\n            \\\"duration\\\": 12,\\n            \\\"total_minutes\\\": 17,\\n            \\\"participants_count\\\": 2\\n        }\\n    ]\\n}\""},{"id":"a3c51cc4-43b6-4360-858d-9571f77687ce","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n\n**Error Code:** `200`<br>\nThis is only available for paid account:{accountId}.<br>\n\n**Error Code:** `300`<br>\nThe next page token is invalid or expired.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/users/:userId/meetings?from=<date>&to=<date>&page_size=30&next_page_token=<string>&type=past","host":["https://api.zoom.us/v2"],"path":["report","users",":userId","meetings"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"},{"key":"type","value":"past"}],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"708e3eae-2aa7-4dab-9619-e36b9faeebf5"}],"id":"6e4a803e-9933-40ff-8604-527fface8487","_postman_id":"6e4a803e-9933-40ff-8604-527fface8487","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"meetings/{meeting Id}","item":[{"name":"https://api.zoom.us/v2/report/meetings/:meetingId","id":"c3f73000-665d-46c6-a2be-3a41ec8c4714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/meetings/:meetingId","description":"<p>Get a detailed report for a past meeting. <br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan.<br /></li>\n</ul>\n","urlObject":{"path":["report","meetings",":meetingId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"64c87755-c070-485a-9a31-81fa70d36090","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"32c27164-49e8-45e0-9f57-6544d8142c16","name":"**HTTP Status Code:** `404`<br>\nMeeting ID not found.<br>\n**Error Code:** `3001`<br>\nMeeting {meetingId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"609fbaa6-533d-4dc3-8a94-0795538f69b7","name":"**HTTP Status Code:** `400`<br>\nBad request<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7eab0ae4-dbda-47ec-b103-daada69e2e3b","name":"**HTTP Status Code:** `300`<br>\nCan not access meeting information:{meetingId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId"],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"883ab81c-374f-4772-91ea-e104694836e5","name":"**HTTP Status Code:** `200`<br>\nMeeting details returned.<br>\nThis is only available for paid account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"uuid\": \"sfsdfsdfc6122222d\",\n \"id\": 1000000,\n \"type\": 2,\n \"topic\": \"Awesome meeting\",\n \"user_name\": \"officia\",\n \"user_email\": \"officia@sdhgdfgh.fsdfs\",\n \"start_time\": \"2019-07-14T09:05:19.754Z\",\n \"end_time\": \"2019-08-14T09:05:19.754Z\",\n \"duration\": 11,\n \"total_minutes\": 11,\n \"participants_count\": 4,\n \"tracking_fields\": [\n  {\n   \"field\": \"Meeting Purpose\",\n   \"value\": \"Sales\"\n  }\n ]\n}"}],"_postman_id":"c3f73000-665d-46c6-a2be-3a41ec8c4714"},{"name":"https://api.zoom.us/v2/report/meetings/:meetingId/participants","id":"3ddcf6d7-9388-4f63-b93b-727acca8d74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/meetings/:meetingId/participants?page_size=30&next_page_token=<string>","description":"<p>Get participant report for a past meeting.<br /><br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan.<br /></li>\n</ul>\n","urlObject":{"path":["report","meetings",":meetingId","participants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"96fb84d9-1f69-47ee-b587-5c71d397ed92","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"16d43fb3-0c71-4b2c-bb22-07f4c5cb59e1","name":"**HTTP Status Code:** `404`<br>\nMeeting ID not found.<br>\n**Error Code:** `3001`<br>\nMeeting  {MeetingId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"563ddd55-200b-47b1-ab09-3cfc4b857436","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7a751a97-a9ef-46ed-90cb-ccb77c3c261d","name":"**HTTP Status Code:** `200`<br>\nMeeting participants report returned.<br>\nThis is only available for paid account.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"1\",\n \"page_size\": \"30\",\n \"total_records\": \"1\",\n \"next_page_token\": \"\",\n \"participants\": [\n  {\n   \"id\": \"dskfjladjskfl\",\n   \"user_id\": \"sdfjkldsfdfgdfg\",\n   \"name\": \"Riya\",\n   \"user_email\": \"riya@jdfghsdfgsd.fdjfhdf\",\n   \"join_time\": \"2019-02-01T12:34:12.660Z\",\n   \"leave_time\": \"2019-03-01T12:34:12.660Z\",\n   \"duration\": \"20\"\n  }\n ]\n}"},{"id":"d14b8fd7-9580-4dad-bba9-e616828726db","name":"**HTTP Status Code:** `300`<br>Cannot access meeting information:{meetingId}.<br>\nThe next page token is either invalid or has expired.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"meetingId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ddcf6d7-9388-4f63-b93b-727acca8d74e"},{"name":"https://api.zoom.us/v2/report/meetings/:meetingId/polls","id":"389e4475-46d8-4738-92e0-a448e877229d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/meetings/:meetingId/polls","description":"<p>Retrieve a report of <a href=\"https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings\">poll</a> results for a past meeting. <br /><br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p><strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan.<br /></li>\n</ul>\n","urlObject":{"path":["report","meetings",":meetingId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"480ec827-e782-419b-a953-9f19cf405fb9","description":{"content":"<p>(Required) The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"1e6b0258-628e-4c40-8640-8abc2cd815bb","name":"**HTTP Status Code:** `200`<br>\nMeeting polls report returned.<br>\nThis is only available for paid account:{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId/polls","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId","polls"],"variable":[{"key":"meetingId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": 123456,\n \"uuid\": \"gsdjfhsdfkhjdsf\",\n \"status\": \"ended\",\n \"start_time\": \"2019-02-01T12:34:12.660Z\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"Sam S\",\n   \"email\": \"myemail@jksdlfkjdf.djfk\",\n   \"question_details\": [\n    {\n     \"question\": \"How are you?\",\n     \"answer\": \"I am wonderful.\"\n    }\n   ]\n  }\n ]\n}"},{"id":"d60ceea7-2fde-4038-9476-b2a802efa0da","name":"**HTTP Status Code:** `404`<br>\nMeeting ID not found.<br>\n**Error Code:** `3001`<br>\nMeeting  {meetingId} not found or has expired.<br>\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/meetings/:meetingId/polls","host":["https://api.zoom.us/v2"],"path":["report","meetings",":meetingId","polls"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"389e4475-46d8-4738-92e0-a448e877229d"}],"id":"d824d9f5-c783-4f67-ae6c-ae357730e1ff","_postman_id":"d824d9f5-c783-4f67-ae6c-ae357730e1ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"webinars/{webinar Id}","item":[{"name":"https://api.zoom.us/v2/report/webinars/:webinarId","id":"5f02c49f-82d4-4274-85ec-efda55a69f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/webinars/:webinarId","description":"<p>Retrieve a <a href=\"https://support.zoom.us/hc/en-us/articles/201393719-Webinar-Reporting\">report</a> containing past webinar details.  <br /><br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan with Webinar add-on.</li>\n</ul>\n","urlObject":{"path":["report","webinars",":webinarId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"674ad74e-0ee1-4012-b9a7-60433f148121","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"643ead4e-61b1-4828-905d-d858d334d974","name":"**HTTP Status Code:** `300`<br>\nCan not access webinar information:{webinarId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId"],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c448102-a187-4625-be9d-ab8e9edc59c3","name":"**HTTP Status Code:** `404`<br>\nWebinar ID not found.<br>\n**Error Code:** `3001`<br>\nMeeting  {meetingId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90de8c41-12a9-490b-a6e6-8fa886c1788c","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bec85bc5-d4a2-4188-ba3c-e30677d2f6ae","name":"**HTTP Status Code:** `200`<br>\nWebinar details returned.<br>\nThis is only available for paid account:{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"uuid\": \"urn4fe6caeb98\",\n \"id\": 51788617,\n \"type\": 5,\n \"topic\": \"My Health Webinar\",\n \"user_name\": \"Utfdfdget\",\n \"user_email\": \"fdsjkfhhkd@hkdfhkdf.ghfjd\",\n \"start_time\": \"2019-11-18T03:15:00.056Z\",\n \"end_time\": \"2019-11-18T03:15:20.056Z\",\n \"duration\": 20,\n \"total_minutes\": 10,\n \"participants_count\": 13,\n \"tracking_fields\": [\n  {\n   \"field\": \"Webinar Purpose\",\n   \"value\": \"Health awareness\"\n  }\n ]\n}"}],"_postman_id":"5f02c49f-82d4-4274-85ec-efda55a69f3e"},{"name":"https://api.zoom.us/v2/report/webinars/:webinarId/participants","id":"30816e7d-a069-4514-b266-eb2ff7251e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/webinars/:webinarId/participants?page_size=30&next_page_token=<string>","description":"<p>Get detailed report on each attendee of a webinar.<br /><br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with Webinar add-on enabled.</li>\n</ul>\n","urlObject":{"path":["report","webinars",":webinarId","participants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"fdbf1283-17c2-4b62-a97d-510b07dae02f","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"037c4742-e47a-4185-a459-6104a16caa2c","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e370016-6d37-444f-9b48-be46c7759169","name":"**HTTP Status Code:** `300`<br>\nThe next page token is invalid or has expired.<br>\nCan not access the webinar information, {webinarId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b1a507c5-abed-42b1-8404-8ba526d37d94","name":"**HTTP Status Code:** `200`<br>\nMeeting participants report returned.<br>\nThis is only available for paid account: {accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"1\",\n \"page_size\": \"30\",\n \"total_records\": \"1\",\n \"next_page_token\": \"\",\n \"participants\": [\n  {\n   \"id\": \"dskfjladjskfl\",\n   \"user_id\": \"sdfjkldsfdfgdfg\",\n   \"name\": \"Riya\",\n   \"user_email\": \"riya@jdfghsdfgsd.fdjfhdf\",\n   \"join_time\": \"2019-02-01T12:34:12.660Z\",\n   \"leave_time\": \"2019-03-01T12:34:12.660Z\",\n   \"duration\": \"20\"\n  }\n ]\n}"},{"id":"fdbcbea4-b27e-4cf2-9913-019c27782f9d","name":"**HTTP Status Code:** `404`<br>\nWebinar ID not found.<br>\n**Error Code:** `3001`<br>\nWebinar  {webinarId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/participants?page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","participants"],"query":[{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30816e7d-a069-4514-b266-eb2ff7251e09"},{"name":"https://api.zoom.us/v2/report/webinars/:webinarId/polls","id":"888b557c-0c09-453a-910d-6ba8e0324a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/webinars/:webinarId/polls","description":"<p>Retrieve a report on past <a href=\"https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars\">webinar polls</a>.<br /><br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with Webinar add-on enabled.</li>\n</ul>\n","urlObject":{"path":["report","webinars",":webinarId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"59a491f2-008a-4e54-9fe5-8d6b279fdf48","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"05734e9d-24d4-48ee-8882-67698c8e654e","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"362d059f-cb27-4739-85a0-88e50d6577c2","name":"**HTTP Status Code:** `404`<br>\nWebinar ID not found.<br>\n**Error Code:** `3001`<br>\nWebinar  {webinarId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5088265-c9f8-459c-beee-d3d71a23593a","name":"**HTTP Status Code:** `200`<br>\nWebinar polls report returned.<br>\nMissing webinar subscription plan.<br>\nThis is only available for paid account:{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": 123456,\n \"uuid\": \"gsdjfhsdfkhjdsf\",\n \"status\": \"ended\",\n \"start_time\": \"2019-02-01T12:34:12.660Z\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"Sam S\",\n   \"email\": \"myemail@jksdlfkjdf.djfk\",\n   \"question_details\": [\n    {\n     \"question\": \"How are you?\",\n     \"answer\": \"I am wonderful.\"\n    }\n   ]\n  }\n ]\n}"}],"_postman_id":"888b557c-0c09-453a-910d-6ba8e0324a70"},{"name":"https://api.zoom.us/v2/report/webinars/:webinarId/qa","id":"196a7d06-bb36-4219-aba1-68659cb1d711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/webinars/:webinarId/qa","description":"<p>The Question &amp; Answer (Q&amp;A) feature for webinars allows attendees to ask questions during the webinar and for the panelists, co-hosts and host to answer their questions.</p>\n<p>Use this API to retrieve a report on question and answers from past webinars. <br /><br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with Webinar add-on enabled.</li>\n</ul>\n","urlObject":{"path":["report","webinars",":webinarId","qa"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"6e734666-4b22-43cd-85ba-1e802f30e043","description":{"content":"<p>(Required) The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"364a6ffd-d915-4212-9b86-b12157765058","name":"**HTTP Status Code:** `200`<br>\nWebinar Q&A report returned.<br>\nThis is only available for paid account:{accountId}.<br>\nA report cannot be generated for this account because this account has not subscribed to a webinar plan.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/qa","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","qa"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": 14321,\n \"uuid\": \"urgvhge945\",\n \"start_time\": \"2019-02-01T12:34:12.660Z\",\n \"questions\": [\n  {\n   \"name\": \"Harry S\",\n   \"email\": \"pidufshdsuf@djdfdsfd.ghk\",\n   \"question_details\": [\n    {\n     \"question\": \"How often will you hold this webinar?\",\n     \"answer\": \"Once a month.\"\n    }\n   ]\n  }\n ]\n}"},{"id":"4a1177e6-4070-4075-b9cc-b3fa7fe5b5ea","name":"**HTTP Status Code:** `404`<br>\nWebinar ID not found.<br>\n**Error Code:** `1001`<br>\nUser does not exist: {userId}.<br>\n**Error Code:** `3001`<br>\nWebinar  {webinarId} not found or has expired.<br>\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/qa","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","qa"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"97127104-d6fe-4ac2-96bd-ea30d694ea04","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/webinars/:webinarId/qa","host":["https://api.zoom.us/v2"],"path":["report","webinars",":webinarId","qa"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"196a7d06-bb36-4219-aba1-68659cb1d711"}],"id":"3dfa6cdd-802f-410f-8cfa-6e38294437f8","_postman_id":"3dfa6cdd-802f-410f-8cfa-6e38294437f8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/report/daily","id":"7921d1fd-4339-4562-9fc1-9df5425189a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/daily?year=<integer>&month=<integer>","description":"<p>Retrieve daily report to access the account-wide usage of Zoom services for each day in a given month. It lists the number of new users, meetings, participants, and meeting minutes.<br />\n<strong>Prerequisites</strong><br /></p>\n<ul>\n<li>Pro or higher plan.<br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["report","daily"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Year for this report</p>\n","type":"text/plain"},"key":"year","value":"<integer>"},{"description":{"content":"<p>Month for this report</p>\n","type":"text/plain"},"key":"month","value":"<integer>"}],"variable":[]}},"response":[{"id":"51e74afa-2ab5-4b85-a6fd-516ecc5426fd","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `300`<br> \nDaily report can only be provided for a month that falls within the recent 6 months.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/daily?year=<integer>&month=<integer>","host":["https://api.zoom.us/v2"],"path":["report","daily"],"query":[{"key":"year","value":"<integer>"},{"key":"month","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9b8dc9c-13e7-46c2-8c6e-769ebd7485a0","name":"**HTTP Status Code:** `200`<br>\nDaily report retrieved.<br>\nThis is only available for paid accounts:{accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/daily?year=<integer>&month=<integer>","host":["https://api.zoom.us/v2"],"path":["report","daily"],"query":[{"key":"year","value":"<integer>"},{"key":"month","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"year\": 2019,\n \"month\": 6,\n \"dates\": [\n  {\n   \"date\": \"2019-06-01\",\n   \"new_users\": 3,\n   \"meetings\": 10,\n   \"participants\": 20,\n   \"meeting_minutes\": 100\n  },\n  {\n   \"date\": \"2019-06-02\",\n   \"new_users\": 0,\n   \"meetings\": 20,\n   \"participants\": 80,\n   \"meeting_minutes\": 200\n  },\n  {\n   \"date\": \"2019-06-03\",\n   \"new_users\": 10,\n   \"meetings\": 35,\n   \"participants\": 100,\n   \"meeting_minutes\": 380\n  }\n ]\n}"}],"_postman_id":"7921d1fd-4339-4562-9fc1-9df5425189a4"},{"name":"https://api.zoom.us/v2/report/telephone","id":"3e0dfc59-8ce4-4e30-9a50-e3777a8844d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/telephone?type=1&from=<date>&to=<date>&page_size=30&page_number=1","description":"<p>The Telephone report allows you to view who dialed into meetings via phone (Audio Conferencing or SIP Connected Audio) and which number they dialed into and other details. Use this API to get telephone report for a specified period of time.</p>\n<p><strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br /><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan.</li>\n</ul>\n","urlObject":{"path":["report","telephone"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Audio types:<br /><code>1</code> - Toll-free Call-in &amp; Call-out.\n<code>3</code> - SIP Connected Audio</p>\n","type":"text/plain"},"key":"type","value":"1"},{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"}],"variable":[]}},"response":[{"id":"79f19dbc-e185-405e-b0db-5736b2442909","name":"**HTTP Status Code:** `200`<br>\nTelephone report returned.<br>\nThis is only available for paid account:{accountId}.<br>\nThe requested report cannot be generated for this account because this account has not subscribed to toll-free audio conference plan.<b","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/telephone?type=1&from=<date>&to=<date>&page_size=30&page_number=1","host":["https://api.zoom.us/v2"],"path":["report","telephone"],"query":[{"key":"type","value":"1"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"from\\\": \\\"2019-06-20\\\",\\n  \\\"to\\\": \\\"2019-07-20\\\",\\n  \\\"page_count\\\": 1,\\n  \\\"page_number\\\": 1,\\n  \\\"page_size\\\": 30,\\n  \\\"total_records\\\": 1,\\n  \\\"telephony_usage\\\": [\\n    {\\n      \\\"meeting_id\\\": 00000,\\n      \\\"phone_number\\\": \\\"000002001\\\",\\n      \\\"host_name\\\": \\\"minim c\\\",\\n      \\\"host_email\\\": \\\"nadhkasdg@jdskfhdsf.hjhj\\\",\\n      \\\"dept\\\": \\\"Billing\\\",\\n      \\\"start_time\\\": \\\"2019-07-15T23:24:52Z\\\",\\n      \\\"end_time\\\": \\\"2019-07-15T23:30:19Z\\\",\\n      \\\"duration\\\": 6,\\n      \\\"total\\\": 11,\\n      \\\"country_name\\\": \\\"nulla laboris cillum\\\",\\n      \\\"meeting_type\\\": \\\"voluptate\\\",\\n      \\\"call_in_number\\\": \\\"occaecat et reprehenderit\\\"\\n    }\\n  ]\\n}\""}],"_postman_id":"3e0dfc59-8ce4-4e30-9a50-e3777a8844d3"},{"name":"https://api.zoom.us/v2/report/cloud_recording","id":"9bb5d3b3-0a90-47ad-89bd-0cf2d31d213f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/cloud_recording?from=<date>&to=<date>","description":"<p>Retrieve cloud recording usage report for a specified period. You can only get cloud recording reports that is one day ealier than the current date and for the most recent period of 6 months. The date gap between from and to dates should be smaller or equal to 30 days. <br />\n<strong>Prerequisites</strong><br /></p>\n<ul>\n<li>Pro or higher plan.<br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["report","cloud_recording"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"}],"variable":[]}},"response":[{"id":"074e202f-49ad-4dc3-8bd5-9f7cb783a932","name":"**HTTP Status Code:** `200`<br>\nCloud Recording Report Returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/cloud_recording?from=<date>&to=<date>","host":["https://api.zoom.us/v2"],"path":["report","cloud_recording"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-09-14\",\n \"to\": \"2019-09-14\",\n \"cloud_recording_storage\": [\n  {\n   \"date\": \"2019-09-14\",\n   \"usage\": \"29 MB\",\n   \"plan_usage\": \"0\",\n   \"free_usage\": \"1 GB\"\n  }\n ]\n}"},{"id":"68c7347a-6fdb-4ef1-982f-f26d62a57ad4","name":"**HTTP Status Code:** `300`<br>\nOnly provide report in recent 6 months","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/cloud_recording?from=<date>&to=<date>","host":["https://api.zoom.us/v2"],"path":["report","cloud_recording"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bb5d3b3-0a90-47ad-89bd-0cf2d31d213f"},{"name":"https://api.zoom.us/v2/report/operationlogs","id":"1d01b292-e42d-43c1-8953-fd95f92ce517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/operationlogs?from=<date>&to=<date>&page_size=30&next_page_token=<string>","description":"<p>The <a href=\"https://support.zoom.us/hc/en-us/articles/360032748331-Operation-Logs\">Operations Logs</a> report allows you to audit admin and user activity, such as adding a new user, changing account settings, and deleting recordings.<br />\nUse this API to retrieve operation logs report for a specified period of time.<br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan.</li>\n</ul>\n","urlObject":{"path":["report","operationlogs"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"57117101-7d69-464c-8422-1c069a4ff027","name":"**HTTP Status Code:** `300`<br>Only provide report in recent 6 months","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/operationlogs?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","operationlogs"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c5a2f63f-4a9b-4d99-93e3-daac7a22315b","name":"**HTTP Status Code:** `200`<br>\nOperation Logs Report Returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/operationlogs?from=<date>&to=<date>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","operationlogs"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"from\": \"2019-08-14\",\n \"to\": \"2019-09-14\",\n \"page_size\": 30,\n \"next_page_token\": \"czxcxdvxvddc\",\n \"operation_logs\": [\n  {\n   \"time\": \"2019-08-20T19:09:01Z\",\n   \"operator\": \"someuser@sfksfhksdfsf.com\",\n   \"category_type\": \"User\",\n   \"action\": \"Update\",\n   \"operation_detail\": \"Activate User sjkfhdsf@jdfgkhgd.com \"\n  },\n  {\n   \"time\": \"2019-08-20T18:59:56Z\",\n   \"operator\": \"anotheruser@sfhidshfidshufds.com\",\n   \"category_type\": \"User\",\n   \"action\": \"Update\",\n   \"operation_detail\": \"Deactivate User mynewemail@jdfkdshfhjdsf.ffasdm \"\n  }\n ]\n}"}],"_postman_id":"1d01b292-e42d-43c1-8953-fd95f92ce517"},{"name":"https://api.zoom.us/v2/report/activities","id":"29162d29-6efd-44b1-939c-4767db97b52c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/report/activities?from=<date>&to=<date>&page_size=<integer>&next_page_token=<string>","description":"<p>Retrieve a list of sign in / sign out activity logs <a href=\"https://support.zoom.us/hc/en-us/articles/201363213-Getting-Started-with-Reports\">report</a> of users under a Zoom account.<br />\n<strong>Prerequisites</strong><br /></p>\n<ul>\n<li>Pro or higher plan.<br />\n<strong>Scopes:</strong> <code>report:read:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["report","activities"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Start date for which you would like to view the activity logs report. Using the <code>from</code> and <code>to</code> parameters, specify a monthly date range for the report as the API only provides one month worth of data in one request. The specified date range should fall within the last six months.</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>End date up to which you would like to view the activity logs report.</p>\n","type":"text/plain"},"key":"to","value":"<date>"},{"description":{"content":"<p>The number of records to be returned within a single API call</p>\n","type":"text/plain"},"key":"page_size","value":"<integer>"},{"description":{"content":"<p>Next page token is used to paginate through large result sets</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"4f07a7bc-5f50-48ec-93fd-e7b21e6cbafb","name":"**HTTP Status Code:** `200`<br>\nSuccess","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/report/activities?from=<date>&to=<date>&page_size=<integer>&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["report","activities"],"query":[{"key":"from","value":"<date>"},{"key":"to","value":"<date>"},{"key":"page_size","value":"<integer>"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n            \\\"email\\\": \\\"sfkjsldfhjdsf@dskjflhdsf.com\\\",\\n            \\\"time\\\": \\\"2019-09-15T20:56:09Z\\\",\\n            \\\"type\\\": \\\"Sign in\\\",\\n            \\\"ip_address\\\": \\\"38.99.100.6\\\",\\n            \\\"client_type\\\": \\\"Browser\\\",\\n            \\\"version\\\": \\\"-\\\"\\n        },\\n        {\\n            \\\"email\\\": \\\"dfdsfdfdf@gidfdfdl.com\\\",\\n            \\\"time\\\": \\\"2019-09-15T19:13:41Z\\\",\\n            \\\"type\\\": \\\"Sign in\\\",\\n            \\\"ip_address\\\": \\\"38.99.100.6\\\",\\n            \\\"client_type\\\": \\\"Browser\\\",\\n            \\\"version\\\": \\\"-\\\"\\n        },\\n        {\\n            \\\"email\\\": \\\"fdfdfdf@gfdgfdgdsfg.com\\\",\\n            \\\"time\\\": \\\"2019-09-15T18:50:15Z\\\",\\n            \\\"type\\\": \\\"Sign out\\\",\\n            \\\"ip_address\\\": \\\"38.99.100.6\\\",\\n            \\\"client_type\\\": \\\"Browser\\\",\\n            \\\"version\\\": \\\"-\\\"\\n        }\""}],"_postman_id":"29162d29-6efd-44b1-939c-4767db97b52c"}],"id":"809bd454-290d-4aa9-9ea7-2f6bf1126135","_postman_id":"809bd454-290d-4aa9-9ea7-2f6bf1126135","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"roles","item":[{"name":"{role Id}","item":[{"name":"members","item":[{"name":"https://api.zoom.us/v2/roles/:roleId/members","id":"fa090038-1a9e-4944-be9a-3d7cb546031e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/roles/:roleId/members","description":"<p>User <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control\">roles</a> can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to list all the members that are assigned a specific role.</p>\n<p><strong>Scope:</strong> <code>role:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>A Pro or a higher plan.</li>\n</ul>\n","urlObject":{"path":["roles",":roleId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"1c390955-b150-41d2-81bf-ce53490c9ee1","description":{"content":"<p>(Required) The role ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roleId"}]}},"response":[{"id":"b1295360-394c-46fa-b740-40aac6c10a23","name":"**HTTP Status Code:** `404`<br>Role not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId/members","host":["https://api.zoom.us/v2"],"path":["roles",":roleId","members"],"variable":[{"key":"roleId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e9b15498-1e81-4c10-8c2f-16e847a1019f","name":"**HTTP Status Code:** `200`<br>\nSuccess","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId/members","host":["https://api.zoom.us/v2"],"path":["roles",":roleId","members"],"variable":[{"key":"roleId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"members\": [\n  {\n   \"id\": \"zadksadjBBBBBBB8uQ\",\n   \"email\": \"someemail.email.com\",\n   \"first_name\": \"Taylor\",\n   \"last_name\": \"Gomez\",\n   \"type\": 2,\n   \"department\": \"Chemistry\"\n  }\n ]\n}"}],"_postman_id":"fa090038-1a9e-4944-be9a-3d7cb546031e"},{"name":"https://api.zoom.us/v2/roles/:roleId/members","id":"1ce7c4a0-d17f-4856-8fa6-05161d3103fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}]","type":"text","description":"<p>Array of userId/user email of users to whom you would like to assign this role. Upto 30 users can be assigned a role at once.</p>\n"}]},"url":"https://api.zoom.us/v2/roles/:roleId/members","description":"<p>User <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control\">roles</a> can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control#h_748b6fd8-5057-4cf4-bbfd-787909c09db0\">assign a role</a> to members.</p>\n<p><strong>Scopes:</strong> <code>role:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>A Pro or a higher plan.</li>\n</ul>\n","urlObject":{"path":["roles",":roleId","members"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"4099efcb-53d4-4005-a473-ecdab62cab00","description":{"content":"<p>(Required) The role ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roleId"}]}},"response":[{"id":"4976310e-ed28-4e7f-abfa-e670fd754877","name":"**HTTP Status Code:** `201`<br>Members Added","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Array of userId/user email of users to whom you would like to assign this role. Upto 30 users can be assigned a role at once.","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/roles/:roleId/members","host":["https://api.zoom.us/v2"],"path":["roles",":roleId","members"],"variable":[{"key":"roleId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created members","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ids\": \"dolor aute aliqua eu enim\",\n \"add_at\": \"Duis\"\n}"},{"id":"4d894c29-96ff-43d1-8f94-a23fb3e04274","name":"**HTTP Status Code:** `400`<br>\n\n**Error Code:** `1034`\nRole does not exist.<br><br>\n**Error Code:** `300`<br>\nRoleId required.<br>\nCan’t delete or add members for Normal/Owner roles.<br><br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Array of userId/user email of users to whom you would like to assign this role. Upto 30 users can be assigned a role at once.","type":"text/plain"},"key":"members","value":"[{\"id\":\"<string>\",\"email\":\"<email>\"},{\"id\":\"<string>\",\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/roles/:roleId/members","host":["https://api.zoom.us/v2"],"path":["roles",":roleId","members"],"variable":[{"key":"roleId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ce7c4a0-d17f-4856-8fa6-05161d3103fe"},{"name":"https://api.zoom.us/v2/roles/:roleId/members/:memberId","id":"72de1558-becb-46ea-ad16-47e3eaf7c412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/roles/:roleId/members/:memberId","description":"<p>User <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control\">roles</a> can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to unassign a user's role.</p>\n<p><strong>Scope:</strong> <code>role:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>A Pro or a higher plan.</li>\n</ul>\n","urlObject":{"path":["roles",":roleId","members",":memberId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"1ac1a325-d0dc-468f-a834-99f45eb37211","description":{"content":"<p>(Required) The role ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roleId"},{"id":"5763aac2-7e38-4cde-89f5-683bd5492547","description":{"content":"<p>(Required) Member's ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"memberId"}]}},"response":[{"id":"5e554e1d-3dec-4856-8430-3bea21ffa8ff","name":"**HTTP Status Code:** `404`<br>Role or Member not found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId","members",":memberId"],"variable":[{"key":"roleId"},{"key":"memberId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"73dbf6a5-2218-4ed1-a11f-7900efcc8f90","name":"**HTTP Status Code:** `204`<br>\nRole withdrawn from user.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId/members/:memberId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId","members",":memberId"],"variable":[{"key":"roleId"},{"key":"memberId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72de1558-becb-46ea-ad16-47e3eaf7c412"}],"id":"af32bdd0-88bd-4cf7-84bb-862b1faaa8d8","_postman_id":"af32bdd0-88bd-4cf7-84bb-862b1faaa8d8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/roles/:roleId","id":"6ffca18b-691c-44e6-a145-f810daf64d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/roles/:roleId","description":"<p>Each Zoom user automatically has a role which can either be owner, administrator, or a member. Account Owners and users with edit privileges for Role management can add customized roles with a list of privileges.</p>\n<p>Use this API to get information including specific privileges assigned to a <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control\">role</a>.<br />\n<strong>Pre-requisite:</strong><br /></p>\n<ul>\n<li>A Pro or higher plan.<br /></li>\n<li>For role management and updates, you must be the Account Owner or user with role management permissions.</li>\n</ul>\n<p><strong>Scopes:</strong> <code>role:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["roles",":roleId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"82bbb052-a977-41c0-b8eb-0aff5858aa57","description":{"content":"<p>(Required) Role Id. </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roleId"}]}},"response":[{"id":"39c424f4-eb39-44d8-bfca-8e73fdee5ff8","name":"**Status Code:** `200`<br>\nInformation about a specific role returned.\n\n**Error Code:** `200`<br>\nYou do not have the permission to retrieve role information.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"qui sunt ad in laborum\",\n \"name\": \"eu dolor\",\n \"description\": \"cupidatat quis\",\n \"total_members\": -49489137,\n \"privileges\": [\n  \"ex\",\n  \"occaecat in sit\"\n ],\n \"sub_account_privileges\": {\n  \"second_level\": -97790776\n }\n}"},{"id":"d9577e1b-e816-4953-8666-200bebc96db5","name":"**Error Code:** `300`<br>\nRole not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ffca18b-691c-44e6-a145-f810daf64d5a"},{"name":"https://api.zoom.us/v2/roles/:roleId","id":"91a63f2d-5013-4afc-b79f-da8b8c509619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<string>","type":"text","description":"<p>Role Id.</p>\n"},{"key":"name","value":"<string>","type":"text","description":"<p>Name of the role.</p>\n"},{"key":"description","value":"<string>","type":"text","description":"<p>Description of the role.</p>\n"},{"key":"total_members","value":"<integer>","type":"text","description":"<p>Total members assigned to that role.</p>\n"},{"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Privileges assigned to the role. Can be one or a combination of <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/privileges\">these permissions</a>.</p>\n"},{"key":"sub_account_privileges","value":"{\"second_level\":\"<integer>\"}","type":"text","description":"<p>This field will only be displayed to accounts that are enrolled in the ISV API Partner Plan and follow Master Accounts and Sub Accounts structure.</p>\n"}]},"url":"https://api.zoom.us/v2/roles/:roleId","description":"<p>Each Zoom user automatically has a <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control\">role</a> which can either be owner, administrator, or a member. Account Owners and users with edit privileges for Role management can add customized roles with a list.</p>\n<p>Use this API to change the privileges, name and description of a specific role.<br />\n<strong>Pre-requisite:</strong><br /></p>\n<ul>\n<li>A Pro or higher plan.<br /></li>\n<li>For role management and updates, you must be the Account Owner or user with role management permissions.<br /><strong>Scopes:</strong> <code>role:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["roles",":roleId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"9c070c28-98bf-4fac-b068-b5de3cffd791","description":{"content":"<p>(Required) Role Id</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roleId"}]}},"response":[{"id":"234e0982-e77a-4181-9176-61b139de2703","name":"**Error Code:** `300`\nThis role cannot be updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Role Id.","type":"text/plain"},"key":"id","value":"<string>","type":"text"},{"description":{"content":"Name of the role.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description of the role.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Total members assigned to that role.","type":"text/plain"},"key":"total_members","value":"<integer>","type":"text"},{"description":{"content":"Privileges assigned to the role. Can be one or a combination of [these permissions](https://marketplace.zoom.us/docs/api-reference/other-references/privileges).\n","type":"text/plain"},"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"This field will only be displayed to accounts that are enrolled in the ISV API Partner Plan and follow Master Accounts and Sub Accounts structure.","type":"text/plain"},"key":"sub_account_privileges","value":"{\"second_level\":\"<integer>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cfac61ec-d789-409b-afdd-78988fa9b54d","name":"**Status Code:** `400`<br>\nRole updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Role Id.","type":"text/plain"},"key":"id","value":"<string>","type":"text"},{"description":{"content":"Name of the role.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description of the role.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Total members assigned to that role.","type":"text/plain"},"key":"total_members","value":"<integer>","type":"text"},{"description":{"content":"Privileges assigned to the role. Can be one or a combination of [these permissions](https://marketplace.zoom.us/docs/api-reference/other-references/privileges).\n","type":"text/plain"},"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"This field will only be displayed to accounts that are enrolled in the ISV API Partner Plan and follow Master Accounts and Sub Accounts structure.","type":"text/plain"},"key":"sub_account_privileges","value":"{\"second_level\":\"<integer>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5ed12ce-b1b7-44ac-8ffc-6d69d2592ad3","name":"**Error Code:** `200`<br>\nThe account must be a paid account to update the role.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Role Id.","type":"text/plain"},"key":"id","value":"<string>","type":"text"},{"description":{"content":"Name of the role.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description of the role.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Total members assigned to that role.","type":"text/plain"},"key":"total_members","value":"<integer>","type":"text"},{"description":{"content":"Privileges assigned to the role. Can be one or a combination of [these permissions](https://marketplace.zoom.us/docs/api-reference/other-references/privileges).\n","type":"text/plain"},"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text"},{"description":{"content":"This field will only be displayed to accounts that are enrolled in the ISV API Partner Plan and follow Master Accounts and Sub Accounts structure.","type":"text/plain"},"key":"sub_account_privileges","value":"{\"second_level\":\"<integer>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"91a63f2d-5013-4afc-b79f-da8b8c509619"},{"name":"https://api.zoom.us/v2/roles/:roleId","id":"f98ef755-a1d9-4b44-97ab-5e13f6bb593f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/roles/:roleId","description":"<p>Each Zoom user automatically has a role which can either be owner, administrator, or a member. Account Owners and users with edit privileges for Role management can add customized roles with a list.</p>\n<p>Use this API to delete a role.<br />\n<strong>Pre-requisite:</strong><br /></p>\n<ul>\n<li>A Pro or higher plan.<br /></li>\n<li>For role management and updates, you must be the Account Owner or user with role management permissions.</li>\n</ul>\n<p><strong>Scopes:</strong> <code>role:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["roles",":roleId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"97412087-ef34-416e-8700-82765dbe229c","description":{"content":"<p>(Required) Role Id.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"roleId"}]}},"response":[{"id":"5263be36-9f79-474a-9140-5c32612d50d4","name":"**Error Code:** `200`<br>\nRole not found.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5ce5ad2b-3497-48c6-9357-4dba7aac83b1","name":"**Error Code:** `300`<br>\nRole not found.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"61c05663-8177-4ed3-aa80-c5f49e657719","name":"**Status Code:** `204`<br>\nRole deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/roles/:roleId","host":["https://api.zoom.us/v2"],"path":["roles",":roleId"],"variable":[{"key":"roleId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f98ef755-a1d9-4b44-97ab-5e13f6bb593f"}],"id":"7806fb5c-0a41-406a-a5e1-ef93f2d05546","_postman_id":"7806fb5c-0a41-406a-a5e1-ef93f2d05546","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/roles","id":"4fa85519-59cf-41d4-a1ba-4fd16a1726c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/roles","description":"<p>List <a href=\"https://support.zoom.us/hc/en-us/articles/115001078646-Role-Based-Access-Control\">roles</a> on your account</p>\n<p><strong>Scopes:</strong> <code>role:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisites</strong> :</p>\n<ul>\n<li>Pro or higher plan. </li>\n<li>For setting the initial role, you must be the Account Owner. </li>\n<li>For subsequent role management, you must be the Account Owner or user with role management permissions.</li>\n</ul>\n","urlObject":{"path":["roles"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"91a51864-3618-42c9-8feb-f3bcc0e09d44","name":"**HTTP Status Code:** `400`<br>\nBad request<br>**Error Code:** `4700`<br>Invalid access token, does not contain role:read:admin scope.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/roles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fb4575eb-c7c1-449e-b87a-e11982cf5fad","name":"**HTTP Status Code:** `200`<br>\nList of roles returned.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 3,\n \"roles\": [\n  {\n   \"id\": \"0\",\n   \"name\": \"Owner\",\n   \"description\": \"Account owner has full privileges to access and manage a Zoom account.\",\n   \"total_members\": 1\n  },\n  {\n   \"id\": \"1\",\n   \"name\": \"Admin\",\n   \"description\": \"Admins have wide range privileges to access and manage a Zoom account.\",\n   \"total_members\": 0\n  },\n  {\n   \"id\": \"2\",\n   \"name\": \"Member\",\n   \"description\": \"Members have access to basic Zoom video meeting functions but no account management privileges.\",\n   \"total_members\": 1\n  }\n ]\n}"}],"_postman_id":"4fa85519-59cf-41d4-a1ba-4fd16a1726c9"},{"name":"https://api.zoom.us/v2/roles","id":"b6b9e3e1-772f-445c-9717-f15239bfa9b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","type":"text","description":"<p>Name of the role.</p>\n"},{"key":"description","value":"<string>","type":"text","description":"<p>Description of the role.</p>\n"},{"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text","description":"<p>Privileges assigned to the role. Can be one or a combination of <a href=\"https://marketplace.zoom.us/docs/api-reference/other-references/privileges\">these permissions</a>.</p>\n"}]},"url":"https://api.zoom.us/v2/roles","description":"<p>Each Zoom user automatically has a role which can either be owner, administrator, or a member. </p>\n<p><strong>Pre-requisite:</strong><br /></p>\n<ul>\n<li>Pro or higher plan.</li>\n<li>For setting the initial role, you must be the Account Owner.<br /></li>\n<li>For subsequent role management, you must be the Account Owner or user with role management permissions.<br />\n<strong>Scopes:</strong> <code>role:write:admin</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["roles"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"35ab89a8-81a8-4205-a262-f52ccf3e1f03","name":"**Status Code:** `200`<br>\nYou do not have the permission to create a role.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the role.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description of the role.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Privileges assigned to the role. Can be one or a combination of [these permissions](https://marketplace.zoom.us/docs/api-reference/other-references/privileges).","type":"text/plain"},"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":"https://api.zoom.us/v2/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"384cd227-a6ef-4b57-9773-2b512e548437","name":"**Error Code:** `300`<br>\nThe name field cannot be empty.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the role.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description of the role.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Privileges assigned to the role. Can be one or a combination of [these permissions](https://marketplace.zoom.us/docs/api-reference/other-references/privileges).","type":"text/plain"},"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":"https://api.zoom.us/v2/roles"},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ce9947a2-52a2-4789-8cde-fc05de6fe6d3","name":"**Status Code:** `201`<br>\nRole created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Name of the role.","type":"text/plain"},"key":"name","value":"<string>","type":"text"},{"description":{"content":"Description of the role.","type":"text/plain"},"key":"description","value":"<string>","type":"text"},{"description":{"content":"Privileges assigned to the role. Can be one or a combination of [these permissions](https://marketplace.zoom.us/docs/api-reference/other-references/privileges).","type":"text/plain"},"key":"privileges","value":"[\"<string>\",\"<string>\"]","type":"text"}]},"url":"https://api.zoom.us/v2/roles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ut dolor\",\n \"name\": \"consectetur Lorem esse\",\n \"description\": \"Ut anim\",\n \"total_members\": 10826256,\n \"privileges\": [\n  \"Excepteur ut\",\n  \"labore do reprehenderit\"\n ]\n}"}],"_postman_id":"b6b9e3e1-772f-445c-9717-f15239bfa9b8"}],"id":"a924830a-d57b-43cb-ad16-e1476e34f7fb","_postman_id":"a924830a-d57b-43cb-ad16-e1476e34f7fb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"tsp","item":[{"name":"https://api.zoom.us/v2/tsp","id":"8fe1aede-d60d-483e-a965-e6fcb4ffa31c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/tsp","description":"<p>Get information on Telephony Service Provider on an account level.<br /><br />\n<strong>Scopes:</strong> <code>tsp:read:admin</code> <br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>A Pro or a higher plan.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["tsp"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"1e16ccb6-823a-4fc2-8761-51bdd67cce3c","name":"**HTTP Status Code:** `200`<br>\nTSP account detail returned successfully.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/tsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tsp_provider\": \"someprovidername\",\n \"enable\": true,\n \"dial_in_numbers\": [\n  {\n   \"code\": \"111\",\n   \"number\": \"000000000\",\n   \"type\": \"toll\"\n  }\n ],\n \"tsp_enabled\": true,\n \"master_account_setting_extended\": false,\n \"modify_credential_forbidden\": true,\n \"dial_in_number_unrestricted\": false,\n \"tsp_bridge\": \"string\"\n}"}],"_postman_id":"8fe1aede-d60d-483e-a965-e6fcb4ffa31c"},{"name":"https://api.zoom.us/v2/tsp","id":"77622f00-4286-4686-8aea-6c5a0bb20b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"tsp_provider","value":"<string>","type":"text","description":"<p>3rd party audio conferencing provider</p>\n"},{"key":"enable","value":"<boolean>","type":"text","description":"<p>Enable 3rd party audio conferencing for account users</p>\n"},{"key":"tsp_enabled","value":"<boolean>","type":"text","description":"<p>Enable TSP feature for account. This has to be enabled to use any other tsp settings/features.</p>\n"},{"key":"master_account_setting_extended","value":"<boolean>","type":"text","description":"<p>For master account, extend its TSP setting to all sub accounts. For sub account, extend TSP setting from master account.</p>\n"},{"key":"modify_credential_forbidden","value":"<boolean>","type":"text","description":"<p>Control restriction on account users being able to modify their TSP credentials.</p>\n"},{"key":"dial_in_number_unrestricted","value":"<boolean>","type":"text","description":"<p>Control restriction on account users adding a TSP number outside of account's dial in numbers.</p>\n"},{"key":"tsp_bridge","value":"<string>","type":"text","description":"<p>Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)</p>\n"}]},"url":"https://api.zoom.us/v2/tsp","description":"<p>Update information of the Telephony Service Provider set up on an account.<br />\n<strong>Prerequisites</strong>:<br />\nTSP account option should be enabled.<br />\n<strong>Scopes:</strong> <code>tsp:write:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["tsp"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"763ea1ef-fea6-44ff-aba0-96f8bf17a9c7","name":"**HTTP Status Code:** `400`<br>\nBad request.<br>\n\n**Error Code:** `300`<br>\nInvalid parameter: tsp_bridge.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"3rd party audio conferencing provider","type":"text/plain"},"key":"tsp_provider","value":"<string>","type":"text"},{"description":{"content":"Enable 3rd party audio conferencing for account users","type":"text/plain"},"key":"enable","value":"<boolean>","type":"text"},{"description":{"content":"Enable TSP feature for account. This has to be enabled to use any other tsp settings/features.","type":"text/plain"},"key":"tsp_enabled","value":"<boolean>","type":"text"},{"description":{"content":"For master account, extend its TSP setting to all sub accounts. For sub account, extend TSP setting from master account.","type":"text/plain"},"key":"master_account_setting_extended","value":"<boolean>","type":"text"},{"description":{"content":"Control restriction on account users being able to modify their TSP credentials.","type":"text/plain"},"key":"modify_credential_forbidden","value":"<boolean>","type":"text"},{"description":{"content":"Control restriction on account users adding a TSP number outside of account's dial in numbers.","type":"text/plain"},"key":"dial_in_number_unrestricted","value":"<boolean>","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/tsp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb12b6a2-b915-4f76-8030-47bf6f01dbbc","name":"**HTTP Status Code:** `204` **No Content**<br>\nTSP Account updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"3rd party audio conferencing provider","type":"text/plain"},"key":"tsp_provider","value":"<string>","type":"text"},{"description":{"content":"Enable 3rd party audio conferencing for account users","type":"text/plain"},"key":"enable","value":"<boolean>","type":"text"},{"description":{"content":"Enable TSP feature for account. This has to be enabled to use any other tsp settings/features.","type":"text/plain"},"key":"tsp_enabled","value":"<boolean>","type":"text"},{"description":{"content":"For master account, extend its TSP setting to all sub accounts. For sub account, extend TSP setting from master account.","type":"text/plain"},"key":"master_account_setting_extended","value":"<boolean>","type":"text"},{"description":{"content":"Control restriction on account users being able to modify their TSP credentials.","type":"text/plain"},"key":"modify_credential_forbidden","value":"<boolean>","type":"text"},{"description":{"content":"Control restriction on account users adding a TSP number outside of account's dial in numbers.","type":"text/plain"},"key":"dial_in_number_unrestricted","value":"<boolean>","type":"text"},{"description":{"content":"Telephony bridge (This can only be one of US_TSP_TB,EU_TSP_TB)","type":"text/plain"},"key":"tsp_bridge","value":"<string>","type":"text"}]},"url":"https://api.zoom.us/v2/tsp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77622f00-4286-4686-8aea-6c5a0bb20b18"}],"id":"9c3f77f5-0b4b-406f-8666-3c0f4a6e00be","_postman_id":"9c3f77f5-0b4b-406f-8666-3c0f4a6e00be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"webinars/{webinar Id}","item":[{"name":"panelists","item":[{"name":"https://api.zoom.us/v2/webinars/:webinarId/panelists","id":"f144bb77-fbbf-4a28-bcae-403517bd0d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/panelists","description":"<p>Panelists in a Webinar can view and send video, screen share, annotate, etc and do much more compared to attendees in a Webinar. </p>\n<p>Use this API to list all the panelists of a Webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/webinar\">Webinar Add-on</a>.<br /></li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","panelists"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"d52cb1b0-e7cd-4204-92ea-4cc63f8c6dd5","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"137d0e53-4550-48a6-8e22-dca28c12129a","name":"**HTTP Status Code:** `300`<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4fc88d11-75a7-4c6f-8105-045b25e05745","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"722b3352-cc46-4b79-8f16-5fb07963b7e0","name":"**HTTP Status Code:** `200`<br>\nWebinar plan subscription missing. Enable webinar for this user once the subscription is added.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": \"2\",\n \"panelists\": [\n  {\n   \"name\": \"Mary\",\n   \"email\": \"maryjkdfdsgfshdgf@jdfdkjdglfk.jkfgdj\"\n  },\n  {\n   \"name\": \"Mike\",\n   \"email\": \"dfdsgfsdhf@jkgfdgfkdhgfdjg.fkjgdf\"\n  }\n ]\n}"},{"id":"f798430d-441a-49e5-b40e-6f572532917a","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f144bb77-fbbf-4a28-bcae-403517bd0d3e"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/panelists","id":"c6e248ba-1f32-4029-9727-2e7340e87058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"panelists","value":"[{\"name\":\"<string>\",\"email\":\"<email>\"},{\"name\":\"<string>\",\"email\":\"<email>\"}]","type":"text","description":"<p>List of panelist objects.</p>\n"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId/panelists","description":"<p>Panelists in a Webinar can view and send video, screen share, annotate, etc and do much more compared to attendees in a webinar.<br />Use this API to <a href=\"https://support.zoom.us/hc/en-us/articles/115005657826-Inviting-Panelists-to-a-Webinar#h_7550d59e-23f5-4703-9e22-e76bded1ed70\">add panelists</a> to a scheduled webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/webinar\">Webinar Add-on</a>.<br /></li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","panelists"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0465eef7-5923-46d2-8298-e465c4139650","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"37bbabb3-b7e0-4fd8-9f1c-a062405e8051","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of panelist objects.","type":"text/plain"},"key":"panelists","value":"[{\"name\":\"<string>\",\"email\":\"<email>\"},{\"name\":\"<string>\",\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7f027f44-e83d-4d32-8f7c-9c5abc7f3252","name":"**HTTP Status Code:** `201`<br>\nPanelist created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of panelist objects.","type":"text/plain"},"key":"panelists","value":"[{\"name\":\"<string>\",\"email\":\"<email>\"},{\"name\":\"<string>\",\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"doetwerggrlor\",\n \"updated_at\": \"2019-01-25T10:04:27.051Z\"\n}"},{"id":"819be3fc-472c-4ae9-9a6d-fdf6ab57e3a8","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of panelist objects.","type":"text/plain"},"key":"panelists","value":"[{\"name\":\"<string>\",\"email\":\"<email>\"},{\"name\":\"<string>\",\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ffc27f90-7dde-4d59-aeed-d080a231548f","name":"**HTTP Status Code:** `200`<br>\nWebinar plan subscription missing. Enable webinar for this user once the subscription is added.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"List of panelist objects.","type":"text/plain"},"key":"panelists","value":"[{\"name\":\"<string>\",\"email\":\"<email>\"},{\"name\":\"<string>\",\"email\":\"<email>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6e248ba-1f32-4029-9727-2e7340e87058"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/panelists","id":"7257b048-888c-46cb-b6e2-221e7d064085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/panelists","description":"<p>Remove all the panelists from a Webinar.<br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/webinar\">Webinar Add-on</a>.<br /></li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","panelists"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"33e95dfa-8105-43c8-a4e0-0b82665a7b62","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"31aa4ed8-587e-4d69-bef3-0190c2ed937d","name":"**HTTP Status Code:** `204`<br>\nPanelists removed.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"62cac45e-6704-433d-8691-76d2ebd4c622","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6d320f0b-9740-4b8d-8c84-4f206abeb7cb","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7257b048-888c-46cb-b6e2-221e7d064085"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/panelists/:panelistId","id":"25697ecb-1499-4bc8-a7b7-a3d8d6216b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/panelists/:panelistId","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/115005657826-Inviting-Panelists-to-a-Webinar#h_de31f237-a91c-4fb2-912b-ecfba8ec5ffb\">Remove</a> a single panelist from a webinar.<br /> You can retrieve the <code>panelistId</code> by calling <strong>List Panelists API</strong>.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher plan with <a href=\"https://zoom.us/webinar\">Webinar Add-on</a>.<br /></li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","panelists",":panelistId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"39b801a7-fe15-47f8-bcc2-c1338e414525","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"},{"id":"962d0164-4816-46f2-b5c0-3e553b13f869","description":{"content":"<p>(Required) The panelist ID or panelist email.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"panelistId"}]}},"response":[{"id":"0873ab9d-b923-4cfa-84f9-765559c740be","name":"**HTTP Status Code:** `200`<br>\nWebinar plan subscription is missing. Enable webinar for this user once the subscription is added:{userId}.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists/:panelistId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists",":panelistId"],"variable":[{"key":"webinarId"},{"key":"panelistId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0a666cb1-d099-4b64-b17d-df759633117a","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists/:panelistId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists",":panelistId"],"variable":[{"key":"webinarId"},{"key":"panelistId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f4ee1ba-9936-4cad-84e1-2850be87e12c","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {email} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists/:panelistId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists",":panelistId"],"variable":[{"key":"webinarId"},{"key":"panelistId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"51d549cc-f371-411b-861f-a15fd9468ca2","name":"**HTTP Status Code:** `204`<br>\nPanelists removed.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/panelists/:panelistId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","panelists",":panelistId"],"variable":[{"key":"webinarId"},{"key":"panelistId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25697ecb-1499-4bc8-a7b7-a3d8d6216b87"}],"id":"ebc739ee-bf22-4a6b-b4ec-c25d368c0d98","_postman_id":"ebc739ee-bf22-4a6b-b4ec-c25d368c0d98","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"registrants","item":[{"name":"questions","item":[{"name":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","id":"44990b37-8255-4157-9205-b595c97dbeac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","description":"<p>Scheduling a <a href=\"https://support.zoom.us/hc/en-us/articles/204619915-Scheduling-a-Webinar-with-Registration\">Webinar with registration</a> requires your registrants to complete a brief form with fields and questions before they can receive the link to join the Webinar.<br />Use this API to list registration questions and fields that are to be answered by users while registering for a Webinar.<br />\n<strong>Prerequisites:</strong><br />  </p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["webinars",":webinarId","registrants","questions"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"6fbca92d-6a32-4e77-909d-718aae14f9d3","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"3a8d5bc3-54de-4732-a292-925f4e54e6da","name":"**HTTP Status Code:** `200`<br>\nWebinar Registrant Question object returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","questions"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"questions\": [\n  {\n   \"field_name\": \"string\",\n   \"required\": \"boolean\"\n  }\n ],\n \"custom_questions\": [\n  {\n   \"title\": \"string\",\n   \"type\": \"string\",\n   \"required\": \"boolean\",\n   \"answers\": [\n    \"array of answer choices\"\n   ]\n  }\n ]\n}"},{"id":"83282768-94a4-4011-9c89-5324892146a0","name":"**HTTP Status Code:** `404`<br>Webinar not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","questions"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44990b37-8255-4157-9205-b595c97dbeac"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","id":"cf692261-5032-4014-88b0-1fddfaa7655d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text","description":"<p>undefined</p>\n"},{"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","description":"<p>Scheduling a <a href=\"https://support.zoom.us/hc/en-us/articles/204619915-Scheduling-a-Webinar-with-Registration\">Webinar with registration</a> requires your registrants to complete a brief form with fields and questions before they can receive the link to join the Webinar.<br />Use this API to update registration questions and fields of a scheduled Webinar that are to be answered by users while registering for a Webinar.<br /><br />\n<strong>Prerequisites:</strong><br />  </p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.</li>\n<li>Registration option for Webinar should be set as required to use this API. \n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["webinars",":webinarId","registrants","questions"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0d281136-fc0c-46b3-8fac-4caf276cc56e","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"3f3d79c1-7e76-4e86-8f0f-1b42a762d9cf","name":"**HTTP Status Code:** `404`<br>Webinar not found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","questions"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"86ca4f93-4a40-4f2e-a6f6-2e1f057fce5e","name":"**HTTP Status Code:** `204`<br>Webinar Registrant Questions Updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"field_name\":\"<string>\",\"required\":\"<boolean>\"},{\"field_name\":\"<string>\",\"required\":\"<boolean>\"}]","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]},{\"title\":\"<string>\",\"type\":\"<string>\",\"required\":\"<boolean>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/questions","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","questions"],"variable":[{"key":"webinarId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf692261-5032-4014-88b0-1fddfaa7655d"}],"id":"9e61d6b1-d1a5-41bb-a4eb-acd8f94d8e37","_postman_id":"9e61d6b1-d1a5-41bb-a4eb-acd8f94d8e37","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/webinars/:webinarId/registrants","id":"c74cad6a-9bf7-46d0-8412-0c42edc098ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","description":"<p>Zoom users with a <a href=\"https://zoom.us/webinar\">Webinar Plan</a> have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a <a href=\"https://support.zoom.us/hc/en-us/articles/204619915-Scheduling-a-Webinar-with-Registration\">Webinar with registration</a> requires your registrants to complete a brief form before receiving the link to join the Webinar.<br />\nUse this API to list all the users that have registered for a webinar.<br /><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.<br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","registrants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"},{"description":{"content":"<p>The registrant status:<br /><code>pending</code> - Registrant's status is pending.<br /><code>approved</code> - Registrant's status is approved.<br /><code>denied</code> - Registrant's status is denied.</p>\n","type":"text/plain"},"key":"status","value":"approved"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p><strong>Deprecated</strong> - This field has been deprecated and we will stop supporting it completely in a future release. Please use \"next_page_token\" for pagination instead of this field.</p>\n<p>The page number of the current page in the returned records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"c14b607b-352b-4cf4-a0a1-6a3191fd8684","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"20c3175d-d121-4e5a-8d60-f02f7057a330","name":"**HTTP Status Code:** `200`<br>\nWebinar plan subscription is missing. Enable webinar for this user once the subscription is added:{userId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"1\",\n \"page_number\": \"1\",\n \"page_size\": \"30\",\n \"total_records\": \"1\",\n \"registrants\": [\n  {\n   \"id\": \"24000002122\",\n   \"email\": \"sjfkghdsg@someemail.dfgjd\",\n   \"first_name\": \"Jill\",\n   \"last_name\": \"Chill\",\n   \"address\": \"dsfhkdjsfh st\",\n   \"city\": \"jackson heights\",\n   \"country\": \"US\",\n   \"zip\": \"11371\",\n   \"state\": \"NY\",\n   \"phone\": \"00000000\",\n   \"industry\": \"Food\",\n   \"org\": \"Cooking Org\",\n   \"job_title\": \"Chef\",\n   \"purchasing_time_frame\": \"1-3 months\",\n   \"role_in_purchase_process\": \"Influencer\",\n   \"no_of_employees\": \"10\",\n   \"comments\": \"Looking forward to the Webinar\",\n   \"custom_questions\": [\n    {\n     \"title\": \"What do you hope to learn from this Webinar?\",\n     \"value\": \"Look forward to learning how you come up with new recipes and what other services you offer.\"\n    }\n   ],\n   \"status\": \"approved\",\n   \"create_time\": \"2019-02-26T23:01:16.899Z\",\n   \"join_url\": \"https://zoom.us/webinar/mywebinarissocooldighdghodghodg\"\n  }\n ]\n}"},{"id":"42748b1a-94a4-40ae-bc94-0d2210d73ffa","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5f54425a-3620-400e-bdb7-a44853e7f411","name":"**HTTP Status Code:** `300`<br>Invalid webinar ID.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"88c5a5b5-fadc-4d65-ad78-3bf25461b69f","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"status","value":"approved"},{"key":"page_size","value":"30"},{"key":"page_number","value":"1"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c74cad6a-9bf7-46d0-8412-0c42edc098ff"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/registrants","id":"420ddd3d-fbbd-428e-9139-3348b4238cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"country","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"phone","value":"<string>","type":"text"},{"key":"industry","value":"<string>","type":"text"},{"key":"org","value":"<string>","type":"text"},{"key":"job_title","value":"<string>","type":"text"},{"key":"purchasing_time_frame","value":"<string>","type":"text"},{"key":"role_in_purchase_process","value":"<string>","type":"text"},{"key":"no_of_employees","value":"<string>","type":"text"},{"key":"comments","value":"<string>","type":"text"},{"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_ids=<string>","description":"<p>Zoom users with a <a href=\"https://zoom.us/webinar\">Webinar Plan</a> have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a <a href=\"https://support.zoom.us/hc/en-us/articles/204619915-Scheduling-a-Webinar-with-Registration\">Webinar with registration</a> requires your registrants to complete a brief form before receiving the link to join the Webinar.<br />Use this API to create and submit the registration of a user for a webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.</li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","registrants"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Occurrence ID. Get this value from the webinar get API. Multiple values separated by a comma.</p>\n","type":"text/plain"},"key":"occurrence_ids","value":"<string>"}],"variable":[{"id":"96e4ef2f-f5b0-4ddf-8b97-6ae65120f5f1","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"6621605a-8ea1-43e0-81c8-fe87cf455670","name":"**HTTP Status Code:** `300`<br>Invalid webinar ID. <br>\nInvalid parameter: occurrence_ids.<br>\nInvalid user name.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7498b925-f4cf-40b1-94cb-854f274652f1","name":"**HTTP Status Code:** `201`<br>\nRegistration created.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"registrant_id\": \"culpa deserunt ea est commodo\",\n \"id\": \"velit dolore minim Ut\",\n \"topic\": \"et laboris Lorem in Ut\",\n \"start_time\": \"1974-02-26T23:01:16.899Z\",\n \"join_url\": \"pariatur\"\n}"},{"id":"f0550c11-94e7-4b25-8396-a18b3e4e637e","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>\n**Error Code:** `3000`<br>\nThis webinar does not have registration as required:{webinarId}.<br>\n**Error Code:** `3027`<br>\nHos","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe3ca691-b393-4010-995b-9c4cb2e9edf3","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>\n","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"address","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"city","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"country","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"zip","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"state","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"phone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"industry","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"org","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"job_title","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"purchasing_time_frame","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"role_in_purchase_process","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"no_of_employees","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"comments","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"custom_questions","value":"[{\"title\":\"<string>\",\"value\":\"<string>\"},{\"title\":\"<string>\",\"value\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants?occurrence_ids=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants"],"query":[{"key":"occurrence_ids","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"420ddd3d-fbbd-428e-9139-3348b4238cbf"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/registrants/status","id":"fa7d075f-3de1-43c6-8f7f-a648784208c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p>Used to approve a registrant, deny a registrant, or cancel a previously approved registrant.  (This can only be one of approve,cancel,deny)</p>\n"},{"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text","description":"<p>List of registrants.</p>\n"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId/registrants/status?occurrence_id=<string>","description":"<p>Update a webinar registrant's status. Using this API, you can specify whether you want to approve a registration, deny a registration or cancel a previously approved registration.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></p>\n","urlObject":{"path":["webinars",":webinarId","registrants","status"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"}],"variable":[{"id":"cc680fe5-9644-430b-86df-fb1b6de28ccb","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"02c1caac-ca30-4b9f-bdc4-b7c9db48a58c","name":"**HTTP Status Code:** `200`<br>\nThe webinar plan subscription is missing. Enable webinar for this user once the subscription is added: {userId}.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Used to approve a registrant, deny a registrant, or cancel a previously approved registrant.  (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1a2f454d-0360-4a9f-bd3f-05c087e8a80b","name":"**HTTP Status Code:** `300`<br>Invalid webinar ID.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Used to approve a registrant, deny a registrant, or cancel a previously approved registrant.  (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"942b2dfb-03b7-4b84-a4c5-1f004a008940","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Used to approve a registrant, deny a registrant, or cancel a previously approved registrant.  (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ced09afa-59e2-49c4-ba3f-f4464df7a206","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>\n**Error Code:** `3035`<br>\nWebinar has reached maximum attendee capacity.<br>","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"Used to approve a registrant, deny a registrant, or cancel a previously approved registrant.  (This can only be one of approve,cancel,deny)","type":"text/plain"},"key":"action","value":"<string>","type":"text"},{"description":{"content":"List of registrants.","type":"text/plain"},"key":"registrants","value":"[{\"id\":\"<string>\",\"email\":\"<string>\"},{\"id\":\"<string>\",\"email\":\"<string>\"}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/status?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants","status"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa7d075f-3de1-43c6-8f7f-a648784208c9"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/registrants/:registrantId","id":"13749122-ef06-4c48-aee3-c2c1e03e394f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>","description":"<p>Zoom users with a <a href=\"https://zoom.us/webinar\">Webinar Plan</a> have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a <a href=\"https://support.zoom.us/hc/en-us/articles/204619915-Scheduling-a-Webinar-with-Registration\">Webinar with registration</a> requires your registrants to complete a brief form before receiving the link to join the Webinar.<br />Use this API to get details on a specific user who has registered for the Webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>The account must have a Webinar plan.</li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","registrants",":registrantId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"}],"variable":[{"id":"7691cf46-74a9-4b06-8e06-9f523bb012a6","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"},{"id":"a0d07470-04a3-4e99-a05e-14ade6e524e9","description":{"content":"<p>(Required) The registrant ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"registrantId"}]}},"response":[{"id":"36c9aeab-34c3-486a-85c6-0d233b296091","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants",":registrantId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"},{"key":"registrantId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ab9cbc4-7d40-4193-a2d0-ddadff789009","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants",":registrantId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"},{"key":"registrantId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5c9c0563-8c26-4ca6-a676-706b4f036be8","name":"Success.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants",":registrantId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"},{"key":"registrantId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": \"1\",\n \"page_number\": \"1\",\n \"page_size\": \"30\",\n \"total_records\": \"1\",\n \"registrants\": [\n  {\n   \"id\": \"24000002122\",\n   \"email\": \"sjfkghdsg@someemail.dfgjd\",\n   \"first_name\": \"Jill\",\n   \"last_name\": \"Chill\",\n   \"address\": \"dsfhkdjsfh st\",\n   \"city\": \"jackson heights\",\n   \"country\": \"US\",\n   \"zip\": \"11371\",\n   \"state\": \"NY\",\n   \"phone\": \"00000000\",\n   \"industry\": \"Food\",\n   \"org\": \"Cooking Org\",\n   \"job_title\": \"Chef\",\n   \"purchasing_time_frame\": \"1-3 months\",\n   \"role_in_purchase_process\": \"Influencer\",\n   \"no_of_employees\": \"10\",\n   \"comments\": \"Looking forward to the Webinar\",\n   \"custom_questions\": [\n    {\n     \"title\": \"What do you hope to learn from this Webinar?\",\n     \"value\": \"Look forward to learning how you come up with new recipes and what other services you offer.\"\n    }\n   ],\n   \"status\": \"approved\",\n   \"create_time\": \"2019-02-26T23:01:16.899Z\",\n   \"join_url\": \"https://zoom.us/webinar/mywebinarissocooldighdghodghodg\"\n  }\n ]\n}"},{"id":"f3b2125b-9c4c-45a8-8f4f-dc078ad3f52d","name":"Invalid webinar ID.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","registrants",":registrantId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"},{"key":"registrantId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13749122-ef06-4c48-aee3-c2c1e03e394f"}],"id":"a2e31a67-7556-4177-9c3a-1ea32ad6b7fb","_postman_id":"a2e31a67-7556-4177-9c3a-1ea32ad6b7fb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"polls","item":[{"name":"{poll Id}","item":[{"name":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","id":"0ec92a3c-a44a-44cd-ae31-ad7a904e6787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","description":"<p>Get a webinar's <a href=\"https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars\">poll</a> details.<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["webinars",":webinarId","polls",":pollId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"9f245361-ecab-49df-b95e-1927d963a09e","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"},{"id":"8fb86991-5903-4643-bbdf-d41293373f52","description":{"content":"<p>(Required) The poll ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"pollId"}]}},"response":[{"id":"9e10d961-756e-4df2-8b02-6640604cf5e2","name":"**HTTP Status Code:** `200`<br>\nWebinar Poll object returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls",":pollId"],"variable":[{"key":"webinarId"},{"key":"pollId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"cdjfhdsdfd\",\n \"status\": \"ended\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"How are you?\",\n   \"type\": \"multiple\",\n   \"answers\": [\n    \"Good\",\n    \"Not so good\"\n   ]\n  }\n ]\n}"},{"id":"c678def8-ddbc-4152-8967-efb47b0e7d98","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls",":pollId"],"variable":[{"key":"webinarId"},{"key":"pollId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ec92a3c-a44a-44cd-ae31-ad7a904e6787"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","id":"3657c95b-5693-47ee-9f39-c23b921d8124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","description":"<p>Update a webinar's <a href=\"https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars\">poll</a>.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["webinars",":webinarId","polls",":pollId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"970b7200-ef98-4daa-8094-e863ca4b24f3","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"},{"id":"35e433a9-8801-4754-b238-dab982d91ad9","description":{"content":"<p>(Required) The poll ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"pollId"}]}},"response":[{"id":"498db972-a29e-4255-bd19-0cda4850cdcb","name":"**HTTP Status Code:** `204`<br>\nWebinar Poll Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls",":pollId"],"variable":[{"key":"webinarId"},{"key":"pollId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5e2738d-3db3-4f07-abc5-deabd7e7f480","name":"**HTTP Status Code:** `404`<br>\nWebinar poll not found.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls",":pollId"],"variable":[{"key":"webinarId"},{"key":"pollId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3657c95b-5693-47ee-9f39-c23b921d8124"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","id":"a4d1fb56-42b6-4cbb-ac2e-d3afe8651415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","description":"<p>Delete a webinar's <a href=\"https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars\">poll</a>.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["webinars",":webinarId","polls",":pollId"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"107e9106-4b00-4ace-a1b5-6c392871a2b1","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"},{"id":"46a5f46c-b6a5-4813-b876-0b88974e537e","description":{"content":"<p>(Required) The poll ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"pollId"}]}},"response":[{"id":"a29e3643-7da7-41e5-ad52-b4cbf66c6b9b","name":"**HTTP Status Code:** `204`<br>\nWebinar Poll deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls",":pollId"],"variable":[{"key":"webinarId"},{"key":"pollId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e784f9d0-7e4a-4598-a9cb-c84fbdea77ed","name":"**HTTP Status Code:** `404`<br>\nWebinar poll not found.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls/:pollId","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls",":pollId"],"variable":[{"key":"webinarId"},{"key":"pollId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4d1fb56-42b6-4cbb-ac2e-d3afe8651415"}],"id":"dabd7bff-8ddb-45a9-93e3-8e9e7022ea50","_postman_id":"dabd7bff-8ddb-45a9-93e3-8e9e7022ea50","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/webinars/:webinarId/polls","id":"2bdbd41b-b1cb-4c92-922e-a46c9749e6ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/polls","description":"<p>List all the <a href=\"https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars\">polls</a> of a Webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["webinars",":webinarId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"34603f47-fe41-4e50-a9e3-cda2d2a52d9e","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"1d605528-4765-48d2-bf87-2a7b52c03610","name":"**HTTP Status Code:** `200`<br>\nList polls of a Webinar  returned","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"cdjfhdsdfd\",\n \"status\": \"ended\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"How are you?\",\n   \"type\": \"multiple\",\n   \"answers\": [\n    \"Good\",\n    \"Not so good\"\n   ]\n  }\n ]\n}"},{"id":"f240008c-27e2-4192-aae5-1293f51bf22c","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2bdbd41b-b1cb-4c92-922e-a46c9749e6ef"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/polls","id":"b535cd91-7891-47bb-9fae-9820aeddd4e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","type":"text","description":"<p>undefined</p>\n"},{"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text","description":"<p>undefined</p>\n"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId/polls","description":"<p>Create a <a href=\"https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars\">poll</a> for a webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["webinars",":webinarId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0c5c2a85-0cb1-4705-aa86-b4c0309d70c6","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"1c70db3b-6e91-4ad1-b4b6-871dc8c47125","name":"**HTTP Status Code:** `300`<br>Invalid webinarId.","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b38f49d-6fe4-4038-89ce-255e9c1df0f1","name":"**HTTP Status Code:** `201`<br>\nWebinar Poll Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"Location of created Webinar Poll","key":"Content-Location","value":"cillum nulla dolore aliqua"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"cdjfhdsdfd\",\n \"status\": \"ended\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"How are you?\",\n   \"type\": \"multiple\",\n   \"answers\": [\n    \"Good\",\n    \"Not so good\"\n   ]\n  }\n ]\n}"},{"id":"b79fff36-bab0-462c-98ab-103005418874","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"undefined","type":"text/plain"},"key":"title","value":"<string>","type":"text"},{"description":{"content":"undefined","type":"text/plain"},"key":"questions","value":"[{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]},{\"name\":\"<string>\",\"type\":\"<string>\",\"answers\":[\"<string>\",\"<string>\"]}]","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b535cd91-7891-47bb-9fae-9820aeddd4e3"}],"id":"9ee1d584-d5a9-4711-ae55-42689162d2e7","_postman_id":"9ee1d584-d5a9-4711-ae55-42689162d2e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/webinars/:webinarId","id":"5bde8bd9-1196-4daf-aa3f-a9261814376d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>&show_previous_occurrences=<boolean>","description":"<p>Zoom users with a <a href=\"https://zoom.us/webinar\">Webinar Plan</a> have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees.<br />Use this API to get details of a scheduled webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /> \n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /><strong>Prerequisites:</strong></p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.</li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Unique Identifier that identifies an occurrence of a recurring webinar. <a href=\"https://support.zoom.us/hc/en-us/articles/216354763-How-to-Schedule-A-Recurring-Webinar\">Recurring webinars</a> can have a maximum of 50 occurrences. When you create a recurring Webinar using <a href=\"https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarcreate\">Create a Webinar API</a>, you can retrieve the Occurrence ID from the response of the API call.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"},{"description":{"content":"<p>Set the value of this field to <code>true</code> if you would like to view Webinar details of all previous occurrences of a recurring Webinar.</p>\n","type":"text/plain"},"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"id":"99189e2b-5d0b-4cd5-94e0-5aee2025116d","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"81dce4b7-99f6-4a60-8190-7bc2b04daee4","name":"**HTTP Status Code:** `200`<br>\nSuccess","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>&show_previous_occurrences=<boolean>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"created_at\": \"2019-09-13T15:35:00Z\",\n \"duration\": 60,\n \"host_id\": \"Labcjskdfsjgfg\",\n \"id\": 12345678,\n \"join_url\": \"https://zoom.us/j/12345678\",\n \"settings\": {\n  \"allow_multiple_devices\": true,\n  \"alternative_hosts\": \"\",\n  \"approval_type\": 2,\n  \"audio\": \"both\",\n  \"auto_recording\": \"local\",\n  \"close_registration\": true,\n  \"contact_email\": \"wonderfulemail@someemail.dsgfdjf\",\n  \"contact_name\": \"Wonderful person\",\n  \"enforce_login\": false,\n  \"enforce_login_domains\": \"\",\n  \"global_dial_in_countries\": [\n   \"US\"\n  ],\n  \"global_dial_in_numbers\": [\n   {\n    \"city\": \"New York\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 00000\",\n    \"type\": \"toll\"\n   },\n   {\n    \"city\": \"San Jose\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 111111111\",\n    \"type\": \"toll\"\n   },\n   {\n    \"city\": \"San Jose\",\n    \"country\": \"US\",\n    \"country_name\": \"US\",\n    \"number\": \"+1 11111110\",\n    \"type\": \"toll\"\n   }\n  ],\n  \"hd_video\": false,\n  \"host_video\": false,\n  \"on_demand\": false,\n  \"panelists_video\": false,\n  \"practice_session\": false,\n  \"question_answer\": true,\n  \"registrants_confirmation_email\": true,\n  \"registrants_restrict_number\": 0,\n  \"show_share_button\": true,\n  \"registrants_email_notification\": true\n },\n \"start_time\": \"2019-08-30T22:00:00Z\",\n \"start_url\": \"https://zoom.us/s/00000011110?zhghTlUT1Rjd2FXRgh0amxoejNQZ1EiLCJjaWQiOiIifQ.NJ0CXWQ-yhI8Xv01JvxityBtzp3Bt7odMOEG2L8DLmY\",\n \"timezone\": \"America/New_York\",\n \"topic\": \"Test Webinar\",\n \"type\": 5,\n \"uuid\": \"nWMHAAAAAAAAAAAAAUDP1A==\"\n}"},{"id":"bbe4cf06-8b2d-4fe1-8fdf-e92ddc4833f8","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>&show_previous_occurrences=<boolean>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"beca8108-0e76-4498-bc3d-bd7a58f02fae","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>&show_previous_occurrences=<boolean>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dfefc132-d233-4839-811e-cbad939e5dfd","name":"**HTTP Status Code:** `300`<br>Invalid webinar ID.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>&show_previous_occurrences=<boolean>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"show_previous_occurrences","value":"<boolean>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5bde8bd9-1196-4daf-aa3f-a9261814376d"},{"name":"https://api.zoom.us/v2/webinars/:webinarId","id":"a9996a68-e0ca-4349-a909-95122931c8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"topic","value":"<string>","type":"text"},{"key":"type","value":"5","type":"text"},{"key":"start_time","value":"<dateTime>","type":"text"},{"key":"duration","value":"<integer>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"password","value":"<string>","type":"text"},{"key":"agenda","value":"<string>","type":"text"},{"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_restrict_number\":0,\"notify_registrants\":\"<boolean>\",\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","description":"<p>Zoom users with a <a href=\"https://zoom.us/webinar\">Webinar Plan</a> have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees.<br />\nUse this API to make updates to a scheduled Webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.</li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>Webinar occurrence id. Support change of agenda, start_time, duration, settings: {host_video, panelist_video, hd_video, watermark, auto_recording}</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"}],"variable":[{"id":"87ae15a3-24d1-459d-9557-9c66f9923fe6","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"11de9a08-1f58-4a59-841b-4999f7bde445","name":"**HTTP Status Code:** `204`<br>\nWebinar updated.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_restrict_number\":0,\"notify_registrants\":\"<boolean>\",\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2c169a4d-c3bc-4755-82b8-6051fbc61cb7","name":"**HTTP Status Code:** `300`<br>Invalid webinar Id.<br>\nInvalid recurrence settings.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_restrict_number\":0,\"notify_registrants\":\"<boolean>\",\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89a8719f-e514-4a58-9477-c3619c86a620","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_restrict_number\":0,\"notify_registrants\":\"<boolean>\",\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"907246d1-4d54-4468-997c-005adb8acd3e","name":"**HTTP Status Code:** `200`<br>\nWebinar subscription plan is missing. Enable webinar for this user once the subscription is added:{userId}.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_restrict_number\":0,\"notify_registrants\":\"<boolean>\",\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fab8b8a1-f937-48c2-aaa1-ed5fde1a34c0","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>\n**Error Code:** `3003`<br>\nYou are not the meeting host.<br>","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"topic","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"type","value":"5","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"start_time","value":"<dateTime>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"duration","value":"<integer>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"timezone","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"agenda","value":"<string>","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"tracking_fields","value":"[{\"field\":\"<string>\",\"value\":\"<string>\"},{\"field\":\"<string>\",\"value\":\"<string>\"}]","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"recurrence","value":"{\"type\":\"<integer>\",\"repeat_interval\":\"<integer>\",\"weekly_days\":\"1\",\"monthly_day\":1,\"monthly_week\":\"<integer>\",\"monthly_week_day\":\"<integer>\",\"end_times\":1,\"end_date_time\":\"<dateTime>\"}","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"settings","value":"{\"host_video\":\"<boolean>\",\"panelists_video\":\"<boolean>\",\"practice_session\":false,\"hd_video\":false,\"approval_type\":2,\"registration_type\":1,\"audio\":\"both\",\"auto_recording\":\"none\",\"enforce_login\":\"<boolean>\",\"enforce_login_domains\":\"<string>\",\"alternative_hosts\":\"<string>\",\"close_registration\":\"<boolean>\",\"show_share_button\":\"<boolean>\",\"allow_multiple_devices\":\"<boolean>\",\"on_demand\":false,\"global_dial_in_countries\":[\"<string>\",\"<string>\"],\"contact_name\":\"<string>\",\"contact_email\":\"<string>\",\"registrants_confirmation_email\":\"<boolean>\",\"registrants_restrict_number\":0,\"notify_registrants\":\"<boolean>\",\"post_webinar_survey\":\"<boolean>\",\"survey_url\":\"<string>\",\"registrants_email_notification\":\"<boolean>\",\"meeting_authentication\":\"<boolean>\",\"authentication_option\":\"<string>\",\"authentication_domains\":\"<string>\",\"authentication_name\":\"<string>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a9996a68-e0ca-4349-a909-95122931c8f2"},{"name":"https://api.zoom.us/v2/webinars/:webinarId","id":"b6b48502-53b6-4454-b9f5-6cb5770b1a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","description":"<p>Delete a Webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or higher plan with a Webinar Add-on.</li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"}],"variable":[{"id":"4c932a6a-07bd-48b5-aa55-acd5a7b7ad61","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"1841a0b0-7ece-41d8-9cb7-3f24f2e61bfa","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>\n**Error Code:** `3002`<br>\nSorry, you cannot delete this webinar since it is in progress.<br>\n**Error Code:** `3003`<br>\nYou a","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"51daad87-baac-4d81-a3b2-3d75f32cf094","name":"**HTTP Status Code:** `200`<br>\nSuccess","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66cefe06-0dfe-4d5e-a1e9-096c447aecc3","name":"**HTTP Status Code:** `204`<br>\nWebinar deleted.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"75ddd60d-2241-4898-9c4c-2d3e3b5cfbce","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d620d728-3404-4e2b-a5dd-664f9b3a0062","name":"**HTTP Status Code:** `300`<br>Invalid webinar ID.","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId"],"query":[{"key":"occurrence_id","value":"<string>"}],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6b48502-53b6-4454-b9f5-6cb5770b1a6b"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/status","id":"055bc42c-2f37-44d1-96a7-28a7d562a1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"action","value":"<string>","type":"text","description":"<p> (This can only be one of end)</p>\n"}]},"url":"https://api.zoom.us/v2/webinars/:webinarId/status","description":"<p>Update a webinar's status. Use this API to end an ongoing webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:write:admin</code> <code>webinar:write</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br />\n<strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>The account must hold a valid <a href=\"https://zoom.us/webinar\">Webinar plan</a>.</li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","status"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ab6ef772-2922-4b84-85ec-120e766af140","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"06038b75-d068-46d0-a8d2-c90ba9a739be","name":"Webinar plan subscription is missing. Enable webinar for this user once the subscription is added:{userId}.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":" (This can only be one of end)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/status","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","status"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"315d82d8-787b-4c24-a267-0a9205da71eb","name":"**HTTP Status Code:** `400`<br>\nBad request<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>\n**Error Code:** `3003`<br>\nYou are not the meeting host.<br>\n**Error Code:** `3063`<br>\nCan not end on-premise user's meeting:","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":" (This can only be one of end)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/status","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","status"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d27b3eab-2478-4b66-8f15-6a7477f329cb","name":"Webinar's status updated.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":" (This can only be one of end)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/status","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","status"],"variable":[{"key":"webinarId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e57f5c18-d2ba-45b5-a1d8-a44ce516612f","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>\nWebinar {webinarId} not found or has expired.<br>","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":" (This can only be one of end)","type":"text/plain"},"key":"action","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/status","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","status"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"055bc42c-2f37-44d1-96a7-28a7d562a1ed"},{"name":"https://api.zoom.us/v2/webinars/:webinarId/tracking_sources","id":"29ab5b9d-65dc-40ac-908f-86528b08b61b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/webinars/:webinarId/tracking_sources","description":"<p><a href=\"https://support.zoom.us/hc/en-us/articles/360000315683-Webinar-Registration-Source-Tracking\">Webinar Registration Tracking Sources</a> allow you to see where your registrants are coming from if you share the webinar registration page in multiple platforms. You can then use the source tracking to see the number of registrants generated from each platform.<br /> Use this API to list information on all the tracking sources of a Webinar.<br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code>, <code>webinar:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br />\n<strong>Prerequisites</strong>:<br /></p>\n<ul>\n<li><a href=\"https://zoom.us/webinar\">Webinar license</a>.</li>\n<li>Registration must be required for the Webinar.</li>\n</ul>\n","urlObject":{"path":["webinars",":webinarId","tracking_sources"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"c9840617-3c85-45b8-86ba-e584575d59b8","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"43059fab-e7e9-41f3-937d-97a40c148299","name":"**HTTP Status Code:** `200`","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/webinars/:webinarId/tracking_sources","host":["https://api.zoom.us/v2"],"path":["webinars",":webinarId","tracking_sources"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 1,\n \"tracking_sources\": [\n  {\n   \"id\": \"1100011100\",\n   \"source_name\": \"general\",\n   \"visitor_count\": 2,\n   \"registrationr_count\": 1,\n   \"tracking_url\": \"https://zoom.us/webinar/register/1100011100/WN_6ToMP5n6Quas2SdMjIWu7Q\"\n  }\n ]\n}"}],"_postman_id":"29ab5b9d-65dc-40ac-908f-86528b08b61b"}],"id":"9866c6ff-f360-4ad2-b390-690db37cb433","_postman_id":"9866c6ff-f360-4ad2-b390-690db37cb433","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"past webinars","item":[{"name":"{webinar Id}","item":[{"name":"https://api.zoom.us/v2/past_webinars/:webinarId/instances","id":"ae594807-a0eb-4da3-9645-c4743d008377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_webinars/:webinarId/instances","description":"<p>List past webinar instances.<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code><br /></p>\n","urlObject":{"path":["past_webinars",":webinarId","instances"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e33e7ca9-d18e-4854-bf4a-27002ee1b1c9","description":{"content":"<p>(Required) The webinar ID in \"<strong>long</strong>\" format(represented as int64 data type in JSON). </p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"webinarId"}]}},"response":[{"id":"49121838-d93d-4caf-90cc-c2e0b003fe96","name":"**HTTP Status Code:** `200`<br>\nList of past webinar instances returned.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/instances","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","instances"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"webinars\": [\n  {\n   \"uuid\": \"ut44544gisi\",\n   \"start_time\": \"2019-06-07T03:42:34.548Z\"\n  }\n ]\n}"},{"id":"bfb728cb-25ce-4c24-84b6-9d2201cf11a0","name":"**HTTP Status Code:** `404`<br>\nWebinar not found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/instances","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","instances"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cbb6e37a-fc06-43ea-a9a6-a32bf441a00d","name":"**HTTP Status Code:** `300`<br>\nInvalid webinar ID.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/instances","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","instances"],"variable":[{"key":"webinarId"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae594807-a0eb-4da3-9645-c4743d008377"},{"name":"https://api.zoom.us/v2/past_webinars/:webinarId/polls","id":"29beef3b-2dad-48af-9102-f9e41004a8a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_webinars/:webinarId/polls","description":"<p>The polling feature for webinar allows you to create single choice or multiple choice polling questions for your webinars. Use this API to retrieve the results for Webinar Polls of a specific Webinar.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li><a href=\"https://zoom.us/webinar\">Webinar license</a><br />\n<strong>Scopes</strong>: <code>webinar:read:admin</code>, <code>webinar:read</code><br />\n<strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></li>\n</ul>\n","urlObject":{"path":["past_webinars",":webinarId","polls"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"e600c86f-d4a2-4b3b-a20f-3fb6c8e00356","description":{"content":"<p>(Required) The Webinar ID or Webinar UUID. If the webinar ID is passed, it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"027c7561-6d11-4c84-9785-3caaf703cd3f","name":"**HTTP Status Code:** `200` **OK**<br>\nPolls returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": 123456,\n \"uuid\": \"gsdjfhsdfkhjdsf\",\n \"start_time\": \"2019-02-01T12:34:12.660Z\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"Sam S\",\n   \"email\": \"myemail@jksdlfkjdf.djfk\",\n   \"question_details\": [\n    {\n     \"question\": \"How are you?\",\n     \"answer\": \"I am wonderful.\"\n    }\n   ]\n  }\n ]\n}"},{"id":"59271972-5a83-47df-afad-4045bdc20021","name":"**HTTP Status Code:** `401` **Unauthorized**<br>\n**Error Code:** `1010`<br>  User does not belong to this account:{accountId}.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6542d539-c9a2-4fa2-8b61-743dacb2fad0","name":"**HTTP Status Code:** `404` **Not found**<br>\nWebinar not found.<br>\n\n**Error Code:** `3001`<br>\nWebinar ID is invalid or not end.<br>\nThis webinar id does not belong to you:{webinarId}.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/polls","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","polls"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29beef3b-2dad-48af-9102-f9e41004a8a4"},{"name":"https://api.zoom.us/v2/past_webinars/:webinarId/qa","id":"e013a66c-d649-41df-bee8-81f5bedbaa80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_webinars/:webinarId/qa","description":"<p>The <a href=\"https://support.zoom.us/hc/en-us/articles/203686015-Getting-Started-with-Question-Answer\">Question &amp; Answer (Q&amp;A)</a> feature for Webinars allows attendees to ask questions during the Webinar and for the panelists, co-hosts and host to answer their questions.<br />\nUse this API to list Q&amp;A of a specific Webinar.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li><a href=\"https://zoom.us/webinar\">Webinar license</a><br />\n<strong>Scopes</strong>: <code>webinar:read:admin</code>, <code>webinar:read</code><br /> <br /></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code></p>\n","urlObject":{"path":["past_webinars",":webinarId","qa"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"0671ffc2-9d04-4fb7-9ff5-1dcafddf4291","description":{"content":"<p>(Required) The Webinar ID or Webinar UUID. If the webinar ID is passed, it will take the last webinar instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"1c606895-42f4-44f7-83f2-6b034a2ba96a","name":"**HTTP Status Code:** `401` **Unauthorized**<br>\n**Error Code:** `1010`<br>  User does not belong to this account:{accountId}.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/qa","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","qa"],"variable":[{"key":"webinarId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"38e237b9-87c7-44e0-b6f2-ac7d571df415","name":"**HTTP Status Code:** `200` **OK**<br>\nQ&A returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/qa","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","qa"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": 123456,\n \"uuid\": \"gsdjfhsdfkhjdsf\",\n \"start_time\": \"2019-02-01T12:34:12.660Z\",\n \"title\": \"Learn something new\",\n \"questions\": [\n  {\n   \"name\": \"Sam S\",\n   \"email\": \"myemail@jksdlfkjdf.djfk\",\n   \"question_details\": [\n    {\n     \"question\": \"How are you?\",\n     \"answer\": \"I am wonderful.\"\n    }\n   ]\n  }\n ]\n}"},{"id":"4eb35db9-975e-4377-989d-fdd5646b114b","name":"**HTTP Status Code:** `404` **Not found**<br>\nWebinar not found.<br>\n\n**Error Code:** `3001`<br>\nWebinar ID is invalid or not end.<br>\nThis webinar id does not belong to you:{webinarId}.\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/qa","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","qa"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e013a66c-d649-41df-bee8-81f5bedbaa80"},{"name":"https://api.zoom.us/v2/past_webinars/:webinarId/files","id":"42e0dfe5-070d-43a7-91e5-6a012a1a6d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_webinars/:webinarId/files","description":"<p>List files sent via in-meeting chat during a meeting. The in-meeting files are deleted after 24 hours of the meeting completion time. \n<br /><br />\n<strong>Scope:</strong> <code>webinar:read</code>, <code>webinar:read:admin</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code><br /></p>\n","urlObject":{"path":["past_webinars",":webinarId","files"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"40e2573f-5136-457e-97b4-ddfaf247bfd2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"webinarId"}]}},"response":[{"id":"808fe4c4-998b-4191-8962-9ea5da8d165d","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account: {accountId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/files","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","files"],"variable":[{"key":"webinarId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"915ae8d3-b193-4743-9978-f3c05aa7af2c","name":"**HTTP Status Code:** `200` **OK**<br>\nFiles retrieved successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/files","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","files"],"variable":[{"key":"webinarId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 1,\n \"in_meeting_files\": [\n  {\n   \"file_name\": \"somefile.txt\",\n   \"download_url\": \"somefile.txt/randomurl\",\n   \"file_size\": 300\n  }\n ]\n}"},{"id":"b3c9acd7-0f17-4557-8807-ee511b8e3ea6","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `3001`<br>\nWebinar ID is invalid or not end.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:webinarId/files","host":["https://api.zoom.us/v2"],"path":["past_webinars",":webinarId","files"],"variable":[{"key":"webinarId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42e0dfe5-070d-43a7-91e5-6a012a1a6d26"}],"id":"77dfdb96-d582-42be-8ba6-49cbbb459c8a","_postman_id":"77dfdb96-d582-42be-8ba6-49cbbb459c8a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/past_webinars/:WebinarUUID/absentees","id":"2a1d7c7f-0324-4151-9b38-e2c29b018649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/past_webinars/:WebinarUUID/absentees?occurrence_id=<string>&page_size=30&next_page_token=<string>","description":"<p>List absentees of a webinar.<br /><br />\n<strong>Scopes:</strong> <code>webinar:read:admin</code> <code>webinar:read</code><br />\n <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Heavy</code></p>\n","urlObject":{"path":["past_webinars",":WebinarUUID","absentees"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>The meeting occurrence ID.</p>\n","type":"text/plain"},"key":"occurrence_id","value":"<string>"},{"description":{"content":"<p>The number of records returned within a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"30"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[{"id":"8bfc4b92-14f3-4ab7-84e4-5167a5811904","description":{"content":"<p>(Required) The Webinar UUID. Each Webinar instance will generate its own Webinar UUID (i.e., after a Webinar ends, a new UUID will be generated for the next instance of the Webinar). Please double encode your UUID when using it for API calls if the UUID begins with a '/' or contains '//' in it.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"WebinarUUID"}]}},"response":[{"id":"03e5acb5-d396-4b56-a2ac-bcc1cbd36fe6","name":"**HTTP Status Code:** `400`<br>\n**Error Code:** `1010`<br>\nUser does not belong to this account:{accountId}.<br>\n**Error Code:** `3000`<br>\nThis Webinar has not registration required: {webinarUUID}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:WebinarUUID/absentees?occurrence_id=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["past_webinars",":WebinarUUID","absentees"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"WebinarUUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"868d8a4b-c149-49b5-822c-d0bcb8b29e80","name":"**Error Code:** `300`<br>Invalid webinar UUID.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:WebinarUUID/absentees?occurrence_id=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["past_webinars",":WebinarUUID","absentees"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"WebinarUUID"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d7217fab-8f0e-417b-a554-c33f427dce0b","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `1001`<br>\nUser {userId} does not exist or does not belong to this account.<br>\n**Error Code:** `3001`<br>Meeting ID is invalid or not end.\n\n","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:WebinarUUID/absentees?occurrence_id=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["past_webinars",":WebinarUUID","absentees"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"WebinarUUID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e610f463-083e-403d-b3f6-64973da71fe4","name":"**HTTP Status Code:** `200`<br>\nSuccess.<br>**Error Code:** `200`<br>\nWebinar plan subscription is missing. Enable webinar for this user once the subscription is added:{userId}.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/past_webinars/:WebinarUUID/absentees?occurrence_id=<string>&page_size=30&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["past_webinars",":WebinarUUID","absentees"],"query":[{"key":"occurrence_id","value":"<string>"},{"key":"page_size","value":"30"},{"key":"next_page_token","value":"<string>"}],"variable":[{"key":"WebinarUUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_count\": 1,\n \"page_number\": 1,\n \"page_size\": 30,\n \"total_records\": 1,\n \"registrants\": [\n  {\n   \"id\": \"24000002122\",\n   \"email\": \"sjfkghdsg@someemail.dfgjd\",\n   \"first_name\": \"Jill\",\n   \"last_name\": \"Chill\",\n   \"address\": \"dsfhkdjsfh st\",\n   \"city\": \"jackson heights\",\n   \"country\": \"USA\",\n   \"zip\": \"11371\",\n   \"state\": \"NY\",\n   \"phone\": \"00000000\",\n   \"industry\": \"Food\",\n   \"org\": \"Cooking Org\",\n   \"job_title\": \"Chef\",\n   \"purchasing_time_frame\": \"1-3 months\",\n   \"role_in_purchase_process\": \"Influencer\",\n   \"no_of_employees\": \"10\",\n   \"comments\": \"Looking forward to the Webinar\",\n   \"custom_questions\": [\n    {\n     \"title\": \"What do you hope to learn from this Webinar?\",\n     \"value\": \"Look forward to learning how you come up with new recipes and what other services you offer.\"\n    }\n   ],\n   \"status\": \"approved\",\n   \"create_time\": \"2019-02-26T23:01:16.899Z\",\n   \"join_url\": \"https://zoom.us/webinar/mywebinarissocooldighdghodghodg\"\n  }\n ]\n}"}],"_postman_id":"2a1d7c7f-0324-4151-9b38-e2c29b018649"}],"id":"c3b7c28f-07f0-480d-9b58-96842f40b27d","_postman_id":"c3b7c28f-07f0-480d-9b58-96842f40b27d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}}},{"name":"https://api.zoom.us/v2/contacts","id":"c644b5e2-2647-4c0e-bcb0-77eb827e49a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/contacts?search_key=<string>&query_presence_status=<string>&page_size=1&next_page_token=<string>","description":"<p>A user under an organization's Zoom account has internal users listed under Company Contacts in the Zoom Client. Use this API to search users that are in the company contacts of a Zoom account. Using the <code>search_key</code> query parameter, provide either first name, last name or the email address of the user that you would like to search for. Optionally, set <code>query_presence_status</code> to <code>true</code> in order to include the presence status of a contact. <br /><br /></p>\n<p><strong>Scopes:</strong> <code>contact:read:admin</code>, <code>contact:read</code><br /></p>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Medium</code> </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://api.zoom.us/v2"],"query":[{"description":{"content":"<p>(Required) Provide the keyword - either first name, last name or email of the contact whom you have to search for.</p>\n","type":"text/plain"},"key":"search_key","value":"<string>"},{"description":{"content":"<p>Set <code>query_presence_status</code> to <code>true</code> in order to include the presence status of a contact in the response.</p>\n","type":"text/plain"},"key":"query_presence_status","value":"<string>"},{"description":{"content":"<p>The number of records to be returned with a single API call.</p>\n","type":"text/plain"},"key":"page_size","value":"1"},{"description":{"content":"<p>The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.</p>\n","type":"text/plain"},"key":"next_page_token","value":"<string>"}],"variable":[]}},"response":[{"id":"a67d7553-04a9-4fdf-9ab6-a5c7b4dbef5c","name":"**HTTP Status Code:** `200`<br>\nContact returned successfully.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.zoom.us/v2/contacts?search_key=<string>&query_presence_status=<string>&page_size=1&next_page_token=<string>","host":["https://api.zoom.us/v2"],"path":["contacts"],"query":[{"key":"search_key","value":"<string>"},{"key":"query_presence_status","value":"<string>"},{"key":"page_size","value":"1"},{"key":"next_page_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"page_size\": 1,\n \"next_page_token\": \" \",\n \"contacts\": [\n  {\n   \"id\": \"isds324bdfsf\",\n   \"email\": \"qui@djfsd.sdfjhdf\",\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"presence_status\": \"Offline\",\n   \"phone_number\": \"00000000\",\n   \"sip_phone_number\": \"11111111\",\n   \"direct_numbers\": [\n    111111,\n    222222\n   ],\n   \"extension_number\": \"010\",\n   \"im_group_id\": \"fhksdhfew34hjds\",\n   \"im_group_name\": \"Engineering\"\n  }\n ]\n}"}],"_postman_id":"c644b5e2-2647-4c0e-bcb0-77eb827e49a8"},{"name":"https://api.zoom.us/v2/sip_trunk/numbers","id":"77cd18d0-8d55-40ae-b0c1-c2b2acabb054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.zoom.us/v2/sip_trunk/numbers","description":"<p>With SIP-connected audio, Zoom establishes a SIP trunk (a network connection specifically designed to make and deliver phone calls) over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are On-Net from the perspective of the customers' IP telephony network, will be connected over this trunk rather than over the PSTN. <br /><br />Use this API to list all the internal numbers that are configured for SIP Connected Audio in a Zoom Account.</p>\n<p><strong>Prerequisites:</strong><br /></p>\n<ul>\n<li>Pro or a higher account with SIP Connected Audio plan enabled.</li>\n<li>The account must be a Master Account<br />\n<strong>Scopes:</strong> <code>sip_trunk:master</code></li>\n</ul>\n<p> <strong><a href=\"https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits\">Rate Limit Label</a>:</strong> <code>Light</code></p>\n","urlObject":{"path":["sip_trunk","numbers"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[]}},"response":[{"id":"114a61b3-8a82-4f87-8939-22e00f75ffbc","name":"**HTTP Status Code:** `404` **Not Found**<br><br>\n**Error Code:** `2001`<br>\nThis account does not exist or does not belong to this master account.\nThis account does not exist or does not belong to you.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/sip_trunk/numbers"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94a7b72d-df2a-425d-8237-693b7516b24b","name":"* **HTTP Status Code:** `200` **OK**<br>\nList of numbers returned.","originalRequest":{"method":"GET","header":[],"url":"https://api.zoom.us/v2/sip_trunk/numbers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total_records\": 1,\n \"phone_numbers\": [\n  {\n   \"number\": \"45345545\",\n   \"country\": \"US\"\n  }\n ]\n}"}],"_postman_id":"77cd18d0-8d55-40ae-b0c1-c2b2acabb054"},{"name":"https://api.zoom.us/v2/v2/rooms/:id/events","id":"5e9a3a55-0b59-485b-9a09-6e9c56457c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"method","value":"<string>","type":"text","description":"<p>The value of this field can be one of the following:<br /></p>\n<ul>\n<li>zoomroom.check_in</li>\n<li>zoomroom.check_out</li>\n</ul>\n"},{"key":"params","value":"{\"event_id\":\"<string>\",\"change_key\":\"<string>\",\"calendar_id\":\"<string>\",\"resource_email\":\"<email>\"}","type":"text","description":"<p>(Required) </p>\n"}]},"url":"https://api.zoom.us/v2/v2/rooms/:id/events","description":"<p>The Zoom Rooms check-in feature helps maximize your room utilization. Use this API to either <strong>check in</strong> and confirm that you are utilizing the room reservation or to <strong>check out</strong> of the room so that the room gets released from the scheduled meeting and will be made available for others to use. Learn more from the <a href=\"https://support.zoom.us/hc/en-us/articles/360001147163-Using-the-Zoom-Rooms-check-in-feature\">Using the Zoom Rooms check-in feature</a> guide. </p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li><a href=\"https://support.zoom.us/hc/en-us/articles/207483343-Getting-started-with-Zoom-Rooms#:~:text=Zoom%20Rooms%20is%20a%20software,or%20from%20their%20mobile%20device\">Zoom Rooms</a> must have been set up for use for the account and must be online. </li>\n<li>You must have access to the Calendar Integration APIs (either Microsoft Exchange or Google Calendar APIs) to get calendar information associated with the Room.</li>\n</ul>\n<p><strong>Scope:</strong> <code>room:write:admin</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["v2","rooms",":id","events"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"00c1e374-929c-4357-8742-70d980e848ae","description":{"content":"<p>(Required) Room ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2b9590e3-d4ff-441b-a2fd-f61d3ce2b1a2","name":"**HTTP Status Code:** `202` **Accepted**<br>\nRequest processed successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The value of this field can be one of the following:<br>\n* zoomroom.check_in\n* zoomroom.check_out","type":"text/plain"},"key":"method","value":"<string>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"params","value":"{\"event_id\":\"<string>\",\"change_key\":\"<string>\",\"calendar_id\":\"<string>\",\"resource_email\":\"<email>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/v2/rooms/:id/events","host":["https://api.zoom.us/v2"],"path":["v2","rooms",":id","events"],"variable":[{"key":"id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"c243534b-e5b6-4ab2-98b8-7ed3fb2d4ff9","name":"**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `300`<br>\n* Zoom Room is offline. Please ensure that the Zoom Room is online before checking in or checking out.\n* Invalid parameters.\n\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The value of this field can be one of the following:<br>\n* zoomroom.check_in\n* zoomroom.check_out","type":"text/plain"},"key":"method","value":"<string>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"params","value":"{\"event_id\":\"<string>\",\"change_key\":\"<string>\",\"calendar_id\":\"<string>\",\"resource_email\":\"<email>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/v2/rooms/:id/events","host":["https://api.zoom.us/v2"],"path":["v2","rooms",":id","events"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ceda2988-1168-468c-a7fd-e61598a881da","name":"**HTTP Status Code:** `404` **Not Found**<br>\n**Error Code:** `1012` <br>\nRoom does not exist: {roomId}.\n\n\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The value of this field can be one of the following:<br>\n* zoomroom.check_in\n* zoomroom.check_out","type":"text/plain"},"key":"method","value":"<string>","type":"text"},{"description":{"content":"(Required) ","type":"text/plain"},"key":"params","value":"{\"event_id\":\"<string>\",\"change_key\":\"<string>\",\"calendar_id\":\"<string>\",\"resource_email\":\"<email>\"}","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/v2/rooms/:id/events","host":["https://api.zoom.us/v2"],"path":["v2","rooms",":id","events"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e9a3a55-0b59-485b-9a09-6e9c56457c30"},{"name":"https://api.zoom.us/v2/live_meetings/:meetingId/events","id":"d1c7dfb6-e5ac-4d8a-9ac8-460e2d7f72fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"method","value":"<string>","type":"text","description":"<p>The method that you would like to control. The value of this field can be one of the following:</p>\n<ul>\n<li><code>recording.start</code>: Provide this value if you would like to start the recording.<br /><br /></li>\n<li><code>recording.stop</code>: Provide this value if you would like to stop the recording.<br /><br /></li>\n<li><code>recording.pause</code>: Provide this value if you would like to pause the recording.<br /><br /></li>\n<li><code>recording.resume</code>: Provide this value if you would like to resume the recording that was previously paused.</li>\n</ul>\n"}]},"url":"https://api.zoom.us/v2/live_meetings/:meetingId/events","description":"<p>Use this API to control the <a href=\"https://support.zoom.us/hc/en-us/articles/360021921032-In-Meeting-Controls\">in-meeting</a> <strong>recording features</strong> such as starting a recording, stopping a recording, pausing a recording, and resuming a recording. This API only works for Cloud Recordings and not for local recordings.</p>\n<p> <b>Note:</b> This API is currently not operational. We have identified an issue with this API and we will be fixing it in an upcoming release.</p>\n\n<p><strong>Prerequisite:</strong></p>\n<ul>\n<li>The meeting must be a live meeting.</li>\n<li>Cloud Recording must be enabled.</li>\n<li>The user using this API must either be the host or alternative host of the meeting.</li>\n</ul>\n<p><strong>Scopes:</strong> <code>meeting:write</code>, <code>meeting:write:admin</code>, <code>meeting:master</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2649dc16-086e-40a2-8292-b6401001c7d9","id":"2649dc16-086e-40a2-8292-b6401001c7d9","name":"Zoom API","type":"collection"}},"urlObject":{"path":["live_meetings",":meetingId","events"],"host":["https://api.zoom.us/v2"],"query":[],"variable":[{"id":"ff9ea806-f2ac-44c2-a4db-84171e0df6e0","description":{"content":"<p>(Required) Unique identifier of the live meeting.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"meetingId"}]}},"response":[{"id":"1aeac173-7be0-43ea-8a1a-688601ccf04f","name":"**HTTP Status:** `400` **Bad Request** <br><br>\n**Error Code:** `300`<br>\n* Meeting id does not exist.<br>\n* Invalid meeting id.<br>\n* Meeting does not exist.<br>\n* No permission.\n","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The method that you would like to control. The value of this field can be one of the following:\n* `recording.start`: Provide this value if you would like to start the recording.<br><br>\n* `recording.stop`: Provide this value if you would like to stop the recording.<br><br>\n* `recording.pause`: Provide this value if you would like to pause the recording.<br><br>\n* `recording.resume`: Provide this value if you would like to resume the recording that was previously paused.\n\n\n\n","type":"text/plain"},"key":"method","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/live_meetings/:meetingId/events","host":["https://api.zoom.us/v2"],"path":["live_meetings",":meetingId","events"],"variable":[{"key":"meetingId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"309b3425-1294-44d2-b26e-27b17cce3a68","name":"**HTTP Status:** `202` **Accepted**\nRequest processed successfully.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The method that you would like to control. The value of this field can be one of the following:\n* `recording.start`: Provide this value if you would like to start the recording.<br><br>\n* `recording.stop`: Provide this value if you would like to stop the recording.<br><br>\n* `recording.pause`: Provide this value if you would like to pause the recording.<br><br>\n* `recording.resume`: Provide this value if you would like to resume the recording that was previously paused.\n\n\n\n","type":"text/plain"},"key":"method","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/live_meetings/:meetingId/events","host":["https://api.zoom.us/v2"],"path":["live_meetings",":meetingId","events"],"variable":[{"key":"meetingId"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""},{"id":"5d009b92-5f8d-4c28-a5f1-19e71c72e2d4","name":"**HTTP Status Code:** `404`<br>\n**Error Code:** `3001` <br> Meeting {meetingId} is not found or has expired.","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"The method that you would like to control. The value of this field can be one of the following:\n* `recording.start`: Provide this value if you would like to start the recording.<br><br>\n* `recording.stop`: Provide this value if you would like to stop the recording.<br><br>\n* `recording.pause`: Provide this value if you would like to pause the recording.<br><br>\n* `recording.resume`: Provide this value if you would like to resume the recording that was previously paused.\n\n\n\n","type":"text/plain"},"key":"method","value":"<string>","type":"text"}]},"url":{"raw":"https://api.zoom.us/v2/live_meetings/:meetingId/events","host":["https://api.zoom.us/v2"],"path":["live_meetings",":meetingId","events"],"variable":[{"key":"meetingId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1c7dfb6-e5ac-4d8a-9ac8-460e2d7f72fd"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"2ab8b3b9-a568-439e-bf77-e4751051b02a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f827bf37-0ae2-4718-895f-88d6a3daa9e6","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.zoom.us/v2"}]}