Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 957 Bytes

File metadata and controls

29 lines (22 loc) · 957 Bytes

OrganizationInvite

Properties

Name Type Description Notes
email String The email of the user to be invited. [optional]
expiresAt OffsetDateTime [optional]
inviter String [optional]
inviterUrl String [optional]
org String [optional]
role RoleEnum The role to be assigned to the invited user. [optional]
slugPerm String [optional]
teams List<OrganizationTeamInvite> [optional]
user String The slug of the user to be invited. [optional]
userUrl String [optional]

Enum: RoleEnum

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