Group Members—Private
GET {{_endpoint}}/services/data/v{{version}}/chatter/groups/:GROUP_ID/members/requests
Request membership in a private group or get the status of requests to a join a private group.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | Optional. If you include this parameter, results are filtered to include those that match the specified status. Valid values: | |
Accepted | |||
Declined | |||
Pending |
RESPONSES
status: OK
{"requests":[{"createdDate":"2023-11-22T11:46:32.000Z","id":"0I5...","lastUpdateDate":"2023-11-22T11:46:32.000Z","requestedGroup":{"id":"0F9...","url":"/services/data/v58.0/chatter/groups/0F9..."},"responseMessage":null,"status":"Pending","url":"/services/data/v58.0/chatter/group-membership-requests/0I5...","user":{"additionalLabel":null,"communityNickname":"User1700653511864742682","companyName":null,"displayName":"User Sample","firstName":"User","id":"005...","isActive":true,"isInThisCommunity":true,"lastName":"Sample","motif":{"color":"1B96FF","largeIconUrl":"/img/icon/profile64.png","mediumIconUrl":"/img/icon/profile32.png","smallIconUrl":"/img/icon/profile16.png","svgIconUrl":null},"mySubscription":null,"name":"User Sample","outOfOffice":{"message":""},"photo":{"fullEmailPhotoUrl":"https://\u003cmy_domain\u003e/img/userprofile/default_profile_200_v2.png?fromEmail=1","largePhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/005/F","mediumPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/005/M","photoVersionId":null,"smallPhotoUrl":"https://\u003cmy_domain\u003e/profilephoto/005/T","standardEmailPhotoUrl":"https://\u003cmy_domain\u003e/img/userprofile/default_profile_45_v2.png?fromEmail=1","url":"/services/data/v58.0/connect/user-profiles/005.../photo"},"reputation":null,"title":null,"type":"User","url":"/services/data/v58.0/chatter/users/005...","userType":"Internal"}}],"total":null}