Add member to organization
add_organization_member
function adds a new member to an organization by sending an invitation.
email
: Email address of the user to invite (required)role
: Role to assign to the member (required)invited_by
: Email of the person sending the invitation (required)Result<OrganizationMember>
containing the created membership details.