Hi Team,
How to add/ remove user as a site collection administrator using CSOM. I should pass username and custom URL as inputs from a List.
Using the help of CAML query, I am returning the Username and URL based on the Status New in the List.
With those returned values, I should make that user as Site Collection admin for the Site URL.
Can you someone provide the details..