System Functionssystem.kanoa.securitygetUserSourceOn this pagesystem.kanoa.security.getUserSource(userName)Returns the userSource that a user belongs toParametersuserName StringReturnsuserSource PyObject com.inductiveautomation.ignition.common.user.UserSourceMetaExampleuserSource = system.kanoa.security.getUserSource('johnDoe')print userSource.getName()