I am trying to create users who only have `%SQL` Role for the INSTANCE. But I am unable to find any documentation on the `
See:
// Instantiate the Security.Users object Set userObj = ##class(Security.Users).%New() // Set the username and password Set userObj.Name = userName Set userObj.FullName = userFullName Set userObj.Namespace = "USER" Set userObj.Roles = "%SQL" Set sc = userObj.ChangePassword(passwd) // Save the user to the database Set ss = userObj.

.png)
.png)
.png)