getUserRoles()

Returns the security roles of the currently logged user account.

Syntax

Copy
getUserRoles(): string

Result

Returns a comma-separated string including all the user's security roles.

Copy
"Release Manager,Developer,Registered Users,test,User Management,Observability,Product Factory,Banking Product Admin,Product Analytics Utility,ProductFactoryAPIs" 

Examples