system.kanoa.security.checkIsGatewayAdmin
Description
Returns true if the user has the Gateway Admin role.Syntax
checkIsGatewayAdmin(userId)- userId (Integer) - User ID.
- True / False (Bool).
Code Example
# Example Usage:
isAdmin = system.kanoa.security.checkIsGatewayAdmin(123)