OrganizationHierarchyPlugin Class

Definition

Organizational Hierarchy plugin. Provides methods to get information about the organization hierarchy, such as direct reports and manager details.

public sealed class OrganizationHierarchyPlugin
type OrganizationHierarchyPlugin = class
Public NotInheritable Class OrganizationHierarchyPlugin
Inheritance
OrganizationHierarchyPlugin

Constructors

OrganizationHierarchyPlugin(IOrganizationHierarchyConnector)

Initializes a new instance of the OrganizationHierarchyPlugin class.

Methods

GetMyDirectReportsEmailAsync(CancellationToken)

Get the emails of the direct reports of the current user.

GetMyManagerEmailAsync(CancellationToken)

Get the email of the manager of the current user.

GetMyManagerNameAsync(CancellationToken)

Get the name of the manager of the current user.

Applies to