<?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: API to interact with Blue Prism Control Room in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63461#M16395</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="acb049eb-b80c-4d08-8fbf-ab00cf602ee3" data-tag-text="@Walter Koller" href="https://community.blueprism.com/network/profile?UserKey=acb049eb-b80c-4d08-8fbf-ab00cf602ee3" data-itemmentionkey="c5a9b8eb-2147-4e1c-8559-e236b44e22cd"&gt;@Walter Koller&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;There are no changes to the HTTP interface of the runtime resources that I'm aware of. However, have you taken a look at the help docs related to the &lt;STRONG&gt;/getauthtoken&lt;/STRONG&gt; and &lt;STRONG&gt;/internalauth&lt;/STRONG&gt;​ options? They're not really what I would consider SSO, but our tech writers seem to think they better enable support for SSO and AD authentication. 🤷‍&lt;span class="lia-unicode-emoji" title=":male_sign:"&gt;♂️&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/helpResourcePCCommands.htm" target="_blank" rel="noopener"&gt;v7 Resource PC Commands&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Aug 2021 17:36:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-08-17T17:36:00Z</dc:date>
    <item>
      <title>API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63457#M16391</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can we access the Blue prism control room from other tools like SOAPUI to trigger the process and also get the information like available resources and session logs details like how processes is available and to read and control the bots. Please let me know how to configure and proceed if any documentation is available provide me.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many Thanks!&lt;/SPAN&gt;&lt;BR /&gt;Ramprasad&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;ramprasad vaddepally&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2021 07:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63457#M16391</guid>
      <dc:creator>ramprasad8791</dc:creator>
      <dc:date>2021-08-13T07:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63458#M16392</link>
      <description>Hi Ramprasad,&lt;BR /&gt;&lt;BR /&gt;It’s possible in Blue Prism version 07.&lt;BR /&gt;&lt;BR /&gt;Please find the below link for your reference.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bpdocs.blueprism.com/video/installation.htm" target="test_blank"&gt;https://bpdocs.blueprism.com/video/installation.htm&lt;/A&gt;?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ram Prasad Gajula&lt;BR /&gt;Software engineer&lt;BR /&gt;EY&lt;BR /&gt;Bangalore&lt;BR /&gt;+919704497828&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2021 10:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63458#M16392</guid>
      <dc:creator>ramprasad.gajula</dc:creator>
      <dc:date>2021-08-13T10:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63459#M16393</link>
      <description>As &lt;A class="user-content-mention" data-sign="@" data-contactkey="b5264bde-2776-4b0a-8af3-d9a42a929191" data-tag-text="@Ram Prasad Gajula" href="https://community.blueprism.com/network/profile?UserKey=b5264bde-2776-4b0a-8af3-d9a42a929191" data-itemmentionkey="2f060e90-a8bc-4ff7-b5fa-b6e443d63711"&gt;@Ram Prasad Gajula&lt;/A&gt; pointed out, there is a RESTful API that was introduced with Blue Prism v7. It doesn't give you the ability to directly launch a specific process though. It provides the ability to add work to work queues, assuming you'll have a process running (ex. via a schedule) that will either handle that work itself or distribute to other processes.&lt;BR /&gt;&lt;BR /&gt;Prior to v7 you could perform the tasks you've outlined in two ways: &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Leverage AutomateC​&lt;/LI&gt;
