Group Members

POST {{_endpoint}}/services/data/v{{version}}/chatter/groups/:GROUP_ID/members?userId=<USER1_ID>

Members of a specified group. Get the members and add a member to a group. To add a member, the context user must be the group owner or moderator.

https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_GroupMembers.htm

Request Params

KeyDatatypeRequiredDescription
userIdstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;0FB...&quot;,&quot;lastFeedAccessDate&quot;:null,&quot;role&quot;:&quot;StandardMember&quot;,&quot;url&quot;:&quot;/services/data/v58.0/chatter/group-memberships/0FB...&quot;,&quot;user&quot;:{&quot;additionalLabel&quot;:null,&quot;communityNickname&quot;:&quot;integration1.4407085834085586E12&quot;,&quot;companyName&quot;:&quot;Salesforce&quot;,&quot;displayName&quot;:&quot;Integration User&quot;,&quot;firstName&quot;:&quot;Integration&quot;,&quot;id&quot;:&quot;005...&quot;,&quot;isActive&quot;:true,&quot;isInThisCommunity&quot;:true,&quot;lastName&quot;:&quot;User&quot;,&quot;motif&quot;:{&quot;color&quot;:&quot;1B96FF&quot;,&quot;largeIconUrl&quot;:&quot;/img/icon/profile64.png&quot;,&quot;mediumIconUrl&quot;:&quot;/img/icon/profile32.png&quot;,&quot;smallIconUrl&quot;:&quot;/img/icon/profile16.png&quot;,&quot;svgIconUrl&quot;:null},&quot;mySubscription&quot;:null,&quot;name&quot;:&quot;Integration User&quot;,&quot;outOfOffice&quot;:{&quot;message&quot;:&quot;&quot;},&quot;photo&quot;:{&quot;fullEmailPhotoUrl&quot;:&quot;https://\u003cmy_domain\u003e/img/userprofile/default_profile_200_v2.png?fromEmail=1&quot;,&quot;largePhotoUrl&quot;:&quot;https://\u003cmy_domain\u003e/profilephoto/005/F&quot;,&quot;mediumPhotoUrl&quot;:&quot;https://\u003cmy_domain\u003e/profilephoto/005/M&quot;,&quot;photoVersionId&quot;:null,&quot;smallPhotoUrl&quot;:&quot;https://\u003cmy_domain\u003e/profilephoto/005/T&quot;,&quot;standardEmailPhotoUrl&quot;:&quot;https://\u003cmy_domain\u003e/img/userprofile/default_profile_45_v2.png?fromEmail=1&quot;,&quot;url&quot;:&quot;/services/data/v58.0/connect/user-profiles/005.../photo&quot;},&quot;reputation&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;User&quot;,&quot;url&quot;:&quot;/services/data/v58.0/chatter/users/005...&quot;,&quot;userType&quot;:&quot;Internal&quot;}}