Schema for adding a new member to the customer's team.
| Field | Type | Required | Description |
|---|---|---|---|
email |
str | ✔️ | The email address of the new member. |
name |
OptionalNullable[str] | ➖ | The name of the new member (optional). |
role |
Optional[models.MemberRole] | ➖ | N/A |
Schema for adding a new member to the customer's team.
| Field | Type | Required | Description |
|---|---|---|---|
email |
str | ✔️ | The email address of the new member. |
name |
OptionalNullable[str] | ➖ | The name of the new member (optional). |
role |
Optional[models.MemberRole] | ➖ | N/A |