{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin employeeExperience.community API", "version": "1.0.0" }, "items": [ { "info": { "name": "employeeExperience.community", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List communities", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the Viva Engage community objects and their properties." }, { "info": { "name": "Microsoft Graph Create community", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new community in Viva Engage." }, { "info": { "name": "Microsoft Graph Get community", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a community object." }, { "info": { "name": "Microsoft Graph Update community", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an existing Viva Engage community." }, { "info": { "name": "Microsoft Graph Delete community", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" } ] }, "docs": "Delete a Viva Engage community along with all associated Microsoft 365 content, including the connected Microsoft 365 group, OneNote notebook, and Planner plans. For more information, see What happens if I delete a Viva Engage community connected to Microsoft 365 groups." }, { "info": { "name": "Microsoft Graph Get group from employeeExperience", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/group", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The Microsoft 365 group that manages the membership of this community." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/group/serviceProvisioningErrors", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/group/serviceProvisioningErrors/$count", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get owners from employeeExperience", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The admins of the community. Limited to 100 users. If this property isn't specified when you create the community, the calling user is automatically assigned as the community owner." }, { "info": { "name": "Microsoft Graph Get owners from employeeExperience", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners/:user-id", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The admins of the community. Limited to 100 users. If this property isn't specified when you create the community, the calling user is automatically assigned as the community owner." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners/:user-id/mailboxSettings", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners/:user-id/mailboxSettings", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners/:user-id/serviceProvisioningErrors", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners/:user-id/serviceProvisioningErrors/$count", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get owners from employeeExperience", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners(userPrincipalName=':userPrincipalName')", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "userPrincipalName", "value": "", "type": "path", "description": "Alternate key of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The admins of the community. Limited to 100 users. If this property isn't specified when you create the community, the calling user is automatically assigned as the community owner." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/:community-id/owners/$count", "params": [ { "name": "community-id", "value": "", "type": "path", "description": "The unique identifier of community" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/employeeExperience/communities/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }