Hi, Is it possible to get the id of the roles of the current user from $c->user? I found that I can get the role names using $c->user->roles, but I need the id of those roles. Do I need to make another query to the database for finding this? Thank you. Octavian