function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ICSteveICSteve 

Chatter REST API for External Users

What kind, if any, limitations are set for Chatter External Users when using the REST API?

Best Answer chosen by Admin (Salesforce Developers) 
ChrisOctagonChrisOctagon

They should have access to everything through the Chatter REST API that they have access to through the web UI. It doesn't look like there are any limits to retrieving the files for a group through /chatter/groups/<group id>/files

All Answers

ChrisOctagonChrisOctagon

Are you referring to users who take part in Customer Groups? Through the Chatter REST API they will receive "user summary" payloads in place of "user detail" payloads, so they can't see all the information about users. They are also limited to the customer groups that they have been invited to and don't have their own personal feed, as in the Chatter web UI.

ICSteveICSteve

Thanks for the response. Yes, those are the users I am referring to. I know they are limited to the groups they are in, but they do have access to everything like files for those groups, right?

ChrisOctagonChrisOctagon

They should have access to everything through the Chatter REST API that they have access to through the web UI. It doesn't look like there are any limits to retrieving the files for a group through /chatter/groups/<group id>/files

This was selected as the best answer
ICSteveICSteve

Excellent, thanks Chris.