{"id":3267,"date":"2026-06-02T11:08:30","date_gmt":"2026-06-02T11:08:30","guid":{"rendered":"https:\/\/modern-workplace.uk\/?p=3267"},"modified":"2026-06-02T11:29:50","modified_gmt":"2026-06-02T11:29:50","slug":"microsoft-entra-conditional-access-presenting-different-terms-of-use-to-mam-and-mdm-mobile-users","status":"publish","type":"post","link":"https:\/\/modern-workplace.uk\/?p=3267","title":{"rendered":"Microsoft Entra Conditional Access: Presenting Different Terms of Use to MAM and MDM Mobile Users"},"content":{"rendered":"\n<p class=\"has-medium-font-size wp-block-paragraph\">During a recent Intune and MAM rollout, I ran into a configuration problem that took longer to resolve than it should have. The requirement was straightforward: present a Terms of Use document to mobile users before they could access corporate resources, with separate ToU documents for MAM (unmanaged BYOD) and MDM (enrolled) devices. What looked like a clean CA policy design turned out to have a fundamental flaw rooted in how Entra ID evaluates device attributes for unmanaged devices.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This post covers why separate Terms of Use documents matter, what goes wrong when you try to use device filters to differentiate them, and the approach that actually works.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why two separate documents<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">MDM enrolment gives the organisation broad device-level control: compliance policy enforcement, configuration profiles, certificate deployment, and full device wipe. A user accepting the MDM ToU is acknowledging that level of management over their device.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">MAM gives the organisation control only within the boundary of managed apps. It can enforce PIN requirements, restrict copy\/paste between corporate and personal apps, encrypt corporate data at rest within those apps, and selectively wipe corporate data from managed apps only. It cannot touch anything outside that boundary. A user on a personal device accepting a MAM ToU is acknowledging a fundamentally different and more limited set of organisational rights.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Presenting a single ToU that conflates these two models (or presenting the MDM document to a MAM user) is inaccurate regardless of jurisdiction. The user would be consenting to management capabilities that do not apply to their situation. In regulated industries or any environment where the ToU acceptance record could be scrutinised, that matters.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">How Entra ID Delivers the Terms of Use<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The Terms of Use feature in Microsoft Entra ID works as a <strong>Grant control<\/strong> within a Conditional Access policy. When a user authenticates and the CA policy evaluates, the Grant control checks whether the user has an active acceptance record for the specified ToU document.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The ToU document itself is a PDF uploaded directly to Entra ID under Identity Governance, Terms of Use. Each document is a separate ToU policy object, and each can be assigned to one or more CA policies independently. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU1-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"302\" src=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU1-1-1024x302.jpg\" alt=\"\" class=\"wp-image-3269\" srcset=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU1-1-1024x302.jpg 1024w, https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU1-1-300x88.jpg 300w, https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU1-1-768x226.jpg 768w, https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU1-1.jpg 1106w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The ToU configuration allows the administrator to decide user must expand the document to accept it and if, once accepted, the record is stored in Entra for all the user&#8217;s devices (so they are not prompted again) or if the ToU has to be accepted once for each device.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">For this specific deployment I opted to ask the consent once per user.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"834\" height=\"685\" src=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU2.jpg\" alt=\"\" class=\"wp-image-3270\" style=\"width:593px;height:auto\" srcset=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU2.jpg 834w, https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU2-300x246.jpg 300w, https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU2-768x631.jpg 768w\" sizes=\"auto, (max-width: 834px) 100vw, 834px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This is what makes the MAM and MDM split possible: two separate PDF documents, two separate ToU policy objects, two separate CA policies with different conditions, each granting access only after the appropriate document has been accepted.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">One practical point worth noting: because the ToU is presented in a browser window, the Client apps condition in the CA policy matters. The authentication flow for MAM-enrolled apps on mobile devices routes through a browser context for the initial sign-in, which is why Browser must be included alongside Mobile apps and desktop clients in the Client apps condition. Without it, the ToU prompt may never appear.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">The Configuration Problem<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The natural instinct when building the CA policy for MAM ToU is to use the device filter condition to target personal devices:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>device.deviceOwnership -eq \"Personal\"<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Set to <strong>Include filtered devices<\/strong>, this looks correct on paper. The problem is that it only works for devices that have an object in Entra ID. An MDM-enrolled device has a full device record, and the <code>deviceOwnership<\/code> attribute is populated. A BYOD device using MAM, with no Intune enrolment, has no Entra ID device object at all.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">When Entra ID evaluates the CA policy for a MAM user, it cannot find a device record to match the filter against. The policy evaluates as not applicable, the Grant control never fires, and the user passes through without seeing the ToU.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">There are important details to note here:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-medium-font-size\">The device platform condition (Android, iOS) still works for MAM users because it is evaluated from the authentication request itself, not from a device record.<\/li>\n\n\n\n<li class=\"has-medium-font-size\">The client apps condition also works for the same reason.<\/li>\n\n\n\n<li class=\"has-medium-font-size\">Only conditions that depend on a device object in Entra ID fail for unmanaged MAM devices, and <code>deviceOwnership<\/code> is one of those.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This is not a bug. It is an architectural reality: MAM is explicitly designed to work without device registration, and Entra ID has no device object to inspect.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why You Cannot Use a Single User Group to Differentiate<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The logical follow-up question is whether you can solve this at the assignment level instead of the filter level. The answer, unfortunately, is no, at least not cleanly.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Microsoft&#8217;s own guidance does not prescribe maintaining separate user groups for MAM and MDM users. In practice, most organisations want a single group for mobile users and rely on device state to route them to the appropriate policy. The problem is that routing by device state requires evaluating device attributes, which brings you back to the same limitation for unmanaged devices.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If you apply both ToU CA policies to the same user group with no differentiation, an MDM-enrolled user will be prompted to accept both the MAM ToU and the MDM ToU. That is not necessarily a security problem, but it is a poor user experience and arguably a transparency issue: you are presenting a MAM-specific document to a user on a managed device.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What About Using App Protection Policy as the Differentiator?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">One approach sometimes suggested is to use the Grant control rather than device attributes to differentiate MAM from MDM. The idea is to add <strong>Require app protection policy<\/strong> to the MAM ToU CA policy alongside the ToU grant, set to require all controls. In theory, only MAM devices satisfy the APP grant, while MDM devices satisfy a separate compliant device grant, giving you mutual exclusivity without any device group logic.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This works, but only under a specific condition: MDM devices must not also have app protection policies applied to them. If your deployment applies APP to both MAM and MDM devices (which is a valid and increasingly common approach, particularly when you want consistent app-level controls regardless of enrolment state) then both device types satisfy the APP grant and the differentiator disappears entirely. MDM users would still be prompted for the MAM ToU.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In that scenario, the APP-as-differentiator approach does not hold, and you need an alternative.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">The Solution: Exclude a Dynamic MDM Device Group<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The approach that works regardless of your APP deployment model is to flip the exclusion logic. Rather than trying to include unmanaged devices (which have no device object), exclude managed ones.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Step 1: Create a dynamic device group in Entra ID<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Create a new dynamic device group with the following membership rule:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(device.managementType -eq \"MDM\")<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This group will automatically contain all Intune MDM-enrolled devices. Because these devices have Entra ID objects with populated attributes, the dynamic rule evaluates correctly.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Step 2: Configure the MAM ToU CA policy<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In the CA policy for the MAM Terms of Use:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-medium-font-size\"><strong>Users:<\/strong> your standard mobile user group (same group used for MDM)<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Target resources:<\/strong> All resources (formerly All cloud apps)<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Device platforms:<\/strong> Android, iOS<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Client apps:<\/strong> Mobile apps and desktop clients, Browser<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Filter for devices:<\/strong> Remove it entirely<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Assignments, Exclude:<\/strong> Add the dynamic MDM device group created above<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Grant:<\/strong> MAM Terms of Use document<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Step 3: Configure the MDM ToU CA policy<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The MDM policy does not need any device group exclusion. MDM devices are positively identified by their Entra device object, so a device filter works correctly here:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>device.deviceOwnership -eq \"Company\"<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Set to <strong>Include filtered devices<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU3-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"949\" height=\"784\" src=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU3-1.jpg\" alt=\"\" class=\"wp-image-3272\" style=\"aspect-ratio:1.2104836530667387;width:617px;height:auto\" srcset=\"https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU3-1.jpg 949w, https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU3-1-300x248.jpg 300w, https:\/\/modern-workplace.uk\/wp-content\/uploads\/2026\/06\/ToU3-1-768x634.jpg 768w\" sizes=\"auto, (max-width: 949px) 100vw, 949px\" \/><\/a><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why Terms of Use Matter: UK, Europe, and the US<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Before getting into the technical configuration, it is worth understanding why a ToU is worth implementing properly rather than treating it as a checkbox. The legal context differs by region, but the common thread is transparency: users need to know what the organisation can and cannot do on their device before they are granted access.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>United Kingdom<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In the UK, most employee monitoring involves processing personal data, which triggers the UK GDPR and Data Protection Act 2018. Organisations must identify a lawful basis, be transparent with staff through clear notices and policies, and for higher-risk or large-scale monitoring, carry out a Data Protection Impact Assessment.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">For BYOD specifically, employees should sign to show they understand and accept the BYOD terms, and this should never be hidden in fine print. A ToU enforced via Conditional Access gives you a documented, timestamped record of that acceptance per user, per device type. This is precisely what you need if the ICO ever comes knocking.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Europe<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Across the EU, the same GDPR framework applies, but enforcement culture and the presence of Works Councils in many member states add an additional layer of complexity. In Germany, France, the Netherlands, and several other countries, Works Councils have co-determination rights over the introduction of technical systems that monitor employee behaviour. Deploying MDM on personal devices without Works Council agreement is a significant legal exposure. A MAM-specific ToU (clearly scoped to app-level management with no device-wide monitoring) is often a prerequisite for getting Works Council sign-off on a BYOD programme at all. The distinction between what MAM does and what MDM does is not just a technical detail in those environments; it is a legal boundary.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>United States<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In the US, there is no single federal equivalent to GDPR, but the principle of transparency around BYOD still carries legal weight. Organisations typically rely on acceptable use policies and BYOD agreements to establish consent for data access and remote wipe capabilities. The key distinction matters here too: a MAM ToU should explicitly state that the organisation manages only corporate data within specific apps and has no visibility into personal content on the device. An MDM ToU, by contrast, covers broader device management rights including full device wipe. Conflating the two (or presenting a single generic document regardless of device type) creates ambiguity that could complicate both employment disputes and e-discovery situations.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Important Details<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">There are a few operational points worth keeping in mind before you switch the policies from Report-only to On:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-medium-font-size\"><strong>Dynamic group evaluation latency.<\/strong> Dynamic group membership in Entra ID is not instantaneous. When a device is newly enrolled in MDM, there is a window (typically a few minutes, but occasionally longer) before the device appears in the dynamic group and the exclusion takes effect. During that window, a freshly enrolled MDM device could still be prompted for the MAM ToU. In most production deployments this is acceptable, but it is worth communicating to your helpdesk so they are not surprised by reports of MDM users seeing the MAM document immediately after enrolment.<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Validate in Report-only first.<\/strong> Use the What If tool in Entra Conditional Access with a known MDM-enrolled device and a known BYOD device to confirm the routing is correct before enabling the policies.<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>PDF rendering on mobile.<\/strong> The ToU document must render correctly in a mobile browser. Microsoft recommends a minimum font size of 24pt for mobile-targeted PDFs. A document that fails to render on iOS or Android will result in users dismissing the prompt without reading it, which defeats the purpose entirely.<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Acceptance logs.<\/strong> Entra ID logs each ToU acceptance under Identity Governance, Terms of Use. You can view acceptances per document and revoke individual user acceptances when needed, useful both for re-testing and for cases where the ToU document is updated and re-acceptance is required.<\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>The 40 ToU limit.<\/strong> Entra ID supports a maximum of 40 Terms of Use documents per tenant. For most organisations this is not a constraint, but worth noting in large or multi-entity environments.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The device filter in Conditional Access is a useful tool, but it has a hard boundary: it only works when the device has an object in Entra ID. For MAM scenarios, that is never the case, and any CA policy that relies on a device filter to target or exclude unmanaged devices will behave unexpectedly.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The dynamic MDM device group as an exclusion is the most reliable approach available today. It works with the architecture rather than against it, requires no changes to your user group structure, and handles the case where APP is deployed to both MAM and MDM devices, which rules out the APP-as-differentiator pattern for many real-world deployments.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Getting the ToU routing right is not just a technical exercise. Whether you are operating under UK GDPR, EU data protection law, or a US BYOD policy framework, users need to accept terms that accurately reflect what the organisation can actually do on their device. Presenting the wrong document is not a minor configuration detail; it undermines the legal basis for the acceptance record itself.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I hope this helps if you are working through the same configuration.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A clear breakdown of why Microsoft Entra Conditional Access cannot reliably distinguish MAM from MDM devices using device filters and how a dynamic device group based on managementType = MDM provides a consistent, architecture\u2011aligned solution. This post explains why separate Terms of Use are legally and operationally necessary, why unmanaged BYOD devices never match device filters, and how excluding managed devices ensures the correct ToU is shown every time.<\/p>\n","protected":false},"author":1,"featured_media":3269,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","twitterCardType":"","cardImageID":0,"cardImage":"","cardTitle":"","cardDesc":"","cardImageAlt":"","cardPlayer":"","cardPlayerWidth":0,"cardPlayerHeight":0,"cardPlayerStream":"","cardPlayerCodec":"","footnotes":""},"categories":[850,753,867,869],"tags":[11,1071,354,1081,1084,1078,1085,1073,1076,1075,1086,952,1079,1083,768,1074,1077,12,855,1068,759,995,1072,848,1069,1070,1080,1082],"class_list":["post-3267","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-850","category-microsoft365","category-microsoft-entra","category-microsoft-intune","tag-android","tag-app-protection-policy","tag-byod","tag-byod-policy","tag-conditional-access-policy","tag-data-protection-act-2018","tag-device-compliance","tag-device-filter","tag-dyconditional-access","tag-dynamic-groups","tag-entra-id-p1","tag-gdpr","tag-ico","tag-identity-governance","tag-intune","tag-intune-mam","tag-intune-mdm","tag-ios","tag-mam","tag-mdm","tag-microsoft-365","tag-microsoft-entra-id","tag-mobile-device-management","tag-mobile-security","tag-terms-of-use","tag-uk-gdpr","tag-works-council","tag-zero-trust"],"_links":{"self":[{"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=\/wp\/v2\/posts\/3267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3267"}],"version-history":[{"count":4,"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=\/wp\/v2\/posts\/3267\/revisions"}],"predecessor-version":[{"id":3278,"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=\/wp\/v2\/posts\/3267\/revisions\/3278"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=\/wp\/v2\/media\/3269"}],"wp:attachment":[{"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3267"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3267"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modern-workplace.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}