Membership Object

Contains information about a user's membership in a group.

This object is used by the following operations:

The properties included in the Membership object are listed below. This object isn't specifically used by any operations, but each RSS item in the response to the GET /api/groups/{GroupID}/members operation represents this membership object.

Property Type Description
Email string The email address for the group member.
UserID string The unique ID for a specific user.
GroupID string The unique ID for a specific group.
FirstName string The group member's first name.
LastName string The group member's last name.
State string The group membership state. For valid values, see state.
role string The group member's role within the group.
UserName string The username for the group member.
GroupName string The name of the group.
GroupDescription string The description of the group.
IdentityName string If the user is signing in via a different domain, such as Facebook or Google, this property indicates the user's login identity name in the other domain. For Facebook, this value is a numeric ID; for Google, it is the URI of the user on Google.
DomainName string If the user is signing in via a different domain, such as Facebook or Google, this property indicates the name of the domain the user signed in with.
Image Image Contains information about an avatar associated with a resource.