Skip to main content

Grouprole

Represents a group role. A group role, or group role name, is the role of a group member within the group - for example, money collector. One member could have many roles within a group.

encodedKeystring

The encoded key of the group role name, which is auto generated, and unique.

groupRoleNameKeystringrequired

The group role name key.

roleNamestring

The group role name.

roleNameIdstring

The group role name ID.

Grouprole
{
"encodedKey": "string",
"groupRoleNameKey": "string",
"roleName": "string",
"roleNameId": "string"
}