invite_members_to_org
Last updated
Last updated
imerit_ango.sdk.SDK.
Send invitations to new members to join the specified organization.
organization_id: string
The unique identifier for the organization. You can find the organization ID in .
invite_data: Invitation
An Invitation object containing the invitation details, with the following attributes:
to: list[str]
List of email addresses of the invited members
organization_role: OrganizationRoles
The role assigned to the invited members within the organization. Options include:
OrganizationRoles.Admin
OrganizationRoles.Member
project_assignments: list[ProjectAssignment]
ProjectAssignment
project_id: string
The unique identifier for the project. You can find the project ID in or retrieve it using the function.
project_role: ProjectRoles
The role assigned to the invited members within the project. Options include:
ProjectRoles.Manager
ProjectRoles.Labeler
ProjectRoles.Reviewer
ProjectRoles.Lead
Returns:
output: dict
, ,