system.kanoa.security.getTableUsers
Description
Takes a userId and a userSource list filter, and returns a dataset of other users, that the user may seeSyntax
getTableUsers(paramsDict)- userId (int)
- userSources (list[string])
- Data (PyDataSet).
Code Example
# Example Usage:
userData = system.kanoa.security.getTableUsers(5, ['default'])