Microsoft Teams Graph spoke Rest outbound call fails 403 - Forbidden username/password comboIssue Microsoft Teams Graph spoke Rest outbound call fails 403 - Forbidden username/password combo Error :Method failed: (/v1.0/groups/<ID>/team) with code: 403 - Forbidden username / password comboResolutionFollowing the documentation :User and group search limitations for guest users in organizationsAdd the following : 1. ReadWrite.All Group.ReadWrite.All to the OAuthScope: https://instance.service-now.com/nav_to.do?uri=oauth_entity.do?sys_id=<sys_id>%26sysparm_view=oauth_provider2. OAuth Entity Scope added the "OAuth Entity Profile" OAuth Entity ScopeReadWrite.Allauth_codeopenidRelated LinksError messages: Method failed: (/v1.0/<>) with code: 403 - Forbidden username/password comboResponse BodyString{"error": {"code": "Authorization_RequestDenied","message": "Insufficient privileges...Response HeadersString{"Strict-Transport-Security":["max-age=31536000"],"Cache-Control":["private"],"x-ms-ags-diagnostic":...Status CodeString403}} }