{"id":19532,"date":"2022-05-10T07:00:00","date_gmt":"2022-05-10T14:00:00","guid":{"rendered":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/updating-ownership-for-power-apps-apps\/"},"modified":"2025-06-11T07:50:01","modified_gmt":"2025-06-11T14:50:01","slug":"updating-ownership-for-power-apps-apps","status":"publish","type":"post","link":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/updating-ownership-for-power-apps-apps\/","title":{"rendered":"Updating ownership for Power Apps apps"},"content":{"rendered":"<p>Recently, a customer asked a question that we felt would be applicable to many of you responsible for administration of the Microsoft Power Platform: How does removal of an app owner\u2019s profile from Azure Active Directory (AAD) impact access to the app?<\/p>\n<p>Before we answer that, you need to know that in Microsoft Power Apps, there are two different application types:<\/p>\n<ul>\n<li>Model-driven apps<\/li>\n<li>Canvas apps<\/li>\n<\/ul>\n<p>Model-driven apps and canvas apps manage their ownership differently. In this blog post, we\u2019ll explain how to update ownership of each type of app.<\/p>\n<p><strong>Note:<\/strong> If you need more background information about the two types of apps, watch <a href=\"https:\/\/www.youtube.com\/watch?v=WgravI69KOI\">The difference between Canvas Apps and Model Apps &#8211; YouTube<\/a> or review <a href=\"https:\/\/docs.microsoft.com\/power-apps\/maker\/#model-driven-apps\">Start building apps &#8211; Power Apps | Microsoft Docs<\/a> and <a href=\"https:\/\/docs.microsoft.com\/power-apps\/guidance\/planning\/logic\">Power Apps architectural design &#8211; Where to place logic &#8211; Power Apps | Microsoft Docs<\/a><\/p>\n<p>Model-driven and Canvas apps manage their ownership differently.<\/p>\n<h2>Model-driven app ownership<\/h2>\n<p>In a model-driven app there is no concept of a co-owner. If the original owner\/creator leaves the organization, what happens to the application? Users who already have the app shared with them can continue to use it. What if an update or maintenance is required? Well, our admins can help us here. Users with the role of System Customizer, System Administrator, or Environment Maker in the environment can manage the application but they don\u2019t technically \u201cown\u201d the app.<\/p>\n<p>What happens when the owner leaves? Ideally, the owner would work with the organization during their outgoing knowledge transfer sessions: explain what it does, what are the use cases, who is the user-base, and hand over any documentation to a new owner. To change the ownership though you will need to export the application and re-import it under another user. If they leave without being able to do this, then admins noted above can do this.<\/p>\n<p>Deleting or removing the owner won\u2019t have any impact\u00a0on the performance of the app itself.<\/p>\n<p>For more information, see <a href=\"https:\/\/docs.microsoft.com\/power-apps\/maker\/model-driven-apps\/model-app-faq#how-do-i-share-my-app\">Model-driven app FAQ &#8211; Power Apps | Microsoft Docs<\/a>.<\/p>\n<p>Below are some common questions relating to ownership and changes:<\/p>\n<ul>\n<li>Q: How do you change the owner?\n<ul>\n<li>A: Export the app and re-import it as under another user.\n<ul>\n<li>You will need to re-share the app to the users.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>Q: What happens if the original owner leaves?\n<ul>\n<li>A: Users who already have access to the app can continue to use it.<\/li>\n<li>A: Ideally, the owner would work with the organization to export the application, explain how it operates and hand over any documentation.<\/li>\n<\/ul>\n<\/li>\n<li>Q: What happens if we need to update the app?\n<ul>\n<li>A: Admins can help here. Users with the role(s) of System Customizer, System Administrator or Environment Maker can manage changes to the application.<\/li>\n<\/ul>\n<\/li>\n<li>Q: What happens if the owner\u2019s account is deleted?\n<ul>\n<li>A: Deleting or removing the owner won\u2019t have any impact on the performance of the app itself.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Canvas apps ownership<\/h2>\n<p>Canvas apps, unlike Model-driven apps, can be co-owned or have the owner replaced.<\/p>\n<p>If an owner is leaving, they can share the app through the Maker portal. Note that this ownership change does not affect the users with whom it is shared.<\/p>\n<p>For more information please see: <a href=\"https:\/\/docs.microsoft.com\/power-platform\/admin\/admin-manage-apps\">Manage Power Apps &#8211; Power Platform | Microsoft Docs<\/a><\/p>\n<p>On the other hand, if the owner of the app left without adding a co-owner an admin can change the owner through PowerShell.<\/p>\n<ol>\n<li>First, you will need Tenant Admin access. You will also need the Environment Id (envId) and App Id (appId). You will also need to specify the user Id; in this example we will change the ownership to your Id.<\/li>\n<li>Second be sure you have the Power App cmdlets installed. You can do this with the following commands. Run PowerShell in admin mode and enter:<\/li>\n<\/ol>\n<pre>Install-Module -Name Microsoft.PowerApps.Administration.PowerShell\nInstall-Module -Name Microsoft.PowerApps.PowerShell \u2013 AllowClobber<\/pre>\n<p>If you already have the cmdlets installed, nothing will occur and you are good to go; otherwise, you will see the cmdlets installed.<\/p>\n<ol start=\"3\">\n<li>Next, run the Add-PowerAppsAccount cmtlet allowing you to add your account for Power Apps:<\/li>\n<\/ol>\n<pre>Add-PowerAppsAccount<\/pre>\n<ol start=\"4\">\n<li>Next, update the owner, using the appId and envId you found earlier:<\/li>\n<\/ol>\n<pre>Set-AdminPowerAppOwner -AppName \"&lt;appId&gt;\" -EnvironmentName \"&lt;envId&gt;\" -AppOwner $Global:currentSession.userId<\/pre>\n<p>When this command succeeds, the response is minimal, showing only a reference to app Id. The app is now \u201cowned\u201d by the new user.<\/p>\n<p>\u00a0<\/p>\n<p>Reference documentation for the PowerShell commands:<\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/powershell\/module\/microsoft.powerapps.administration.powershell\/add-powerappsaccount?view=pa-ps-latest\">Add-PowerAppsAccount (Microsoft.PowerApps.Administration.PowerShell) | Microsoft Docs<\/a><br \/>\n<a href=\"https:\/\/docs.microsoft.com\/powershell\/module\/microsoft.powerapps.administration.powershell\/set-adminpowerappowner?view=pa-ps-latest\">Set-AdminPowerAppOwner (Microsoft.PowerApps.Administration.PowerShell) | Microsoft Docs<\/a><\/p>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to update the ownership of a Power App (Model-driven and Canvas apps).<\/p>\n","protected":false},"author":265,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","ms-ems-related-posts":[],"footnotes":""},"audience":[3378],"content-type":[],"job-role":[],"product":[3473],"property":[],"topic":[3421],"coauthors":[2060],"class_list":["post-19532","post","type-post","status-publish","format-standard","hentry","audience-it-professional","product-power-apps","topic-application-modernization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Updating ownership for Power Apps apps - Microsoft Power Platform Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Updating ownership for Power Apps apps - Microsoft Power Platform Blog\" \/>\n<meta property=\"og:description\" content=\"How to update the ownership of a Power App (Model-driven and Canvas apps).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/updating-ownership-for-power-apps-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Power Platform Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-10T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-11T14:50:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2023\/12\/Microsoft-logo_rgb_c-gray_950-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"950\" \/>\n\t<meta property=\"og:image:height\" content=\"413\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lee Zuckett\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lee Zuckett\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/\"},\"author\":[{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/lee-zuckett\/\",\"@type\":\"Person\",\"@name\":\"Lee Zuckett\"}],\"headline\":\"Updating ownership for Power Apps apps\",\"datePublished\":\"2022-05-10T14:00:00+00:00\",\"dateModified\":\"2025-06-11T14:50:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/\"},\"wordCount\":724,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization\"},\"keywords\":[\"Canvas Apps\",\"Model-Driven Apps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/\",\"name\":\"Updating ownership for Power Apps apps - Microsoft Power Platform Blog\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website\"},\"datePublished\":\"2022-05-10T14:00:00+00:00\",\"dateModified\":\"2025-06-11T14:50:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Updating ownership for Power Apps apps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/\",\"name\":\"Microsoft Power Platform Blog\",\"description\":\"Innovate with Business Apps\",\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization\",\"name\":\"Microsoft Power Platform Blog\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"contentUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"width\":194,\"height\":145,\"caption\":\"Microsoft Power Platform Blog\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/person\/6b05ffe578e043e7a636888855dfa0d6\",\"name\":\"Lee Zuckett\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ebecd6fb8d5e6b35eb55001a5e6ecabc184780fdf5e431cba2e6e426a2b19d3a?s=96&d=mm&r=g7a3e3cf0bf4eada83a62cb738136b778\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ebecd6fb8d5e6b35eb55001a5e6ecabc184780fdf5e431cba2e6e426a2b19d3a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ebecd6fb8d5e6b35eb55001a5e6ecabc184780fdf5e431cba2e6e426a2b19d3a?s=96&d=mm&r=g\",\"caption\":\"Lee Zuckett\"},\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/lezucket\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Updating ownership for Power Apps apps - Microsoft Power Platform Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/","og_locale":"en_US","og_type":"article","og_title":"Updating ownership for Power Apps apps - Microsoft Power Platform Blog","og_description":"How to update the ownership of a Power App (Model-driven and Canvas apps).","og_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/updating-ownership-for-power-apps-apps\/","og_site_name":"Microsoft Power Platform Blog","article_published_time":"2022-05-10T14:00:00+00:00","article_modified_time":"2025-06-11T14:50:01+00:00","og_image":[{"width":950,"height":413,"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2023\/12\/Microsoft-logo_rgb_c-gray_950-1.webp","type":"image\/png"}],"author":"Lee Zuckett","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lee Zuckett","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#article","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/"},"author":[{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/lee-zuckett\/","@type":"Person","@name":"Lee Zuckett"}],"headline":"Updating ownership for Power Apps apps","datePublished":"2022-05-10T14:00:00+00:00","dateModified":"2025-06-11T14:50:01+00:00","mainEntityOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/"},"wordCount":724,"commentCount":0,"publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization"},"keywords":["Canvas Apps","Model-Driven Apps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/","name":"Updating ownership for Power Apps apps - Microsoft Power Platform Blog","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website"},"datePublished":"2022-05-10T14:00:00+00:00","dateModified":"2025-06-11T14:50:01+00:00","breadcrumb":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2022\/05\/10\/updating-ownership-for-power-apps-apps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/"},{"@type":"ListItem","position":2,"name":"Updating ownership for Power Apps apps"}]},{"@type":"WebSite","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/","name":"Microsoft Power Platform Blog","description":"Innovate with Business Apps","publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization","name":"Microsoft Power Platform Blog","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","width":194,"height":145,"caption":"Microsoft Power Platform Blog"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/person\/6b05ffe578e043e7a636888855dfa0d6","name":"Lee Zuckett","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ebecd6fb8d5e6b35eb55001a5e6ecabc184780fdf5e431cba2e6e426a2b19d3a?s=96&d=mm&r=g7a3e3cf0bf4eada83a62cb738136b778","url":"https:\/\/secure.gravatar.com\/avatar\/ebecd6fb8d5e6b35eb55001a5e6ecabc184780fdf5e431cba2e6e426a2b19d3a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ebecd6fb8d5e6b35eb55001a5e6ecabc184780fdf5e431cba2e6e426a2b19d3a?s=96&d=mm&r=g","caption":"Lee Zuckett"},"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/lezucket\/"}]}},"bloginabox_animated_featured_image":null,"bloginabox_display_generated_audio":false,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Power Platform Blog","distributor_original_site_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/19532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/users\/265"}],"replies":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/comments?post=19532"}],"version-history":[{"count":1,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/19532\/revisions"}],"predecessor-version":[{"id":130153,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/19532\/revisions\/130153"}],"wp:attachment":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/media?parent=19532"}],"wp:term":[{"taxonomy":"audience","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/audience?post=19532"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/content-type?post=19532"},{"taxonomy":"job-role","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/job-role?post=19532"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/product?post=19532"},{"taxonomy":"property","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/property?post=19532"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/topic?post=19532"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/coauthors?post=19532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}