<?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: PRO TIP - Dynatrace Account Management API Postman Collection in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221051#M988</link>
    <description>&lt;P&gt;Thank you for documenting this&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Aug 2023 18:16:59 GMT</pubDate>
    <dc:creator>ChadTurner</dc:creator>
    <dc:date>2023-08-18T18:16:59Z</dc:date>
    <item>
      <title>PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221026#M987</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;My fellow DynaMight&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@76177FECA09A4EC32028B85B10D79F5D/images/emoticons/Dynamight-rank-icon.png" alt=":dynamight:" title=":dynamight:" /&gt; Patrick Hofmann &lt;A href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/22796" target="_blank" rel="noopener"&gt;pahofmann&lt;/A&gt; has shared several &lt;A href="https://community.dynatrace.com/t5/Dynatrace-tips/Postman-for-effortless-Dynatrace-API-access-across-environments/m-p/116410" target="_blank" rel="noopener"&gt;Postman collections&lt;/A&gt; for the different &lt;A href="https://www.dynatrace.com/support/help/shortlink/section-api" target="_blank" rel="noopener"&gt;Dynatrace API's&lt;/A&gt; with the community. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Encouraged by this because I use them daily, I created a &lt;A href="https://github.com/dstanizzo/Dynatrace-API-Account.Management-Postman-Collection" target="_blank" rel="noopener"&gt;Postman Collection&lt;/A&gt; for the new &lt;A href="https://www.dynatrace.com/support/help/shortlink/account-api" target="_blank" rel="noopener"&gt;Account management API&lt;/A&gt; following the guidelines used in the ones created by Patrick. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I share the steps to get this working in your Postman client.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;H2&gt;1. Create an Oauth2 Client in Dynatrace&lt;/H2&gt;
