MemberCreate
May 19, 2026 ยท View on GitHub
Schema for creating a new member.
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
customer_id | str | :heavy_check_mark: | The ID of the customer this member belongs to. | |
email | str | :heavy_check_mark: | The email address of the member. | member@example.com |
name | OptionalNullable[str] | :heavy_minus_sign: | N/A | Jane Doe |
external_id | OptionalNullable[str] | :heavy_minus_sign: | The ID of the member in your system. This must be unique within the customer. | usr_1337 |
role | Optional[models.Role] | :heavy_minus_sign: | The role of the member within the customer. To assign or transfer ownership, use the member update endpoint. | member |