Map<String, dynamic> toJson() { return { 'id': id, 'org_id': orgId, 'user_id': userId, 'role': role, 'joined_at': joinedAt.toIso8601String(), }; }