How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Microsoft Graph policies.unifiedRoleManagementPolicy API

The policies.unifiedRoleManagementPolicy API from Microsoft Graph — 9 operation(s) for policies.unifiedrolemanagementpolicy.

Microsoft Graph policies.unifiedRoleManagementPolicy API is one of 564 APIs that Microsoft Graph publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 18 operations across 9 paths, and defines 15 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://graph.microsoft.com/v1.0.

18 operations 9 paths 15 schemas 3 DELETE9 GET3 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://graph.microsoft.com/v1.0
Resource Areas
1

Paths & Operations 18

Across 9 paths, the API surfaces 18 operations — 3 DELETE, 9 GET, 3 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

policies.unifiedRoleManagementPolicy 18
GET
/policies/roleManagementPolicies
Microsoft Graph List roleManagementPolicies
policies.ListRoleManagementPolicies 8 params → 2XX4XX5XX
POST
/policies/roleManagementPolicies
Microsoft Graph Create new navigation property to roleManagementPolicies for policies
policies.CreateRoleManagementPolicies body → 2XX4XX5XX
GET
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}
Microsoft Graph Get unifiedRoleManagementPolicy
policies.GetRoleManagementPolicies 3 params → 2XX4XX5XX
PATCH
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}
Microsoft Graph Update the navigation property roleManagementPolicies in policies
policies.UpdateRoleManagementPolicies 1 param body → 2XX4XX5XX
DELETE
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}
Microsoft Graph Delete navigation property roleManagementPolicies for policies
policies.DeleteRoleManagementPolicies 2 params → 2044XX5XX
GET
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules
Microsoft Graph Get effectiveRules from policies
policies.roleManagementPolicies.ListEffectiveRules 9 params → 2XX4XX5XX
POST
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules
Microsoft Graph Create new navigation property to effectiveRules for policies
policies.roleManagementPolicies.CreateEffectiveRules 1 param body → 2XX4XX5XX
GET
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}
Microsoft Graph Get effectiveRules from policies
policies.roleManagementPolicies.GetEffectiveRules 4 params → 2XX4XX5XX
PATCH
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}
Microsoft Graph Update the navigation property effectiveRules in policies
policies.roleManagementPolicies.UpdateEffectiveRules 2 params body → 2XX4XX5XX
DELETE
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}
Microsoft Graph Delete navigation property effectiveRules for policies
policies.roleManagementPolicies.DeleteEffectiveRules 3 params → 2044XX5XX
GET
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count
Microsoft Graph Get the number of the resource
policies.roleManagementPolicies.effectiveRules.GetCount-5858 3 params → 2XX4XX5XX
GET
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules
Microsoft Graph List rules (for a role management policy)
policies.roleManagementPolicies.ListRules 9 params → 2XX4XX5XX
POST
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules
Microsoft Graph Create new navigation property to rules for policies
policies.roleManagementPolicies.CreateRules 1 param body → 2XX4XX5XX
GET
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}
Microsoft Graph Get unifiedRoleManagementPolicyRule
policies.roleManagementPolicies.GetRules 4 params → 2XX4XX5XX
PATCH
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}
Microsoft Graph Update unifiedRoleManagementPolicyRule
policies.roleManagementPolicies.UpdateRules 2 params body → 2XX4XX5XX
DELETE
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}
Microsoft Graph Delete navigation property rules for policies
policies.roleManagementPolicies.DeleteRules 3 params → 2044XX5XX
GET
/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count
Microsoft Graph Get the number of the resource
policies.roleManagementPolicies.rules.GetCount-6c00 3 params → 2XX4XX5XX
GET
/policies/roleManagementPolicies/$count
Microsoft Graph Get the number of the resource
policies.roleManagementPolicies.GetCount-cdca 2 params → 2XX4XX5XX

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are microsoft.graph.unifiedRoleManagementPolicyRuleTarget (7 properties), microsoft.graph.ODataErrors.MainError (5 properties), microsoft.graph.ODataErrors.InnerError (4 properties), microsoft.graph.ODataErrors.ErrorDetails (3 properties). Each schema is shown below with its type and property counts.

ODataCountResponse
integer
microsoft.graph.ODataErrors.ErrorDetails
object
3 properties 2 required
microsoft.graph.identity
object
3 properties 1 required
microsoft.graph.unifiedRoleManagementPolicy
microsoft.graph.ODataErrors.InnerError
object
4 properties 1 required
microsoft.graph.unifiedRoleManagementPolicyRuleTargetOperations
string
microsoft.graph.unifiedRoleManagementPolicyCollectionResponse
object
microsoft.graph.directoryObject
microsoft.graph.ODataErrors.MainError
object
5 properties 2 required
microsoft.graph.unifiedRoleManagementPolicyRuleCollectionResponse
object
microsoft.graph.unifiedRoleManagementPolicyRule
microsoft.graph.unifiedRoleManagementPolicyRuleTarget
object
7 properties 1 required
BaseCollectionPaginationCountResponse
object
2 properties
microsoft.graph.ODataErrors.ODataError
object
1 property 1 required
microsoft.graph.entity
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

microsoft-graph-policies-unifiedrolemanagementpolicy-api-openapi.yml Raw ↑

Other APIs Microsoft Graph publishes across the network.

Microsoft Graph Admin.admin API
Microsoft Graph admin.adminMicrosoft365Apps API
Microsoft Graph admin.adminReportSettings API
Microsoft Graph Admin Consent Policy API
Microsoft Graph Admin.edge API
Microsoft Graph admin.peopleAdminSettings API
Microsoft Graph admin.serviceAnnouncement API
Microsoft Graph Admin.sharepoint API
Microsoft Graph Administration API
Microsoft Graph Administrative Units API
Microsoft Graph Agreement Acceptances API
Microsoft Graph Agreement File Localizations API
Where this information came from

This is an independent, third-party profile of Microsoft Graph policies.unifiedRoleManagementPolicy API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.