Schema for adding a new member to the customer's team.
| Field | Type | Required | Description |
|---|---|---|---|
email |
string | ✔️ | The email address of the new member. |
name |
?string | ➖ | The name of the new member (optional). |
role |
?Components\MemberRole | ➖ | N/A |
Schema for adding a new member to the customer's team.
| Field | Type | Required | Description |
|---|---|---|---|
email |
string | ✔️ | The email address of the new member. |
name |
?string | ➖ | The name of the new member (optional). |
role |
?Components\MemberRole | ➖ | N/A |