{"id":1866,"date":"2014-12-15T06:24:12","date_gmt":"2014-12-15T06:24:12","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=1866"},"modified":"2020-05-18T11:25:57","modified_gmt":"2020-05-18T15:25:57","slug":"zoom-user-administration-api","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/","title":{"rendered":"Zoom User Administration API"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Managing Users and Privileges<\/h2>\n\n\n\n<p>These APIs are invoked on the Zoom <span class=\"keyword\">Web Management Server<\/span>. Default TCP port: 8443. The role needed to&nbsp;execute these APIS: <span class=\"keyword\">Project Admin<\/span> or <span class=\"keyword\">Super Admin<\/span> unless otherwise stated.<\/p>\n\n\n\n<p>Form request data refers to the Http Form data that must be sent either as a URL-encoded query&nbsp;parameter or in a POST.<\/p>\n\n\n\n<p>Below is a list of a few our web administration APIs. Please refer to the Zoom Web Administration&nbsp;Reference guide for an exhaustive list of the APIs on our support site.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">GET USER PROFILE<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Description:<\/h4>\n\n\n\n<p>Get the current logged in user\u2019s profile.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Role required:<\/h4>\n\n\n\n<p>Any authenticated user can access their profile<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Request URL:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zoom-server-address:8443\/jsp\/login\/getuser.jsp?fullprofile=true|false\n<\/div><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Sample Response JSON:<\/h4>\n\n\n\n<div>\n<div>\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">&#8220;success&#8221;: true,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;username&#8221;: &#8220;rahul&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;firstname&#8221;: &#8220;Rahul&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;lastname&#8221;: &#8220;Bhargava&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;email&#8221;: &#8220;rahul@evolphin.com&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;fullname&#8221;: &#8220;Rahul Bhargava&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;rate&#8221;: 0,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;projectlist&#8221;: &#8220;Project With Jobs, Shared-Project, Perich, Job 7.2, FAAC, Job 7.1 Retail Chain Ad, Job 8.1, defproj&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;password&#8221;: &#8220;rahul&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;note&#8221;: &#8220;&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;allowProfileEdit&#8221;: true<\/p>\n<p>}<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"get-users\">GET USER ACCOUNT LIST<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Description:<\/h4>\n\n\n\n<p>List all user profiles. Some filtering can be done through the control of request parameters, such as getting users starting from a specific list index, limiting the number of users in the response, and, getting only those users whose usernames start with the specified letters.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Request URL:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zoom-server-address:8443\/jsp\/users\/usr-json.jsp\n<\/div><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Form Request Data<\/h4>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p style=\"padding-left: 30px;\">start: &lt;index in user table&gt;<\/p>\n<p style=\"padding-left: 30px;\">limit: &lt;number of users to return&gt;<\/p>\n<p style=\"padding-left: 30px;\">query: &lt;prefix string &#8211; to get only those users whose usernames start with the given prefix string, if any&gt;<\/p>\n<p style=\"padding-left: 30px;\">onlyName: &lt;true \u2013 if only user name fields requested: displayname, username, lastname, firstname&gt;<\/p>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Sample Response JSON:<\/h4>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p><strong>{<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp; &#8220;success&#8221;: true,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp; &#8220;nentries&#8221;: &#8220;12&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp; &#8220;entries&#8221;: [<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;username&#8221;: &#8220;gary&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;lastname&#8221;: &#8220;Harr&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;firstname&#8221;: &#8220;Gary&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;email&#8221;: &#8220;&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;password&#8221;: &#8220;gary.harr982&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;note&#8221;: &#8220;&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;rate&#8221;: &#8220;0&#8221;<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; },<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;username&#8221;: &#8220;min&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;lastname&#8221;: &#8220;Min&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;firstname&#8221;: &#8220;Min&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;email&#8221;: &#8220;&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;password&#8221;: &#8220;min&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;note&#8221;: &#8220;&#8221;,<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;rate&#8221;: &#8220;0&#8221;<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; },<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp; \u2026\u2026\u2026\u2026\u2026..<\/strong><\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">ADD OR MODIFY USER PROFILE<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Description:<\/h4>\n\n\n\n<p>Add a new user or edit the user\u2019s profile of the specified user<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Request URL:<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Add user:<\/h5>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"command\">http:\/\/zoom-server-address:8443\/jsp\/users\/modifyuserform.jsp<\/span><\/h5>\n\n\n\n<h5 class=\"wp-block-heading\">Edit user:<\/h5>\n\n\n\n<h5 class=\"wp-block-heading\"><span class=\"command\">http:\/\/zoom-server-address:8443\/jsp\/users\/modifyuserform.jsp?edit=true&amp;username=&lt;user&nbsp;id&gt;<\/span><\/h5>\n\n\n\n<h4 class=\"wp-block-heading\">Form Request Data:<\/h4>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>lastname:Cathy<\/p>\n<p>firstname:Batee<\/p>\n<p>password:cathy<\/p>\n<p>cpassword:cathy<\/p>\n<p>email:batee.cathy@evolphin.com<\/p>\n<p>rate:0<\/p>\n<p>note:<\/p>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Sample Response JSON:<\/h4>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">&#8220;success&#8221;: &#8220;true&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;info&#8221;: &#8220;User account updated!&#8221;<\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">DELETE USER ACCOUNTS<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Description:<\/h4>\n\n\n\n<p>Delete the user accounts for the specified list of usernames. The response contains the list of user accounts, after the deletion has been performed. The request parameters for getting the user account list can be specified additionally, to control the response user list, as described <a href=\"#get-users\">above<\/a>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Request URL:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zoom-server-address:8443\/jsp\/users\/usr-json.jsp\n<\/div><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Form Request Data<\/h4>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p style=\"padding-left: 30px;\">delData: &lt;list of usernames to be deleted, if any&gt;<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">LIST AVAILABLE ROLES<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Description:<\/h4>\n\n\n\n<p>List roles already setup in the Zoom server for managing permissions<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Request URL:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zoom-server-address:8443\/jsp\/security\/rolelist-json.jsp\n<\/div><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Sample Response JSON:<\/h4>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>[<\/p>\n<div style=\"padding-left: 30px;\">\n<div>{<\/div>\n<div style=\"padding-left: 30px;\">id: &#8220;developerdesigner&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">project: &#8220;*&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">note: &#8220;Developer \/ Designer&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">perm: &#8220;CONTRIBUTE&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">uiProvider: &#8220;col&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">iconCls: &#8220;icon-role-list&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">qtip: &#8220;Can read all project items and add new items&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">projEditable: true<\/div>\n<p>},<\/p>\n<\/div>\n<div style=\"padding-left: 30px;\">\n<div style=\"padding-left: 60px;\">&nbsp;<\/div>\n<p>{<\/p>\n<div style=\"padding-left: 30px;\">id: &#8220;webapprover&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">project: &#8220;*&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">note: &#8220;Zoom Default Web Approver&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">perm: &#8220;REVIEW&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">uiProvider: &#8220;col&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">iconCls: &#8220;icon-role-wa&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">qtip: &#8220;Can read those project items that have been marked for review&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">projEditable: true<\/div>\n<p>},<\/p>\n<\/div>\n<div style=\"padding-left: 30px;\">&nbsp;<\/div>\n<div style=\"padding-left: 30px;\">{<\/div>\n<div style=\"padding-left: 30px;\">\n<div style=\"padding-left: 30px;\">id: &#8220;reader&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">project: &#8220;*&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">note: &#8220;Reader&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">perm: &#8220;READ&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">uiProvider: &#8220;col&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">iconCls: &#8220;icon-role-list&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">qtip: &#8220;Can read all project items&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">projEditable: true<\/div>\n<p>},<\/p>\n<\/div>\n<div style=\"padding-left: 30px;\">\n<div style=\"padding-left: 30px;\">&nbsp;<\/div>\n<p>{<\/p>\n<div style=\"padding-left: 30px;\">id: &#8220;projectadmin&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">project: &#8220;*&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">note: &#8220;Project Admin&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">perm: &#8220;EDIT_ALL&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">uiProvider: &#8220;col&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">iconCls: &#8220;icon-role-list&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">qtip: &#8220;Can read\/write\/delete all items&#8221;,<\/div>\n<div style=\"padding-left: 30px;\">projEditable: true<\/div>\n<div>},<\/div>\n<div>&#8230;<\/div>\n<div>]<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Managing Users and Privileges These APIs are invoked on the Zoom Web Management Server. Default TCP port: 8443. The role needed to&nbsp;execute these APIS: Project Admin or Super Admin unless otherwise stated. Form request data refers to the Http Form data that must be sent either as a URL-encoded query&nbsp;parameter or in a POST. Below [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[30],"tags":[21],"class_list":["post-1866","post","type-post","status-publish","format-standard","hentry","category-api","tag-zoom-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Zoom User Administration API - Evolphin Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zoom User Administration API - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Managing Users and Privileges These APIs are invoked on the Zoom Web Management Server. Default TCP port: 8443. The role needed to&nbsp;execute these APIS: Project Admin or Super Admin unless otherwise stated. Form request data refers to the Http Form data that must be sent either as a URL-encoded query&nbsp;parameter or in a POST. Below [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-15T06:24:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-18T15:25:57+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Zoom User Administration API\",\"datePublished\":\"2014-12-15T06:24:12+00:00\",\"dateModified\":\"2020-05-18T15:25:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/\"},\"wordCount\":766,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"keywords\":[\"zoom 5\"],\"articleSection\":[\"API and Scripting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/\",\"name\":\"Zoom User Administration API - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2014-12-15T06:24:12+00:00\",\"dateModified\":\"2020-05-18T15:25:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-user-administration-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zoom User Administration API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Zoom User Administration API - Evolphin Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/","og_locale":"en_US","og_type":"article","og_title":"Zoom User Administration API - Evolphin Documentation","og_description":"Managing Users and Privileges These APIs are invoked on the Zoom Web Management Server. Default TCP port: 8443. The role needed to&nbsp;execute these APIS: Project Admin or Super Admin unless otherwise stated. Form request data refers to the Http Form data that must be sent either as a URL-encoded query&nbsp;parameter or in a POST. Below [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/","og_site_name":"Evolphin Documentation","article_published_time":"2014-12-15T06:24:12+00:00","article_modified_time":"2020-05-18T15:25:57+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Zoom User Administration API","datePublished":"2014-12-15T06:24:12+00:00","dateModified":"2020-05-18T15:25:57+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/"},"wordCount":766,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"keywords":["zoom 5"],"articleSection":["API and Scripting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/","url":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/","name":"Zoom User Administration API - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2014-12-15T06:24:12+00:00","dateModified":"2020-05-18T15:25:57+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/api\/zoom-user-administration-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Zoom User Administration API"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=1866"}],"version-history":[{"count":1,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1866\/revisions"}],"predecessor-version":[{"id":14873,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1866\/revisions\/14873"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=1866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=1866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=1866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}