I created user with inlinePassword in DQL
create dm_user object set user_name = 'laxmi' set user_login_name = 'laxmi' set user_source = 'inline password' set user_password = 'laxmi123';
and i want to add particualr role say "manager" to the user 'laxmi'
with group name 'consultancy'
is it possible through the DQL/DFC
can one plzzzzzzzzzzzzzzzzz....
thanks in advance...