OrganizationHierarchyPlugin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |