Skip to main content

Group

Payload Parameters

FieldTypeRequiredDescriptionFormat Allowed
kindlyPartnerGroupIdStringGroup's ID. (from Kindly)Any string value
partnerGroupIdStringGroup's ID. (from Partner)Any string value
partnerGroupNameStringGroup's Name.
*Displayed in the app.
Any string value
partnerGroupJoinCodeStringGroup's Join Code.Any string value
partnerGroupTypeIntegerGroup's Type.An integer from 1 to 7
Learn more in Group Type enum
kindlyUserIdStringThe User ID of the Group Leader.Any string value
partnerGroupUserCountIntegerThe maximum number of Volunteers that can join the Group.Positive integer, greater than 0
groupOpenUserSlotsIntegerThe number of open slots in the Group.Positive integer, greater than or equal to 0
kindlyRegisteredUserCountIntegerThe number of registered Users who are members of the Group.Positive integer, greater than or equal to 0
partnerRegisteredUserCountIntegerThe number of non-Kindly Users who are members of the Group.Positive integer, greater than or equal to 0
kindlyInviteeUserCountIntegerThe number of Invited Name in the Group.Positive integer, greater than or equal to 0
Example Object Payload
{
"kindlyPartnerGroupId": "d223d859edae404290fc6d79a393aa24",
"partnerGroupId": "0123456789abc",
"partnerGroupName": "The Cool Group",
"partnerGroupJoinCode": "abc123456",
"partnerGroupType": 4,
"kindlyUserId": "10473963d373401fa1430096bfb38da7",
"partnerGroupUserCount": 20,
"groupOpenUserSlots": 3,
"kindlyRegisteredUserCount": 10,
"partnerRegisteredUserCount": 5,
"kindlyInviteeUserCount": 2
}