{ "opencollection": "1.0.0", "info": { "name": "Salesforce Sales Cloud Salesforce Analytics REST Change Events Groups API", "version": "59.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.salesforce.com/services/oauth2/authorize", "accessTokenUrl": "https://login.salesforce.com/services/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Sales Cloud List Chatter groups", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v59.0/analytics/chatter/groups", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query", "description": "Search term to filter groups" } ] }, "docs": "Returns a list of Chatter groups visible to the current user. Includes public groups, private groups the user is a member of, and unlisted groups the user has access to." }, { "info": { "name": "Salesforce Sales Cloud Get a Chatter group", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v59.0/analytics/chatter/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Returns detailed information about the specified Chatter group including member count, description, and the current user's membership status." }, { "info": { "name": "Salesforce Sales Cloud Get group members", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v59.0/analytics/chatter/groups/:groupId/members", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns a list of members in the specified Chatter group." } ] } ], "bundled": true }