Skip to main content

system.kanoa.security.getUsers(paramsDict)

Returns users filtered by the passed parameters


Parameters

paramsDict Dictionary

- idpUserIdIntegeruserId coming from the ignition authentication session properties
- userIdInteger
- userNameString

Returns

userData pyDataset


Example

userData = system.kanoa.security.getUsers({'userName': 'johndoe'})