<?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>article Lost access to Dashboard/Notebook/Launchpad - Need to transfer ownership in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/ta-p/280270</link>
    <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;This process can be applied to all Platform Documents (Dashboards, Notebooks, Launchpads), and will allow said Document to have a new Owner, and optionally be made public so that all users in the Environment can view it.&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;Sometimes a Document is kept in private only access (which is default), and then the owner of the Document no longer has access (Left the company, changed roles, etc...). This blocks other users from accessing the Document, making modifications, or changing its sharing settings. The Document's ownership can be transferred using the &lt;A href="https://developer.dynatrace.com/plan/platform-services/document-service/" target="_blank" rel="noopener"&gt;Document Service API&lt;/A&gt;.&lt;/P&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;There is a Dynatrace Document which is in the default private only setup which end users need access to.
&lt;OL&gt;
&lt;LI&gt;This can be a Platform Dashboard, Notebook, or Launchpad.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ownership of the Document needs to be transferred to a new user account.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H1&gt;Resolution&lt;/H1&gt;
&lt;P&gt;The overall process is documented in our &lt;A href="https://developer.dynatrace.com/plan/platform-services/document-service/" target="_blank" rel="noopener"&gt;Developer Site.&lt;/A&gt; We need to use the &lt;FONT face="courier new,courier"&gt;transfer-owner&lt;/FONT&gt;&amp;nbsp;API call with &lt;FONT face="courier new,courier"&gt;admin-access: true. &lt;/FONT&gt;As part of this, an OAuth2 Client will be made.&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure the User Account which is making the OAuth2 Client has the "Admin User" Policy assigned, or an equivalent that allows for the following IAM Policies. &lt;A href="https://docs.dynatrace.com/docs/shortlink/iam-policy-mgt#create" target="_blank" rel="noopener"&gt;Create a policy&lt;/A&gt; -&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/iam-policy-mgt#apply" target="_blank" rel="noopener"&gt;assign a policy to a group&lt;/A&gt;&amp;nbsp;- &lt;A href="https://docs.dynatrace.com/docs/shortlink/access-user-management#assign-users-to-groups" target="_blank" rel="noopener"&gt;assign users to groups&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;ALLOW document:documents:read, document:documents:write, document:documents:delete, document:documents:admin&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/oauth#create-an-oauth2-client" target="_blank" rel="noopener"&gt;Create an OAuth2 Client&lt;/A&gt;&amp;nbsp;using the User Account from Step 1 as the subject email with the following 4 permissions checked.
&lt;OL&gt;
&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bsnurka_0-1750950405155.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28695i9D04CBC67C50200D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bsnurka_0-1750950405155.png" alt="bsnurka_0-1750950405155.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure to copy the Client ID, Client secret, and Dynatrace account URN.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Within the SaaS Environment, create a test Dashboard so the user ID of the new owner can be found. Remember this Dashboard name.&lt;/LI&gt;
&lt;LI&gt;Execute the following cURL to generate our Bearer/Access Token - &lt;A href="https://docs.dynatrace.com/docs/shortlink/oauth#request-a-token" target="_blank" rel="noopener"&gt;Request a token&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;curl -L -X POST 'https://sso.dynatrace.com/sso/oauth2/token' -H 'Content-Type: application/x-www-form-urlencoded' -d 'grant_type=client_credentials' -d 'client_id={Client-id}' -d 'client_secret={Client-secret}' -d 'resource={Dynatrace-account-urn}' -d 'scope=document:documents:read document:documents:admin document:documents:write'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Replace &lt;FONT face="courier new,courier"&gt;{Client-id}&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;{Client-secret}&lt;/FONT&gt;, and &lt;FONT face="courier new,courier"&gt;{Dynatrace-account-urn} &lt;/FONT&gt;with the details from Step 2.&lt;/LI&gt;
&lt;LI&gt;Copy the Base64 token from the &lt;FONT face="courier new,courier"&gt;access_token&lt;/FONT&gt; field. This token is valid for 5 minutes. Resubmit this API Call if our token expires.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Find the owner ID we want to transfer ownership to, as well as the ID of the Dashboard needing its ownership transferred.
&lt;OL&gt;
&lt;LI&gt;Execute the following cURL, replacing &lt;FONT face="courier new,courier"&gt;{SaaS-Tenant-URL}&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;{your-access-token}&lt;/FONT&gt; with the relevant data.&lt;/LI&gt;
&lt;LI&gt;
&lt;PRE&gt;curl -X 'GET' \&lt;BR /&gt;'https://{SaaS-Tenant-URL}/platform/document/v1/documents?admin-access=true' \&lt;BR /&gt;-H 'accept: application/json' \&lt;BR /&gt;-H 'Authorization: Bearer {your-access-token}'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;For the Test Dashboard from Step 3, keep track of the ID found within the &lt;FONT face="courier new,courier"&gt;owner&lt;/FONT&gt; field. This will be the &lt;FONT face="courier new,courier"&gt;{new-owner-id}&lt;/FONT&gt; in the next step.&lt;/LI&gt;
&lt;LI&gt;For the Document needing ownership transferred, keep track of the ID found within the &lt;FONT face="courier new,courier"&gt;id&lt;/FONT&gt; field. This will be the &lt;FONT face="courier new,courier"&gt;{id-of-document}&lt;/FONT&gt; in the next step.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Execute the &lt;FONT face="courier new,courier"&gt;transfer-owner&lt;/FONT&gt;&amp;nbsp;API call.
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;curl -X 'POST' \&lt;BR /&gt;'https://{SaaS-Tenant-URL}/platform/document/v1/documents/{id-of-document}:transfer-owner?admin-access=true' \&lt;BR /&gt;-H 'accept: */*' \&lt;BR /&gt;-H 'Content-Type: application/json' \&lt;BR /&gt;-H 'Authorization: Bearer {your-access-token}' \&lt;BR /&gt;-d '{&lt;BR /&gt;"newOwnerId": "{new-owner-id}"&lt;BR /&gt;}'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Replace &lt;FONT face="courier new,courier"&gt;{SaaS-Tenant-URL}&lt;/FONT&gt;,&amp;nbsp;&lt;FONT face="courier new,courier"&gt;{your-access-token}&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;{id-of-document}&lt;/FONT&gt;, and &lt;FONT face="courier new,courier"&gt;{new-owner-id}&lt;/FONT&gt; with the relevant details.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The ownership of the Document which was targeted should now be transferred to the new owner, at which point they can &lt;A href="https://docs.dynatrace.com/docs/shortlink/share-documents" target="_blank" rel="noopener"&gt;configure the sharing settings&lt;/A&gt; to make it public, or make modifications to the Document as if they had made it originally.&lt;/P&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;P&gt;If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:&lt;/P&gt;
&lt;DIV class="p-client_container"&gt;
&lt;DIV class="p-ia4_client_container"&gt;
&lt;DIV class="p-ia4_client p-ia4_client--with-search-in-top-nav p-ia4_client--workspace-switcher-rail-visibletest p-ia4_client--sidebar-wide p-ia4_client--narrow-feature-on"&gt;
&lt;DIV class="p-client_workspace_wrapper" role="tabpanel" aria-label="Dynatrace"&gt;
&lt;DIV class="p-client_workspace" role="tabpanel" aria-label="DMs"&gt;
&lt;DIV class="p-client_workspace__layout"&gt;
&lt;DIV class="active-managed-focus-container" role="none"&gt;
&lt;DIV class="p-view_contents p-view_contents--primary" tabindex="-1" role="dialog" aria-label="Conversation with Anton Konikov"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="channel_tab_panel__zJ5Bt c-tabs__tab_panel c-tabs__tab_panel--active c-tabs__tab_panel--full_height" role="none" data-qa="tabs_content_container"&gt;
&lt;DIV class="p-file_drag_drop__container"&gt;
&lt;DIV class="p-workspace__primary_view_body"&gt;
&lt;DIV class="p-message_pane p-message_pane--classic-nav p-message_pane--scrollbar-float-adjustment p-message_pane--with-bookmarks-bar" data-qa="message_pane"&gt;
&lt;DIV role="presentation"&gt;
&lt;DIV class="c-virtual_list c-virtual_list--scrollbar c-message_list c-message_list--floating c-message_list--dark c-scrollbar c-scrollbar--fade" role="presentation"&gt;
&lt;DIV class="c-scrollbar__hider" role="presentation" data-qa="slack_kit_scrollbar"&gt;
&lt;DIV class="c-scrollbar__child" role="presentation"&gt;
&lt;DIV class="c-virtual_list__scroll_container" tabindex="-1" role="list" data-qa="slack_kit_list" aria-label="Anton Konikov (direct message, active)"&gt;
&lt;DIV id="1734101723.604509" class="c-virtual_list__item" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734101723.604509"&gt;
&lt;DIV class="c-message_kit__background p-message_pane_message__message c-message_kit__message p-message_pane_message__message--last" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="1" data-border-radius-top-cap="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Link to the test Dashboard which was made.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Name of the Document which needs to have its ownership transferred, and the type of Document (Dashboard, Notebook, Launchpad).&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Email name of the user whose account created the OAuth2 Client.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Confirmation at which step in the resolution we are running into issues.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 30 Jun 2025 06:02:32 GMT</pubDate>
    <dc:creator>bsnurka</dc:creator>
    <dc:date>2025-06-30T06:02:32Z</dc:date>
    <item>
      <title>Lost access to Dashboard/Notebook/Launchpad - Need to transfer ownership</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/ta-p/280270</link>
      <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;This process can be applied to all Platform Documents (Dashboards, Notebooks, Launchpads), and will allow said Document to have a new Owner, and optionally be made public so that all users in the Environment can view it.&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;Sometimes a Document is kept in private only access (which is default), and then the owner of the Document no longer has access (Left the company, changed roles, etc...). This blocks other users from accessing the Document, making modifications, or changing its sharing settings. The Document's ownership can be transferred using the &lt;A href="https://developer.dynatrace.com/plan/platform-services/document-service/" target="_blank" rel="noopener"&gt;Document Service API&lt;/A&gt;.&lt;/P&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;There is a Dynatrace Document which is in the default private only setup which end users need access to.