&lt;P&gt;For more reference in this step you can take a look at &lt;A href="https://community.dynatrace.com/t5/Open-Q-A/Creating-OAuth-client-in-Dynatrace/m-p/217350" target="_blank" rel="noopener"&gt;this&lt;/A&gt; post from &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/45226"&gt;@AgataWlodarczyk&lt;/a&gt; with a video from &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/167"&gt;@adam_gardner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Open the User menu and select Account settings (in latest Dynatrace, Account Management).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;On the top navigation bar, go to Identity &amp;amp; access management &amp;gt; OAuth clients.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select Create client.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Provide an email of the user who owns the client.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Provide a description for the new client.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select the required token scopes. These are the scopes that the client will be able to grant. Tokens generated by the client might have different scope sets.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Allow read access for identity resources (users and groups) &lt;STRONG&gt;account-idm-read&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Allow write access for identity resources (users and groups) &lt;STRONG&gt;account-idm-write&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Allow read access for environment resources &lt;STRONG&gt;account-env-read&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Allow write access for environment resources &lt;STRONG&gt;account-env-write&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Allow read access for usage and consumption resources &lt;STRONG&gt;account-uac-read&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Allow write access for usage and consumption resources &lt;STRONG&gt;account-uac-write&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Allow IAM policy configuration for environments. &lt;STRONG&gt;iam-policies-management&lt;/STRONG&gt;; &lt;STRONG&gt;iam:policies:read&lt;/STRONG&gt;; &lt;STRONG&gt;iam:policies:write&lt;/STRONG&gt;; &lt;STRONG&gt;iam:bindings:read&lt;/STRONG&gt;; &lt;STRONG&gt;iam:bindings:write&lt;/STRONG&gt;; &lt;STRONG&gt;iam:effective-permissions:read&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select Create client.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Copy the generated information to the clipboard. Store it in a password manager for future use.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;2. Create an Environment for your Collection in Postman&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Environment" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13684iDABDABCBE3245547/image-size/large?v=v2&amp;amp;px=999" role="button" title="Environment.png" alt="Environment" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Environment&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Select Environments.&lt;/LI&gt;
&lt;LI&gt;Click the + sign.&lt;/LI&gt;
&lt;LI&gt;Name your Environment.&lt;/LI&gt;
&lt;LI&gt;The environment needs that you define these variables:
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_CLIENT_ID&lt;/STRONG&gt; Provided when you create the Oauth2 client in step 1.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_CLIENT_SECRET&lt;/STRONG&gt; Provided when you create the Oauth2 client in step 1.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_ACCOUNT_URN&lt;/STRONG&gt; Provided when you create the Oauth2 client in step 1.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_UUID&lt;/STRONG&gt; Same value of DT_ACCOUNT_URN but stripping the urn:account:&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_SCOPE&lt;/STRONG&gt; A list of required scopes separated by a whitespace.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_TOKEN_URL&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; &lt;STRONG&gt;PLEASE DON'T CHANGE THIS VALUE&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; The URL &lt;EM&gt;&lt;A href="https://sso.dynatrace.com/sso/oauth2/token" target="_blank" rel="nofollow noopener"&gt;https://sso.dynatrace.com/sso/oauth2/token&lt;/A&gt;&lt;/EM&gt; where you need to obtain your Bearer token after create the Oauth2 client.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_TOKEN_NAME&lt;/STRONG&gt; The name for your token.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_TOKEN&lt;/STRONG&gt; In this variable you will store your assigned dynamic token.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DT_HOST&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; &lt;STRONG&gt;PLEASE DON'T CHANGE THIS VALUE&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; The URL &lt;EM&gt;api.dynatrace.com&lt;/EM&gt; of the Dynatrace API for Account Management.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Leave this Environment Selected.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;3. Import Dynatrace Account Management API Collection&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Import" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13685i2B2D4C81C08629EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Import.png" alt="Import" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Import&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the &lt;A href="https://github.com/dstanizzo/Dynatrace-API-Account.Management-Postman-Collection/blob/main/Dynatrace%20Account%20Management%20API%20v1%20Collection/Dynatrace%20Account%20Management%20API%20v1.json" target="_blank" rel="noopener"&gt;Dynatrace Account Management&lt;/A&gt; JSON from the repository.&lt;/LI&gt;
&lt;LI&gt;Select Collections.&lt;/LI&gt;
&lt;LI&gt;Click on Import and choose the previously downloaded JSON.&lt;/LI&gt;
&lt;LI&gt;Your Dynatrace Account Management API v1 Collection has been added to your collection.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;4. Get your Bearer Token&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Get your Bearer Token" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13686i1908DA37DB44228B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Get.Your.Bearer.Token.png" alt="Get your Bearer Token" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Get your Bearer Token&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; &lt;STRONG&gt;DON'T FORGET TO HAVE SELECTED THE ENVIRONMENT CREATED IN STEP 2&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Select your recently imported Dynatrace Account Management API v1 Collection.&lt;/LI&gt;
&lt;LI&gt;Click on the Authorization tab.&lt;/LI&gt;
&lt;LI&gt;Click on Get New Access Token.&lt;/LI&gt;
&lt;LI&gt;Wait until the token has been collected.&lt;/LI&gt;
&lt;LI&gt;Click on Use Token.&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; &lt;STRONG&gt;BE SURE TO SELECT ALL YOUR TOKEN&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; And then select Set as variable.&lt;/LI&gt;
&lt;LI&gt;Choose the &lt;STRONG&gt;DT_TOKEN&lt;/STRONG&gt; variable to store your new Bearer Token.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;5. Ready, Set, Go &lt;span class="lia-unicode-emoji" title=":vertical_traffic_light:"&gt;🚦&lt;/span&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Using Collection" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13687iED94C9310306DE1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Using.Collection.png" alt="Using Collection" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Using Collection&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; &lt;STRONG&gt;DON'T FORGET TO HAVE SELECTED THE ENVIRONMENT CREATED IN STEP 2&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Select Collections.&lt;/LI&gt;
&lt;LI&gt;Then Select the Request you want to use and check the parameters.&lt;/LI&gt;
&lt;LI&gt;Click on Send.&lt;/LI&gt;
&lt;LI&gt;And if everything goes well you get your Response.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:39:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221026#M987</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-08-29T07:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221051#M988</link>
      <description>&lt;P&gt;Thank you for documenting this&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 18:16:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221051#M988</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-08-18T18:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221052#M989</link>
      <description>&lt;P&gt;This is gold!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 20:15:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221052#M989</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2023-08-18T20:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221053#M990</link>
      <description>&lt;P&gt;Your welcome &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14877"&gt;@ChadTurner&lt;/a&gt;. The use of Oauth2 clients to obtain valid Bearer tokens is what is coming to Dynatrace API.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 20:32:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221053#M990</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-08-18T20:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221054#M991</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt; It took me a while to implement it in Postman, but it will surely be very useful for interacting with the API. I'm thinking improvements for future releases.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 20:34:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221054#M991</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-08-18T20:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221057#M993</link>
      <description>&lt;P&gt;WOW!&lt;/P&gt;&lt;P&gt;This is a very good and detailed guide! Thanks for sharing it&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 08:21:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221057#M993</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2023-08-19T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221104#M1003</link>
      <description>&lt;P&gt;GOLDEN!!!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 12:05:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221104#M1003</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2023-08-21T12:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221415#M1008</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt; hope it helps.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:53:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221415#M1008</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-08-23T13:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221416#M1009</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/36140"&gt;@Kenny_Gillette&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:54:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/221416#M1009</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-08-23T13:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/222688#M1029</link>
      <description>&lt;P&gt;Awesome, Thanks to share.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 11:46:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/222688#M1029</guid>
      <dc:creator>Malaik</dc:creator>
      <dc:date>2023-09-10T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/222712#M1030</link>
      <description>&lt;P&gt;As a Partner who often needs to manage several Accounts, this is so very very useful!! Thank you,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;!!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 09:28:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/222712#M1030</guid>
      <dc:creator>PedroDeodato</dc:creator>
      <dc:date>2023-09-11T09:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/222732#M1031</link>
      <description>&lt;P&gt;Glad to help &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40725"&gt;@PedroDeodato&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 16:02:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/222732#M1031</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-09-11T16:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/229191#M1083</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;for providing this valuable information. It helps me a lot while handling multiple environments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tijust&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 23:27:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/229191#M1083</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2023-11-17T23:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/251122#M1314</link>
      <description>&lt;P&gt;Great contribution! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 18:20:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/251122#M1314</guid>
      <dc:creator>Leonardo_Val</dc:creator>
      <dc:date>2024-07-19T18:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285492#M1749</link>
      <description>&lt;P&gt;This is amazing.&amp;nbsp; Thank you very much for putting this together.&lt;/P&gt;&lt;P&gt;I have one question, which I presume is from a slight UI change, but I am not sure.&amp;nbsp; In step 4 "Get Your Bearer Token" I followed everything through step 6 - Click on Use Token, but then I cannot for the life of me figure out how to set the token as a variable.&amp;nbsp; I cannot find the option "Set as Variable" anywhere within my Postman user interface.&amp;nbsp; I see this was originally created a few years ago.&amp;nbsp; By any chance has someone used this recently that can walk me through how to set the new bearer token as a variable, using the most recent version of Postman?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 19:28:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285492#M1749</guid>
      <dc:creator>djmnyc</dc:creator>
      <dc:date>2025-09-05T19:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285498#M1750</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielS_1-1757102143869.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29982iF3B3D9B74C683ACA/image-size/large?v=v2&amp;amp;px=999" role="button" title="DanielS_1-1757102143869.png" alt="DanielS_1-1757102143869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84138"&gt;@djmnyc&lt;/a&gt;&amp;nbsp;,&amp;nbsp;I appreciate your words and your good observation. The Postman UI has changed, and the process is now slightly different.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Select all the token, then right-click.&lt;/LI&gt;&lt;LI&gt;Go to Set and choose your "&amp;lt;ENVIRONMENT NAME&amp;gt;".&lt;/LI&gt;&lt;LI&gt;Then select DT_TOKEN.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For some reason, when you do this, Postman adds a&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":right_arrow_curving_left:"&gt;↩️&lt;/span&gt; CR LF (Carriage Return + Line Feed) character — I believe this is a bug.&lt;/P&gt;&lt;P&gt;4. To work around this, go to Environments.&lt;BR /&gt;5. Select your "&amp;lt;ENVIRONMENT NAME&amp;gt;".&lt;BR /&gt;6. Go to DT_TOKEN and manually erase the&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":right_arrow_curving_left:"&gt;↩️&lt;/span&gt; CR LF character (you'll usually find it at the end of the value).&lt;/P&gt;&lt;P&gt;7. Then choose your favorite API and press Send — this should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 20:09:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285498#M1750</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-09-05T20:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285499#M1751</link>
      <description>&lt;P&gt;Oh wow.&amp;nbsp; That was quick!&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was actually about to reply to say that I figured it out after poking around since my first post.&amp;nbsp; I was able to get it to work by selecting the entire token, making sure to only select up to the last visible character, right click, and assign to DT_TOKEN.&amp;nbsp; This worked for me!&amp;nbsp; Thanks so much.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Quick follow up question ... and I would imagine this is a common audit request for other DT admins ...&amp;nbsp; but I cannot find an easy solution online.&amp;nbsp; I have been asked to provide a user list, with all permissions for each user.&amp;nbsp; So, I would like to produce a user list with all the groups that each user is a member of.&amp;nbsp; I see the DT Acct Mgmt API has a call to get all users and another API call that will retrieve all groups for a given user.&amp;nbsp; I would imagine someone has solved this before with scripting, where you get the full user list, store in an array/list of some sort, and then iterate through that collection calling the group API for each user.&amp;nbsp; Each iteration would add the group membership list for each user in some sort of map.&amp;nbsp; &amp;nbsp;Finally, the output could then be written as a simple CSV:&lt;BR /&gt;&lt;BR /&gt;user1, group1, group2, group5&lt;BR /&gt;user2, group1, group3&lt;BR /&gt;user3, group3, group5&lt;BR /&gt;etc&lt;/P&gt;&lt;P&gt;I am completely new to Postman and learning python.&amp;nbsp; Is this something that can easily be done with Postman?&amp;nbsp; Have you seen this done before?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 20:21:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285499#M1751</guid>
      <dc:creator>djmnyc</dc:creator>
      <dc:date>2025-09-05T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: PRO TIP - Dynatrace Account Management API Postman Collection</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285500#M1752</link>
      <description>&lt;P&gt;Yes I use a lot Postman Flows, it is a great tool to help you navigate the API's and simplify data extraction.&lt;/P&gt;&lt;P&gt;I work with three main group levels, where each higher-level group inherits the permissions of the previous one and adds some additional capabilities. To simplify, let's call them: User, Power User, and Admin.&lt;/P&gt;&lt;P&gt;Each group is associated with specific IAM policies, and may or may not include permission boundaries, depending on the case.&lt;/P&gt;&lt;P&gt;Since this structure is replicated across each Business Unit in the company, I only maintain and deliver the core set of policies for User, Power User, and Admin.&lt;/P&gt;&lt;P&gt;If someone wants to understand what a given user can do — and considering we have around 17,000 users, each typically assigned to only one group — I suggest they take a random sample from the user base. Once I receive that subset, I can extract and provide the relevant permission details for analysis. Hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 20:39:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-Dynatrace-Account-Management-API-Postman-Collection/m-p/285500#M1752</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-09-05T20:39:29Z</dc:date>
    </item>
  </channel>
</rss>

