invite_org_member

Send an invitation to join an organization with a specified role.

Sends an email invitation to join an organization with the given role.

Parameters

ParameterTypeRequiredDescription
organizationIdstringYesThe organization to invite the member to. From list_organizations.
emailstringYesEmail address to invite.
role"owner" | "admin" | "member"YesRole for the invited member.

Returns

The created invitation: id, email, role, status, organizationId, and expiresAt.

On this page