&lt;OL&gt;
&lt;LI&gt;This can be a Platform Dashboard, Notebook, or Launchpad.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ownership of the Document needs to be transferred to a new user account.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H1&gt;Resolution&lt;/H1&gt;
&lt;P&gt;The overall process is documented in our &lt;A href="https://developer.dynatrace.com/plan/platform-services/document-service/" target="_blank" rel="noopener"&gt;Developer Site.&lt;/A&gt; We need to use the &lt;FONT face="courier new,courier"&gt;transfer-owner&lt;/FONT&gt;&amp;nbsp;API call with &lt;FONT face="courier new,courier"&gt;admin-access: true. &lt;/FONT&gt;As part of this, an OAuth2 Client will be made.&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure the User Account which is making the OAuth2 Client has the "Admin User" Policy assigned, or an equivalent that allows for the following IAM Policies. &lt;A href="https://docs.dynatrace.com/docs/shortlink/iam-policy-mgt#create" target="_blank" rel="noopener"&gt;Create a policy&lt;/A&gt; -&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/iam-policy-mgt#apply" target="_blank" rel="noopener"&gt;assign a policy to a group&lt;/A&gt;&amp;nbsp;- &lt;A href="https://docs.dynatrace.com/docs/shortlink/access-user-management#assign-users-to-groups" target="_blank" rel="noopener"&gt;assign users to groups&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;ALLOW document:documents:read, document:documents:write, document:documents:delete, document:documents:admin&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/oauth#create-an-oauth2-client" target="_blank" rel="noopener"&gt;Create an OAuth2 Client&lt;/A&gt;&amp;nbsp;using the User Account from Step 1 as the subject email with the following 4 permissions checked.
&lt;OL&gt;
&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bsnurka_0-1750950405155.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28695i9D04CBC67C50200D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bsnurka_0-1750950405155.png" alt="bsnurka_0-1750950405155.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure to copy the Client ID, Client secret, and Dynatrace account URN.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Within the SaaS Environment, create a test Dashboard so the user ID of the new owner can be found. Remember this Dashboard name.&lt;/LI&gt;
&lt;LI&gt;Execute the following cURL to generate our Bearer/Access Token - &lt;A href="https://docs.dynatrace.com/docs/shortlink/oauth#request-a-token" target="_blank" rel="noopener"&gt;Request a token&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;curl -L -X POST 'https://sso.dynatrace.com/sso/oauth2/token' -H 'Content-Type: application/x-www-form-urlencoded' -d 'grant_type=client_credentials' -d 'client_id={Client-id}' -d 'client_secret={Client-secret}' -d 'resource={Dynatrace-account-urn}' -d 'scope=document:documents:read document:documents:admin document:documents:write'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Replace &lt;FONT face="courier new,courier"&gt;{Client-id}&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;{Client-secret}&lt;/FONT&gt;, and &lt;FONT face="courier new,courier"&gt;{Dynatrace-account-urn} &lt;/FONT&gt;with the details from Step 2.&lt;/LI&gt;
&lt;LI&gt;Copy the Base64 token from the &lt;FONT face="courier new,courier"&gt;access_token&lt;/FONT&gt; field. This token is valid for 5 minutes. Resubmit this API Call if our token expires.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Find the owner ID we want to transfer ownership to, as well as the ID of the Dashboard needing its ownership transferred.
&lt;OL&gt;
&lt;LI&gt;Execute the following cURL, replacing &lt;FONT face="courier new,courier"&gt;{SaaS-Tenant-URL}&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;{your-access-token}&lt;/FONT&gt; with the relevant data.&lt;/LI&gt;
&lt;LI&gt;
&lt;PRE&gt;curl -X 'GET' \&lt;BR /&gt;'https://{SaaS-Tenant-URL}/platform/document/v1/documents?admin-access=true' \&lt;BR /&gt;-H 'accept: application/json' \&lt;BR /&gt;-H 'Authorization: Bearer {your-access-token}'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;For the Test Dashboard from Step 3, keep track of the ID found within the &lt;FONT face="courier new,courier"&gt;owner&lt;/FONT&gt; field. This will be the &lt;FONT face="courier new,courier"&gt;{new-owner-id}&lt;/FONT&gt; in the next step.&lt;/LI&gt;
&lt;LI&gt;For the Document needing ownership transferred, keep track of the ID found within the &lt;FONT face="courier new,courier"&gt;id&lt;/FONT&gt; field. This will be the &lt;FONT face="courier new,courier"&gt;{id-of-document}&lt;/FONT&gt; in the next step.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Execute the &lt;FONT face="courier new,courier"&gt;transfer-owner&lt;/FONT&gt;&amp;nbsp;API call.
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;curl -X 'POST' \&lt;BR /&gt;'https://{SaaS-Tenant-URL}/platform/document/v1/documents/{id-of-document}:transfer-owner?admin-access=true' \&lt;BR /&gt;-H 'accept: */*' \&lt;BR /&gt;-H 'Content-Type: application/json' \&lt;BR /&gt;-H 'Authorization: Bearer {your-access-token}' \&lt;BR /&gt;-d '{&lt;BR /&gt;"newOwnerId": "{new-owner-id}"&lt;BR /&gt;}'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Replace &lt;FONT face="courier new,courier"&gt;{SaaS-Tenant-URL}&lt;/FONT&gt;,&amp;nbsp;&lt;FONT face="courier new,courier"&gt;{your-access-token}&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;{id-of-document}&lt;/FONT&gt;, and &lt;FONT face="courier new,courier"&gt;{new-owner-id}&lt;/FONT&gt; with the relevant details.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The ownership of the Document which was targeted should now be transferred to the new owner, at which point they can &lt;A href="https://docs.dynatrace.com/docs/shortlink/share-documents" target="_blank" rel="noopener"&gt;configure the sharing settings&lt;/A&gt; to make it public, or make modifications to the Document as if they had made it originally.&lt;/P&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;P&gt;If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:&lt;/P&gt;
&lt;DIV class="p-client_container"&gt;
&lt;DIV class="p-ia4_client_container"&gt;
&lt;DIV class="p-ia4_client p-ia4_client--with-search-in-top-nav p-ia4_client--workspace-switcher-rail-visibletest p-ia4_client--sidebar-wide p-ia4_client--narrow-feature-on"&gt;
&lt;DIV class="p-client_workspace_wrapper" role="tabpanel" aria-label="Dynatrace"&gt;
&lt;DIV class="p-client_workspace" role="tabpanel" aria-label="DMs"&gt;
&lt;DIV class="p-client_workspace__layout"&gt;
&lt;DIV class="active-managed-focus-container" role="none"&gt;
&lt;DIV class="p-view_contents p-view_contents--primary" tabindex="-1" role="dialog" aria-label="Conversation with Anton Konikov"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="channel_tab_panel__zJ5Bt c-tabs__tab_panel c-tabs__tab_panel--active c-tabs__tab_panel--full_height" role="none" data-qa="tabs_content_container"&gt;
&lt;DIV class="p-file_drag_drop__container"&gt;
&lt;DIV class="p-workspace__primary_view_body"&gt;
&lt;DIV class="p-message_pane p-message_pane--classic-nav p-message_pane--scrollbar-float-adjustment p-message_pane--with-bookmarks-bar" data-qa="message_pane"&gt;
&lt;DIV role="presentation"&gt;
&lt;DIV class="c-virtual_list c-virtual_list--scrollbar c-message_list c-message_list--floating c-message_list--dark c-scrollbar c-scrollbar--fade" role="presentation"&gt;
&lt;DIV class="c-scrollbar__hider" role="presentation" data-qa="slack_kit_scrollbar"&gt;
&lt;DIV class="c-scrollbar__child" role="presentation"&gt;
&lt;DIV class="c-virtual_list__scroll_container" tabindex="-1" role="list" data-qa="slack_kit_list" aria-label="Anton Konikov (direct message, active)"&gt;
&lt;DIV id="1734101723.604509" class="c-virtual_list__item" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734101723.604509"&gt;
&lt;DIV class="c-message_kit__background p-message_pane_message__message c-message_kit__message p-message_pane_message__message--last" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="1" data-border-radius-top-cap="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Link to the test Dashboard which was made.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Name of the Document which needs to have its ownership transferred, and the type of Document (Dashboard, Notebook, Launchpad).&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Email name of the user whose account created the OAuth2 Client.&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Confirmation at which step in the resolution we are running into issues.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Jun 2025 06:02:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/ta-p/280270</guid>
      <dc:creator>bsnurka</dc:creator>
      <dc:date>2025-06-30T06:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lost access to Dashboard/Notebook/Launchpad - Need to transfer ownership</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/tac-p/280350#M922</link>
      <description>&lt;P&gt;Very useful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 11:45:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/tac-p/280350#M922</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2025-06-27T11:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lost access to Dashboard/Notebook/Launchpad - Need to transfer ownership</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/tac-p/280794#M923</link>
      <description>&lt;P&gt;tested and approved! thanks&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 08:30:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/tac-p/280794#M923</guid>
      <dc:creator>GerardJ</dc:creator>
      <dc:date>2025-07-04T08:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lost access to Dashboard/Notebook/Launchpad - Need to transfer ownership</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/tac-p/291490#M1031</link>
      <description>&lt;P&gt;Does this also work for Anomaly detector configs in the Davis Anomaly detector application?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 13:25:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Lost-access-to-Dashboard-Notebook-Launchpad-Need-to-transfer/tac-p/291490#M1031</guid>
      <dc:creator>R_v_Engelen</dc:creator>
      <dc:date>2025-12-15T13:25:40Z</dc:date>
    </item>
  </channel>
</rss>

