requestorManager complex type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Used in the approval settings of an access package assignment policy. It is a subtype of userSet, in which the @odata.type value #microsoft.graph.requestorManager indicates that a requesting user's manager is to be the approver. When creating an access package assignment policy approval stage with requestorManager, also include another approver, such as a single user or group member, in case the requesting user does not have a manager.

Properties

Property Type Description
isBackup Boolean For a manager in an approval stage, indicates whether the manager is a backup fallback approver.
managerLevel Int32 The hierarchical level of the manager with respect to the requestor. For example, the direct manager of a requestor would have a managerLevel of 1, while the manager of the requestor's manager would have a managerLevel of 2. Default value for managerLevel is 1. Possible values for this property range from 1 to 2.

JSON representation

The following is a JSON representation of the type.

{
  "isBackup": false,
  "managerLevel": 1
}