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. You can only invite at or below your own role (members → member only; admins → admin or member; owners → any).

Returns

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

On this page