Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.22 KB

File metadata and controls

12 lines (8 loc) · 1.22 KB

CustomerPortalMemberCreate

Schema for adding a new member to the customer's team.

Fields

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