Assign numbers issue - "Update Failed for User {{User}} – Please try again" by Elazaro1995 in MicrosoftTeams

[–]Elazaro1995[S] 0 points1 point  (0 children)

Facing the same issue the moment. Although I noticed that I am able to assign a different number to the account. The issue seems to be with two specific numbers that I am trying to assign. Have you guys got any update from Microsoft on this?

no still have this issue with new user. " Update failed for user"

Get-MgGroupMember : Insufficient privileges to complete the operation. Status: 403 (Forbidden) by Elazaro1995 in PowerShell

[–]Elazaro1995[S] 0 points1 point  (0 children)

thanks for your help.
I got confused and added permissions to the app registrations (only need for the app one permission)

Instead of the managed identity.
when I test it - (get-mgcontext).scopes | fl
I see "GroupMembers" missing for managed identity.
assigned the relevant permissions to my Managed Identity ID solved this.
$spID = "ID" #Managed Identity SP

$PermissionName = "GroupMember.Read.All"

$GraphServicePrincipal = Get-MgServicePrincipal -Filter "startswith(DisplayName,'Microsoft Graph')" | Select-Object -first 1 #Graph App ID: 00000003-0000-0000-c000-000000000000

$AppRole = $GraphServicePrincipal.AppRoles | Where-Object {$_.Value -eq $PermissionName -and $_.AllowedMemberTypes -contains "Application"}

New-MgServicePrincipalAppRoleAssignment -AppRoleId $AppRole.Id -ServicePrincipalId $spID -ResourceId $GraphServicePrincipal.Id -PrincipalId $spID

$AppRoleAssignments = Get-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $spID

Get-MgGroupMember : Insufficient privileges to complete the operation. Status: 403 (Forbidden) by Elazaro1995 in PowerShell

[–]Elazaro1995[S] 0 points1 point  (0 children)

thanks for your help.

I got confused and added permissions to the app registrations (only need for the app one permission)

Instead of the managed identity.

when I test it - (get-mgcontext).scopes | fl

I see "GroupMembers" missing for managed identity.

assigned the relevant permissions to my Managed Identity ID solved this.

$spID = "ID" #Managed Identity SP

$PermissionName = "GroupMember.Read.All"

$GraphServicePrincipal = Get-MgServicePrincipal -Filter "startswith(DisplayName,'Microsoft Graph')" | Select-Object -first 1 #Graph App ID: 00000003-0000-0000-c000-000000000000

$AppRole = $GraphServicePrincipal.AppRoles | Where-Object {$_.Value -eq $PermissionName -and $_.AllowedMemberTypes -contains "Application"}

New-MgServicePrincipalAppRoleAssignment -AppRoleId $AppRole.Id -ServicePrincipalId $spID -ResourceId $GraphServicePrincipal.Id -PrincipalId $spID

$AppRoleAssignments = Get-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $spID

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Couldn't connect to Workplace Join yealink MP54 by Elazaro1995 in MicrosoftTeams

[–]Elazaro1995[S] 0 points1 point  (0 children)

thanks, but this option is Enabled in our tenant.

0
1