<?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: Create new workspace using Power BI API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331207#M9811</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I don't have to sample code to share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our C# developer was writen the code and he was genarated .exe file for front end activities like creating,deleting the App Work Spaces and changing connection strings through code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bajee.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2018 09:54:10 GMT</pubDate>
    <dc:creator>bajee</dc:creator>
    <dc:date>2018-01-02T09:54:10Z</dc:date>
    <item>
      <title>Create new workspace using Power BI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/327502#M9670</link>
      <description>&lt;P&gt;Hello All! I'm trying to automate some processes in my company.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;I'm looking for a way to create a new workspace for specific user in my organization.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I found API that allows to do that for current logged user -&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups" target="_blank" rel="nofollow noreferrer"&gt;https://api.powerbi.com/v1.0/myorg/groups&lt;/A&gt;. But I need to create workspace for specific users.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible? If so then - how I can achieve that?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 13:05:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/327502#M9670</guid>
      <dc:creator>Vnuuk</dc:creator>
      <dc:date>2017-12-21T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create new workspace using Power BI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/327812#M9675</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50207"&gt;@Vnuuk&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello All! I'm trying to automate some processes in my company.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;I'm looking for a way to create a new workspace for specific user in my organization.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I found API that allows to do that for current logged user -&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups" target="_blank" rel="nofollow noreferrer"&gt;https://api.powerbi.com/v1.0/myorg/groups&lt;/A&gt;. But I need to create workspace for specific users.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible? If so then - how I can achieve that?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50207"&gt;@Vnuuk&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I think the standard approach is&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a target workspace(&lt;A href="https://msdn.microsoft.com/en-us/library/mt784675.aspx" target="_self"&gt;Add group&lt;/A&gt;).&lt;/LI&gt;
&lt;LI&gt;Add user to that group(&lt;A href="https://msdn.microsoft.com/en-us/library/mt784677.aspx" target="_self"&gt;Add group user&lt;/A&gt;).&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;So in your case, create the workspace and add specific users accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 00:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/327812#M9675</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-12-22T00:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create new workspace using Power BI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331108#M9806</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes we can create the App Work Spaces using automate process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our project we had created App WorkSpaces using C# Code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even we can chage the connection strings through code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bajee.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 06:40:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331108#M9806</guid>
      <dc:creator>bajee</dc:creator>
      <dc:date>2018-01-02T06:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create new workspace using Power BI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331173#M9809</link>
      <description>&lt;P&gt;Hello! What is the project? Could you share code base please or code samples?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 08:14:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331173#M9809</guid>
      <dc:creator>Vnuuk</dc:creator>
      <dc:date>2018-01-02T08:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create new workspace using Power BI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331207#M9811</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I don't have to sample code to share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our C# developer was writen the code and he was genarated .exe file for front end activities like creating,deleting the App Work Spaces and changing connection strings through code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bajee.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 09:54:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331207#M9811</guid>
      <dc:creator>bajee</dc:creator>
      <dc:date>2018-01-02T09:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create new workspace using Power BI API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331253#M9813</link>
      <description>&lt;P&gt;Can you give me this EXE file please so I can disasseble it?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 11:34:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-new-workspace-using-Power-BI-API/m-p/331253#M9813</guid>
      <dc:creator>Vnuuk</dc:creator>
      <dc:date>2018-01-02T11:34:31Z</dc:date>
    </item>
  </channel>
</rss>

