MembershipRequest Object

Contains information about an invitation sent out to invite a new user to the group.

This object is used by the following operations:

The properties included in the MembershipRequest object are listed below.

Property Type Description
MembershipRequestID string The unique ID for the membership request (invitation).
Email string Email address for the user being invited to the group. Required.
UserID string The unique ID for a specific user.
Message string A message to be included with the invitation. Required for group membership request but not for platform membership request.
Role string The role the user is being invited to.

Related Topics