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 b0aaf6b commit d41529dCopy full SHA for d41529d
articles/communication-services/concepts/includes/identifiers/identifiers-js.md
@@ -109,7 +109,7 @@ const user = await graphClient.api("/users/[email protected]").get();
109
const org = await graphClient.api("/organization").get();
110
const tenant = org.value[0];
111
112
-//Communication Services resource id
+//Communication Services Resource ID
113
const resourceId = "<resource-id-guid>";
114
115
// create an identifier
0 commit comments