2.1.1 GroupMemberSubscriptions object extends GroupMemberResults

Represents a list of groups that a group member (also) subscribes to. The response is limited to the groups owned by the calling organization.

Example

{
  "member": {
    "type":"USER",
    "id":"_NFqq6vnSYS1szzXRccDA8",
    "name":"Jane Doe",
    "locale":"en",
  },
  "pagination":{
    "total":1,
    "lastOnPage":"5j206VUBNO0lq-FUUpju54LIKI_Q2nyGA3fSJTbell4"
  },
  "subscriptions":[{
    "id":"5j206VUBNO0lq-FUUpju54LIKI_Q2nyGA3fSJTbell4",
    "name":"My group",
    "description":"This is a great group, believe me"
  }]
}

Fields

Field Type Description
member
required
2.1.1 User object The group member.
subscriptions
required
List of 2.1.1 Group objects A list of groups that the member (also) subscribes to.
pagination
required
2.1.1 Pagination object Controls pagination of the response.