{"id":14490,"date":"2020-05-05T21:23:05","date_gmt":"2020-05-06T01:23:05","guid":{"rendered":"https:\/\/evolphin.com\/help\/?p=14490"},"modified":"2020-09-26T18:07:17","modified_gmt":"2020-09-26T22:07:17","slug":"bulk-user-account-creation","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/","title":{"rendered":"Bulk User Account Creation, Project &#038; Role Assignment"},"content":{"rendered":"\n<p>Using the zm  CLI (command line interface) it is possible to perform bulk actions such as: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>create user accounts in the Zoom server<\/li><li>assign users to project vault<\/li><li>assign users to role<\/li><li>get all users mapped to a role<\/li><li>get all users mapped to a project vault<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">Basic syntax : zm -s zoom-server-url -c loadusers csv-file-name -p project-name -r role-name<\/pre>\n\n\n\n<div class=\"wp-block-group note\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p>If Single Sign On (SSO) using OpenID Connect is turned on and a system account, such as <em>sa_brand_admin<\/em>, is being used to issue the command, then a security realm argument <em><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>&#8211;realm SystemRealm<\/strong><\/span><\/em> must be additionally supplied to the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">zm <em><strong><span class=\"has-inline-color has-luminous-vivid-orange-color\">--realm SystemRealm<\/span><\/strong><\/em> --username <strong>sa_brand_admin<\/strong> -s https:\/\/zmsrv:9880 admin -c loadusers users.csv -p Marketing -r mediaadmin<\/pre>\n<\/div><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Create User Accounts<\/h4>\n\n\n\n<p class=\"Note\">This is supported only for the Zoom Local User realm. For LDAP or OpenID (also labelled <em>PingRealm<\/em>) realms, user creation is handled by an external LDAP\/AD or the Identity Provider such as Azure AD or Google Auth.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">zm -s https:\/\/zmsrv21:9880 admin -c loadusers file.txt -p Marketing -r mediaadmin\nHere, -c denotes the task to be executed; for now, only \"loadusers\" is supported.<\/pre>\n\n\n\n<p>This command will load all the users details (like username, password, last name, first name, email, rate) that are defined in the CSV file on to the Zoom Server. One or more users can be loaded from the file.<\/p>\n\n\n\n<p>Using the command syntax shown above, we can load these two users on the Zoom Server. To verify that the users are loaded correctly, you could open your web-based administration console at the &#8220;Manage Accounts&#8221; menu option and check the entries there. You will see entries as shown in the following screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.evolphin.com\/images\/support\/add_user.png\" alt=\"Users added in zoom web management console through admin cmd \" width=\"1258\" height=\"171\"\/><\/figure>\n\n\n\n<p>You can click open the user details menu from the web admin &gt; Manage Accounts and verify all the details of the user account. See screenshot below. Notice the project name:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/www.evolphin.com\/images\/support\/user_details.png\" alt=\"Assign projects \"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>CSV<\/strong> (Comma separated value) Syntax<\/h4>\n\n\n\n<p>The users&#8217; details in the CSV file must be given in the following field or column sequence. Note that all fields are required.<br><strong>&lt;Username>,&lt;password>,&lt;lastname>,&lt;firstname>,&lt;e-mail ID>,&lt;rate><\/strong><\/p>\n\n\n\n<p>For example: shown here are the contents of the CSV file &#8220;users_details.txt&#8221; which was used to run the ADMIN command shown in the above use-case:<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/05\/image.png\" alt=\"\" class=\"wp-image-14496\" width=\"347\" height=\"224\" srcset=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/05\/image.png 666w, https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/05\/image-300x194.png 300w\" sizes=\"auto, (max-width: 347px) 100vw, 347px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>user-id (no spaces or special chars, alphanumeric)<\/strong><\/td><td><strong>Password<\/strong><\/td><td><strong>Last Name<\/strong><\/td><td><strong>First Name<\/strong><\/td><td><strong>Email<\/strong><\/td><td><strong>Billing Rate (&gt; 1)<\/strong><\/td><\/tr><tr><td>joe<\/td><td>********<\/td><td>Smith<\/td><td>Joe<\/td><td>joe@hub.org<\/td><td>1<\/td><\/tr><tr><td>ram<\/td><td>********<\/td><td>Hong<\/td><td>Ramsey<\/td><td>ram@hub.org<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Last column can just be set to 1 if you don&#8217;t care about a billing rate.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Assign users to role or project<\/h4>\n\n\n\n<p>The same &#8220;<em>zm admin &#8211; c loadusers<\/em>&#8221; command can be used to perform role or project vault bulk assignment. For instance, after user accounts have been created, simply use the same CSV with the &#8211;<em>p project-vault <\/em>or <em>-r role<\/em> argument.  For example, to assign users in <em>userlist.csv<\/em> to <em>Marketing<\/em> project vault with role set to <em>media admin<\/em>: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">zm -s https:\/\/zmsrv21:9880 admin -c loadusers userlist.csv -p Marketing -r mediaadmin<\/pre>\n\n\n\n<div class=\"wp-block-group note\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p>The password column can contain a dummy string for LDAP or PingRealm (security realm). Do <strong>not<\/strong> enter the actual password in the CSV. <\/p>\n\n\n\n<p>Starting with Zoom version 7.6.1, the CSV file needs only the username column for performing only project or role assignment. No other columns, including the password, are required. Other columns may be added only if any edits in them are required.<\/p>\n<\/div><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Get users mapped to a role or project vault<\/h4>\n\n\n\n<p>To fetch a list of users assigned to a particular project, <em>zm getusers <\/em>command can be used. For example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Command to get users assigned to the Marketing project:\nzm -s https:\/\/zmsrv32:9880 getusers -p Marketing<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">Command to get users assigned to the Project Admin role:\nzm -s https:\/\/zmsrv32:9880 getusers -r projectadmin<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">Command to get users assigned to both the Library project vault and the Project Admin role:\nzm -s https:\/\/zmsrv32:9880 getusers -p Library -r projectadmin<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Using the zm CLI (command line interface) it is possible to perform bulk actions such as: create user accounts in the Zoom server assign users to project vault assign users to role get all users mapped to a role get all users mapped to a project vault Basic syntax : zm -s zoom-server-url -c loadusers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","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":[27,152],"tags":[],"class_list":["post-14490","post","type-post","status-publish","format-standard","hentry","category-administration-server","category-web-management-console-faq"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bulk User Account Creation, Project &amp; Role Assignment - 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\/administration-server\/bulk-user-account-creation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bulk User Account Creation, Project &amp; Role Assignment - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Using the zm CLI (command line interface) it is possible to perform bulk actions such as: create user accounts in the Zoom server assign users to project vault assign users to role get all users mapped to a role get all users mapped to a project vault Basic syntax : zm -s zoom-server-url -c loadusers [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-06T01:23:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-26T22:07:17+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.evolphin.com\/images\/support\/add_user.png\" \/>\n<meta name=\"author\" content=\"1brahul\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"1brahul\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/\"},\"author\":{\"name\":\"1brahul\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/8b5cffe613e8f54d3ab8f90586b1c67c\"},\"headline\":\"Bulk User Account Creation, Project &#038; Role Assignment\",\"datePublished\":\"2020-05-06T01:23:05+00:00\",\"dateModified\":\"2020-09-26T22:07:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/\"},\"wordCount\":525,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.evolphin.com\\\/images\\\/support\\\/add_user.png\",\"articleSection\":[\"Administration\",\"Web Management Console FAQ\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/\",\"name\":\"Bulk User Account Creation, Project & Role Assignment - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.evolphin.com\\\/images\\\/support\\\/add_user.png\",\"datePublished\":\"2020-05-06T01:23:05+00:00\",\"dateModified\":\"2020-09-26T22:07:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/#primaryimage\",\"url\":\"http:\\\/\\\/www.evolphin.com\\\/images\\\/support\\\/add_user.png\",\"contentUrl\":\"http:\\\/\\\/www.evolphin.com\\\/images\\\/support\\\/add_user.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/bulk-user-account-creation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bulk User Account Creation, Project &#038; Role Assignment\"}]},{\"@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\\\/8b5cffe613e8f54d3ab8f90586b1c67c\",\"name\":\"1brahul\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/957435f1f34e1495e468d032430344b4016e41f4ec2ffe06c752af7c5c090198?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/957435f1f34e1495e468d032430344b4016e41f4ec2ffe06c752af7c5c090198?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/957435f1f34e1495e468d032430344b4016e41f4ec2ffe06c752af7c5c090198?s=96&d=mm&r=g\",\"caption\":\"1brahul\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bulk User Account Creation, Project & Role Assignment - 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\/administration-server\/bulk-user-account-creation\/","og_locale":"en_US","og_type":"article","og_title":"Bulk User Account Creation, Project & Role Assignment - Evolphin Documentation","og_description":"Using the zm CLI (command line interface) it is possible to perform bulk actions such as: create user accounts in the Zoom server assign users to project vault assign users to role get all users mapped to a role get all users mapped to a project vault Basic syntax : zm -s zoom-server-url -c loadusers [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/","og_site_name":"Evolphin Documentation","article_published_time":"2020-05-06T01:23:05+00:00","article_modified_time":"2020-09-26T22:07:17+00:00","og_image":[{"url":"http:\/\/www.evolphin.com\/images\/support\/add_user.png","type":"","width":"","height":""}],"author":"1brahul","twitter_card":"summary_large_image","twitter_misc":{"Written by":"1brahul","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/"},"author":{"name":"1brahul","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/8b5cffe613e8f54d3ab8f90586b1c67c"},"headline":"Bulk User Account Creation, Project &#038; Role Assignment","datePublished":"2020-05-06T01:23:05+00:00","dateModified":"2020-09-26T22:07:17+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/"},"wordCount":525,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/#primaryimage"},"thumbnailUrl":"http:\/\/www.evolphin.com\/images\/support\/add_user.png","articleSection":["Administration","Web Management Console FAQ"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/","url":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/","name":"Bulk User Account Creation, Project & Role Assignment - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/#primaryimage"},"thumbnailUrl":"http:\/\/www.evolphin.com\/images\/support\/add_user.png","datePublished":"2020-05-06T01:23:05+00:00","dateModified":"2020-09-26T22:07:17+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/#primaryimage","url":"http:\/\/www.evolphin.com\/images\/support\/add_user.png","contentUrl":"http:\/\/www.evolphin.com\/images\/support\/add_user.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/bulk-user-account-creation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Bulk User Account Creation, Project &#038; Role Assignment"}]},{"@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\/8b5cffe613e8f54d3ab8f90586b1c67c","name":"1brahul","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/957435f1f34e1495e468d032430344b4016e41f4ec2ffe06c752af7c5c090198?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/957435f1f34e1495e468d032430344b4016e41f4ec2ffe06c752af7c5c090198?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/957435f1f34e1495e468d032430344b4016e41f4ec2ffe06c752af7c5c090198?s=96&d=mm&r=g","caption":"1brahul"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/14490","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=14490"}],"version-history":[{"count":17,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/14490\/revisions"}],"predecessor-version":[{"id":16016,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/14490\/revisions\/16016"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=14490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=14490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=14490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}