How can I add an already added Windows AD user to another role without having to add them again? Can I move Windows AD users between roles?
If you are developing an integration to do this you can read the users from one role before adding users to another role.
If you are not developing anything but asking about the behavior implemented in the Management Client; no, there is no interface to move a user between roles. Windows AD users are looked up in the AD and you get no indication if the user is already in another role.
OK, I understand. Thank you very much for your response.