Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 681 Bytes

File metadata and controls

23 lines (16 loc) · 681 Bytes

OrganizationInviteRequest

Properties

Name Type Description Notes
email String The email of the user to be invited. [optional]
role RoleEnum The role to be assigned to the invited user. [optional]
teams List<OrganizationTeamInvite> [optional]
user String The slug of the user to be invited. [optional]

Enum: RoleEnum

Name Value
OWNER "Owner"
MANAGER "Manager"
MEMBER "Member"
COLLABORATOR "Collaborator"