2.0 GroupMember object

Represents a member of a group.

Example

{
  "id": "RSOhvqHwSFKcetS6kTgCnQ",
  "name": "Phineas Flynn",
  "emailAddress": "phineas.flynn@example.com",
  "avatar": {
    "type": "image/png",
    "url": "https://www.drillster.com/bin/avatar/05105d2b6585d1e1ee2b5491347375b95e2c623e"
  },
  "joined": "2015-12-16T12:51:31Z"
}

Fields

Field Type Description
id
required
String The unique user ID of the group member.

Example value: RSOhvqHwSFKcetS6kTgCnQ
name
required
String The name of the user.
emailAddress
optional
String The email address of the group member.
status
optional
String Represents the invitation status of the group member. Possible values are: created, invited, accepted, declined and cancelled.
avatar
optional
2.0 Media object An optional avatar image of the user.
invited
optional
Date The date and time the user was invited for the group.
joined
required
Date The date and time the user joined the group.