Skip to content

Commit b0aaf6b

Browse files
authored
Update identifiers-js.md
1 parent 12b2fe4 commit b0aaf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/includes/identifiers/identifiers-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const org = await graphClient.api("/organization").get();
110110
const tenant = org.value[0];
111111

112112
//Communication Services resource id
113-
const resourceId = "";
113+
const resourceId = "<resource-id-guid>";
114114

115115
// create an identifier
116116
const teamsExtensionUser = { userId: user.id, tenantId: tenantId.id, resourceId: resourceId };

0 commit comments

Comments
 (0)