using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Xml.Serialization;
using System.Collections.Generic;
string employeeId="V110818";
private List<string> GetAllUDocsUserGroupsDetails(string employeeId,bool isSuperAdmin)
string someJson =@"{""userGroupName"": UdocsSAGroup,""isSuperAdmin"": true,""employeeId"":V110818}";
List<string> listItems = someJson.ToList();