hello,
i have an application, where i can log in as admin and create new users. I`m using the createuser-method for this. works fine so far.
this new created user needs a profile (customer_id) which is a value i can pick from dropdownlist.
how can i asign this new created user the profile?
thx
bo