Adds a client to a specific role. {"msg":"RoleManager","instance_guid":"my_session_id_here","cmd":"AddClientToRole","role_name":"good bean","socketid":0,"role_id":"superadmin"} The server will add the client to the role, allowing them to use the role at anytime unless removed: {"MSG":"ClientAddedToRole","RoleName":"good bean","SocketID":0} If the role is locked: {"MSG":"LockedRole"} If you do not have permissions to edit the role or is not the host: {"MSG":"DenyRoleAccess"}