&lt;LI&gt;Use the HTTP interface of the individual runtime resources&lt;/LI&gt;
&lt;/UL&gt;
More information about either option is available on the Blue Prism Help system.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2021 11:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63459#M16393</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-08-13T11:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63460#M16394</link>
      <description>Great to hear BP is opening for more integration.&amp;nbsp;&lt;BR /&gt;Are there also improvements in the HTTP interface for runtime resources?&lt;BR /&gt;My last status was it does not work with SSO.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2021 13:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63460#M16394</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2021-08-16T13:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63461#M16395</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="acb049eb-b80c-4d08-8fbf-ab00cf602ee3" data-tag-text="@Walter Koller" href="https://community.blueprism.com/network/profile?UserKey=acb049eb-b80c-4d08-8fbf-ab00cf602ee3" data-itemmentionkey="c5a9b8eb-2147-4e1c-8559-e236b44e22cd"&gt;@Walter Koller&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;There are no changes to the HTTP interface of the runtime resources that I'm aware of. However, have you taken a look at the help docs related to the &lt;STRONG&gt;/getauthtoken&lt;/STRONG&gt; and &lt;STRONG&gt;/internalauth&lt;/STRONG&gt;​ options? They're not really what I would consider SSO, but our tech writers seem to think they better enable support for SSO and AD authentication. 🤷‍&lt;span class="lia-unicode-emoji" title=":male_sign:"&gt;♂️&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/helpResourcePCCommands.htm" target="_blank" rel="noopener"&gt;v7 Resource PC Commands&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2021 17:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63461#M16395</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-08-17T17:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63462#M16396</link>
      <description>Hello Eric,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I know the features you mentioned but didn't try them yet.&lt;BR /&gt;Unfortunately they are provided by automate.exe only. So in order to provide web services to other systems, those system have to first use Windows shell to authenticate. This creates a tighter bound between those systems and they probably could use only automate.exe instead of switching between EXE and WS.&lt;BR /&gt;&lt;BR /&gt;I didn't have the opportunity to have a look at HUB and other components recently enhancing BP suite. Maybe there is something that could act as middleware between external WS consumer and BP.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Aug 2021 07:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63462#M16396</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2021-08-18T07:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63463#M16397</link>
      <description>You can use &lt;SPAN&gt;command-line interface to get all the Bp info and triggering\stopping bots :https://bpdocs.blueprism.com/bp-6-7/en-us/helpResourcePCCommands.htm?tocpath=Interface%7CAdvanced%20options%7C_____4&amp;amp;_gl=1*1lc6irv*_ga*Nzc0MDg4NTI4LjE1ODg3NzUyNzg.*_ga_MFBQ2KFZ1L*MTYzMDU4MTQxNC44LjEuMTYzMDU4NjMyMi4w&amp;amp;_ga=2.13044274.442054740.1630471957-774088528.1588775278&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification and Optimization Designer(Solutions Architect)&lt;BR /&gt;Fidelity International&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2021 12:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63463#M16397</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-09-02T12:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63464#M16398</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I found this thread relevant with the issue I am facing...&lt;BR /&gt;&lt;BR /&gt;I have done necessary installation for using Blue Prism API , web based control room.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How can I login to control room using Authentication APIs? I have downloaded Open API specification for Blue Prism 7.0.0 but for authentication I couldn't find API endpoint and payload.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13848.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14010i124BC34F199DB7FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="13848.png" alt="13848.png" /&gt;&lt;/span&gt;&lt;BR /&gt;By using authentication server URL how can I get oauth2.0 token to access further APIs of Blue Prism like for schedules and work queues.&lt;BR /&gt;&lt;BR /&gt;Please assist me resolving this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pooja&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pooja Samudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2021 07:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63464#M16398</guid>
      <dc:creator>PoojaSamudre</dc:creator>
      <dc:date>2021-09-29T07:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63465#M16399</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/50103"&gt;@PoojaSamudre&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;There isn't a specific authentication method that you call. There's an OAuth2 handshake that occurs during the regular RESTful requests. All of this takes place out-of-band via the HTTP headers.&lt;BR /&gt;&lt;BR /&gt;There's a Postman Collection available on the DX that might help you visualize this. You can find it here: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/blue-prism-api-postman-configuration" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/blue-prism-api-postman-configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2021 11:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63465#M16399</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-09-29T11:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63466#M16400</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;I have imported postman collection, While getting access token from &lt;A href="https://authentication.local/connect/token" target="test_blank"&gt;https://authentication.local/connect/token&lt;/A&gt; if we mention scope as bp-api or bp-server it is not accepting , I am getting scope invalid error in console. But without specifying any scope I am able to get access token successfully.&lt;BR /&gt;&lt;BR /&gt;Using same access token for authenticating other APIs facing below error. please find snapshots&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13850.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14013i9EA49A8D57CADB59/image-size/large?v=v2&amp;amp;px=999" role="button" title="13850.png" alt="13850.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13851.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14015i9B5DAB4A51AF31F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="13851.png" alt="13851.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13852.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14018i395AAF499E6893B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="13852.png" alt="13852.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pooja Samudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 13:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63466#M16400</guid>
      <dc:creator>PoojaSamudre</dc:creator>
      <dc:date>2021-10-26T13:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63467#M16401</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/50103"&gt;@PoojaSamudre&lt;/a&gt; - Are you sure the values of your Base URL and Oauth2 URL are correct? Are you running this test on a machine that has everything installed locally?&lt;BR /&gt;&lt;BR /&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="0a9b5778-7ac7-4764-a9c9-822633ad2ffb" data-tag-text="@Bruce Liu" href="https://community.blueprism.com/people/bruce-liu1" data-itemmentionkey="1d40ebf7-8381-439b-9713-71195649db45"&gt;@Bruce Liu&lt;/A&gt; - Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 14:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63467#M16401</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-26T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63468#M16402</link>
      <description>Hi Pooja,&lt;BR /&gt;&lt;BR /&gt;The most common cause for 401 is that your service account has not received sufficient permission in Blue Prism. Using an Interactive Client, y&lt;SPAN&gt;ou should find your service account under Security &amp;gt; Users screen with a yellow lock to the left. This user is brought in by the Authentication Server automatically and should be configured to provide necessary access to key Blue Prism resources as if a human user. In your case permissions related to work queue should apply. If you are testiing, you would be able to get away by just granting the maximum permissioin possible for the user so you can be sure, i.e. granting the user "System Administrators" role.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 21:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63468#M16402</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-10-26T21:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63469#M16403</link>
      <description>Hi Eric and Bruce ,&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;The values of Base URL and Oauth2 URL are correct and I am running this test on Separate lab environment where everything installed locally. Also I have tried accessing APIs from Client machine.&lt;BR /&gt;&lt;BR /&gt;Yes , Earlier my BP API service account didn't had sufficient permissions, Now for BP API service account I granted "System Administrators" role as you can see in below snapshot. After granting all permissions I have restarted IIS Website. Still I am getting 401 unauthorized error.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13870.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14035i8459F6DE1CE18CE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="13870.png" alt="13870.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Thank you for getting back to me.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pooja Samudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 07:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63469#M16403</guid>
      <dc:creator>PoojaSamudre</dc:creator>
      <dc:date>2021-10-27T07:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63470#M16404</link>
      <description>Hi Pooja,&lt;BR /&gt;&lt;BR /&gt;Now looking at the screenshots from you last few posts, I am uncertain on things you did there, it was not how you meant to use the DX asset.&lt;BR /&gt;&lt;BR /&gt;The following screen should be all you need to configure the asset to work. BPAPI_CLIENTID should be set to the exact name of the service account you created, which is also the same as the account with yellow key you can see from within Blue Prism user screen. You seem to be using many different values over time. I cannot be certain which is actually your API service account, and if sufficient permissions have been granted to it.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13880.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14043iFA30885B81B456E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="13880.png" alt="13880.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The asset should also have variables set so you do not need to enter any value, for example, on the next screen. But you chose to override the values here, and somehow you used "AuthenticationServer" on Client ID, which just does not make sense. This should be set to your API service account name instead, and if you have been using the asset in the way it is designed, you would have set that in the previous screen, against variable BPAPI_CLIENTID.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13882.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14047i9EC91C7F83D5AE9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="13882.png" alt="13882.png" /&gt;&lt;/span&gt;&lt;BR /&gt;My assessment on your situation is that you did not plug in the authentication values and because of that you were getting 401. In this very case, 401 does not mean insufficient permissions, but rather incorrect credentials.&lt;BR /&gt;&lt;BR /&gt;I would think you should check your service account, make sure you are using the right service account name for the asset. Once done, consider reimport the DX asset by overwriting the existing one, followed by reconfiguration of all parameters according the instructions given in the user guide and see if it works for you.&lt;BR /&gt;&lt;BR /&gt;Lastly, you do not need to reset your IIS after making any changes anywhere. By design, obtaining a new oAuth 2.0 token is sufficient for the API services to take into consideration of updated permissions you have set in Blue Prism against your service account.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 23:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63470#M16404</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-10-27T23:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63471#M16405</link>
      <description>Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot that was really helpful. I got the response.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pooja Samudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2021 11:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63471#M16405</guid>
      <dc:creator>PoojaSamudre</dc:creator>
      <dc:date>2021-10-28T11:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63472#M16406</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to access API end points using python code, When trying to get access token getting 400 response, but same I am able to do with postman.&lt;BR /&gt;&lt;BR /&gt;Can I get more details on what will be the headers or json data we can pass for authorization using client id and client secret.&lt;BR /&gt;&lt;BR /&gt;Sample code i am using -&lt;BR /&gt;&lt;BR /&gt;def collect_access_token(host_name,oauth2_url,client_id,client_secret):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; header = {'Content-Type': 'application/json; charset=utf-8'}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; data = {"grant_type":"client_credentials","BPAPI_OAUTH2URL":oauth2_url,"BPAPI_CLIENTID":client_id,"CLIENT_SECRET":client_secret,"scope":"bp-api "}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; print("Getting response")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; response = requests.post(host_name, data=data,headers=header, verify = False)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; print(response)&lt;BR /&gt;&lt;BR /&gt;I am refering to this document - &lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec.html" target="test_blank"&gt;https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec.html&lt;/A&gt;&lt;BR /&gt;Also, can i get documentation link on how i can use&amp;nbsp; blueprism APIs outside of postman or using python or any other programming language.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Pooja Samudre&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pooja Samudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63472#M16406</guid>
      <dc:creator>PoojaSamudre</dc:creator>
      <dc:date>2021-11-10T17:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63473#M16407</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/50103"&gt;@PoojaSamudre&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;If you are able to use the BP REST API from Postman have you tried looking at the code that Postman can generate for any action? There's an option to select the language you want to the code generated in and Python is one of the options. Here's an example of getting the work queues using Python http.client.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13917.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14082i6D8CC6FE2EA735CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="13917.png" alt="13917.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2021 20:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63473#M16407</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-11-10T20:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63474#M16408</link>
      <description>Hi Pooja,&lt;BR /&gt;&lt;BR /&gt;Please refer to the following page to get a clear understanding how OAuth2 Client Credential flow is implemented.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/" target="_blank" rel="noopener"&gt;https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will then notice you have specified your request body incorrectly. It is expecting a plain string like&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;grant_type=client_credentials&amp;amp;client_id=xxxxxxxxxx&amp;amp;client_secret=xxxxxxxxxx&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;But you have specified a Python dictionary&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;EM&gt;{"grant_type":"client_credentials","BPAPI_OAUTH2URL":oauth2_url,"BPAPI_CLIENTID":client_id,"CLIENT_SECRET":client_secret,"scope":"bp-api "}&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;Your header is also incorrect, it cannot be application/json as the body is not in Json format. If you are supplying any header, you should have the following&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Content-Type: application/x-www-form-urlencoded&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;But you may even get away with leaving header completely unfilled for this Post request.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Hope you get the idea.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2021 22:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63474#M16408</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-11-10T22:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: API to interact with Blue Prism Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63475#M16409</link>
      <description>Hi Eric, Bruce,&lt;BR /&gt;&lt;BR /&gt;@Eric - I didn't knew about that option, Thanks for letting me know.&lt;BR /&gt;&lt;BR /&gt;@Bruce - Now I have clear understanding how&lt;SPAN&gt;&amp;nbsp;OAuth2 Client Credential works,&amp;nbsp; that was really helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks for help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pooja Samudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Nov 2021 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/API-to-interact-with-Blue-Prism-Control-Room/m-p/63475#M16409</guid>
      <dc:creator>PoojaSamudre</dc:creator>
      <dc:date>2021-11-13T16:32:00Z</dc:date>
    </item>
  </channel>
</rss>

