Skip to content

Commit 93f8a67

Browse files
Update vivagraphapi.md
1 parent 51674b0 commit 93f8a67

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

articles/en/Viva/vivagraphapi.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,29 @@ In order to get a specific community, use its ID. In the case of the sample tena
4141

4242
b) by name
4343

44+
Use $filter to filter for your Viva Engage community's name. The API call fetches details about a community named "Our first Community" and returns data such as community ID, display name, description, and other related properties.
45+
46+
<img src="/articles/images/VivaGraphAPI3.PNG">
4447

4548
c) by property
4649

4750

4851

4952
See the full documentation for this GET request [here](https://learn.microsoft.com/en-us/graph/api/community-get?view=graph-rest-beta&tabs=http).
5053

54+
55+
<h1>Get community owners</h1>
56+
57+
Using GET Method and Url https://graph.microsoft.com/beta/employeeexperience/communities/COMMUNITYID/owners?$select=displayName you can also retrieve the owners of the community.
58+
59+
<img src="/articles/images/VivaGraphAPIOwners.PNG">
60+
61+
62+
and select the properties of the owners that interest you:
63+
64+
<img src="/articles/images/VivaGraphAPIOwners2.PNG">
65+
66+
5167
<br/><br/>
5268

5369
<h1>community resource type</h1>

0 commit comments

Comments
 (0)