We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b2fe4 commit b0aaf6bCopy full SHA for b0aaf6b
articles/communication-services/concepts/includes/identifiers/identifiers-js.md
@@ -110,7 +110,7 @@ const org = await graphClient.api("/organization").get();
110
const tenant = org.value[0];
111
112
//Communication Services resource id
113
-const resourceId = "";
+const resourceId = "<resource-id-guid>";
114
115
// create an identifier
116
const teamsExtensionUser = { userId: user.id, tenantId: tenantId.id, resourceId: resourceId };
0 commit comments