You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User policy that allows the admin to further control which users in their organization can participate in federated communications with ACS users.
43
43
44
-
## Step 2: Use the Graph API to get AAD object ID for Teams users and optionally check their presence
45
-
A Teams user’s Azure Active Directory (AAD) object ID (OID) is required to add them to or transfer to them from an ACS call. The OID can be retrieved through 1) Office portal, 2) Azure AD portal, 3) Azure AD Connect; or 4) Graph API. The example below uses Graph API.
44
+
## Step 2: Use the Graph API to get Azure AD object ID for Teams users and optionally check their presence
45
+
A Teams user’s Azure Active Directory (Azure AD) object ID (OID) is required to add them to or transfer to them from an ACS call. The OID can be retrieved through 1) Office portal, 2) Azure AD portal, 3) Azure AD Connect; or 4) Graph API. The example below uses Graph API.
46
46
47
-
Consent must be granted by an AAD admin before Graph can be used to search for users, learn more by following on the [Microsoft Graph Security API overview](/graph/security-concept-overview) document. The OID can be retrieved using the list users API to search for users. The following shows a search by display name, but other properties can be searched as well:
47
+
Consent must be granted by an Azure AD admin before Graph can be used to search for users, learn more by following on the [Microsoft Graph Security API overview](/graph/security-concept-overview) document. The OID can be retrieved using the list users API to search for users. The following shows a search by display name, but other properties can be searched as well:
48
48
49
49
[List users using Microsoft Graph v1.0](/graph/api/user-list):
50
50
```rest
@@ -91,7 +91,7 @@ On the Microsoft Teams desktop client, Jack's call will be sent to the Microsoft
91
91

92
92
93
93
After the Microsoft Teams user accepts the call, the in-call experience for the Microsoft Teams user will have all the participants displayed on the Microsoft Teams roster.
94
-

94
+

95
95
96
96
## Step 4: Remove a Teams user from an existing ACS call controlled by Call Automation APIs
0 commit comments