A member of a customer.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
str | ✔️ | The ID of the member. | |
created_at |
date | ✔️ | Creation timestamp of the object. | |
modified_at |
date | ✔️ | Last modification timestamp of the object. | |
customer_id |
str | ✔️ | The ID of the customer this member belongs to. | |
email |
str | ✔️ | The email address of the member. | member@example.com |
name |
Nullable[str] | ✔️ | The name of the member. | Jane Doe |
external_id |
Nullable[str] | ✔️ | The ID of the member in your system. This must be unique within the customer. | usr_1337 |
role |
models.MemberRole | ✔️ | N/A |