ServiceNow User Role Inheritance API

The ServiceNow User Role Inheritance API provides REST endpoints for querying the role inheritance hierarchy for users and groups. It enables external systems to determine effective roles and permissions assigned through direct assignment or group membership inheritance.

API entry from apis.yml

apis.yml Raw ↑
aid: servicenow:servicenow-user-role-inheritance-api
name: ServiceNow User Role Inheritance API
tags:
- Access Control
- Roles
- Security
- Users
image: https://www.servicenow.com/content/dam/servicenow-assets/images/meganav/servicenow-logo.svg
humanURL: https://www.servicenow.com/docs/bundle/yokohama-api-reference/page/integrate/inbound-rest/concept/user-role-inheritance-api.html
baseURL: https://{instance}.service-now.com/api/now/user_role_inheritance
properties:
- url: https://www.servicenow.com/docs/bundle/yokohama-api-reference/page/integrate/inbound-rest/concept/user-role-inheritance-api.html
  type: Documentation
description: The ServiceNow User Role Inheritance API provides REST endpoints for querying the role inheritance
  hierarchy for users and groups. It enables external systems to determine effective roles and permissions
  assigned through direct assignment or group membership inheritance.