GroupMembership object

An object representing an employee's membership within a particular group.

AttributeTypeDescription
idIntegerThe identifier of the GroupMembership itself. (See note below)
group_idIntegerThe identifier for a group.
employee_idIntegerThe identifier for an employee.
nameStringThe name of the group corresponding to the group id.
archivedBooleanIf true, the given group has been archived.

📘

NOTE: GroupMembership "id" is rarely used

Most requests that involve an employee's membership within a group simply require a combination of employee_id and group_id to be fulfilled.