Hi,
Is there any function or a recipe to get all the basic users. Please help
Discussion posts and replies are publicly visible
Hi @pavitra,
You can retrieve the list of all users and then eliminate the users with role of system administrator, If that is what you are looking for.
a!forEach( items: getallusers( 1,-1 ), expression: if(isusersystemadministrator(fv!item),{},fv!item))