Subject add Role to user
Author Rick Roen
D7 + IBO 4.6A

Is there any way via IBO to add/change a role for a user. I know I can
do it with a Grant.

I see the AlterUser(Action: TIB_AlterUserAction; AUserName, AUserPass,
AGroupName, AFirstName, AMiddleName, ALastName: string) method, but
nothing for a role.

What is the "AGroupName"? I checked the source code and am still
clueless.

Rick