<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 308 - Create organization Admin API in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/308-create-organization-admin-api/m-p/5430428#M4968</link>
    <description>&lt;P&gt;I think you might need the -L flag to tell curl to follow the redirect. &lt;/P&gt;&lt;P&gt;curl -L &amp;lt;rest of your stuff&amp;gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 21:49:10 GMT</pubDate>
    <dc:creator>jdsilva</dc:creator>
    <dc:date>2020-02-12T21:49:10Z</dc:date>
    <item>
      <title>308 - Create organization Admin API</title>
      <link>https://community.cisco.com/t5/network-platform-api/308-create-organization-admin-api/m-p/5430427#M4967</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i would like to create a couple of admin in the dashboard with the API.&lt;/P&gt;&lt;P&gt;I try with the &lt;A href="https://developer.cisco.com/meraki/api/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api/&lt;/A&gt;   but i've always have a : 308 you are being redirected.&lt;/P&gt;&lt;P&gt;I don't receive email notification and the admin is not created&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;PRE&gt;curl -X POST \
  --url &lt;SPAN&gt;'https://api.meraki.com/api/v0/organizations/MY_ORG_ID/admins'&lt;/SPAN&gt; \
  -H &lt;SPAN&gt;'X-Cisco-Meraki-API-Key: MY_API_KEY'&lt;/SPAN&gt;\
  -H &lt;SPAN&gt;'Accept: application/json'&lt;/SPAN&gt; \
  -H &lt;SPAN&gt;'Content-type: application/json'&lt;/SPAN&gt; \
  --data-raw &lt;SPAN&gt;'{
  "email": "myemail@gmail.com",
  "name": "Jon tron",
  "orgAccess": "none",
  "tags": [
    {
      "tag": "my tag1",
      "access": "read-only"
    },
    {
      "tag": "my tag2",
      "access": "read-only"
    }
  ]
}'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Any idea ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:03:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/308-create-organization-admin-api/m-p/5430427#M4967</guid>
      <dc:creator>damienleick1</dc:creator>
      <dc:date>2020-02-12T21:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: 308 - Create organization Admin API</title>
      <link>https://community.cisco.com/t5/network-platform-api/308-create-organization-admin-api/m-p/5430428#M4968</link>
      <description>&lt;P&gt;I think you might need the -L flag to tell curl to follow the redirect. &lt;/P&gt;&lt;P&gt;curl -L &amp;lt;rest of your stuff&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:49:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/308-create-organization-admin-api/m-p/5430428#M4968</guid>
      <dc:creator>jdsilva</dc:creator>
      <dc:date>2020-02-12T21:49:10Z</dc:date>
    </item>
  </channel>
</rss>

