Navigation

User

A representation of a user.

Properties

ID

The ID of the user generated by Rupt.

Account

The external account ID for the user.

Metadata

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

Created At

The date this user was first added to the system.

Updated At

The date this user was last updated in the system.

SDK Syntax

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