diff --git a/src/Get-EEDefaultSchema.ps1 b/src/Get-EEDefaultSchema.ps1 index 3a9f6e7..d0f1266 100644 --- a/src/Get-EEDefaultSchema.ps1 +++ b/src/Get-EEDefaultSchema.ps1 @@ -836,7 +836,16 @@ function Get-EEDefaultSchema { Tag = @('All', 'Users') DelegatedPermission = 'Directory.Read.All' ApplicationPermission = 'Directory.Read.All' - }, + Children = @( + @{ + GraphUri = 'users//manager' + Path = 'Manager' + Select = 'id, userPrincipalName, displayName' + Tag = @('All', 'Users') + DelegatedPermission = 'User.Read.All' + ApplicationPermission = 'User.Read.All' + } + ) # Devices @{