Navigation

Group

A representation of a group.

Properties

ID

The external ID for the group.

Name

The name of the group.

Metadata

The latest metadata that was passed in any identify or attach request related to this group.

Created At

The date this group was first added to the system.

Updated At

The date this group was last updated in the system.

SDK Syntax

const {
  id: String,
  name: String,
  metadata: Map<String, String>,
  createdAt: Date,
  updatedAt: Date,
} = Group;