Re: Office 365 Groups - List group members
I tried to add another column after ID so I can get the actual GID name before I insert into SQL but I am getting an error.
[
{
"ID": "100001",
"GIDName": "Admin"
},
{
"ID": "100002",
"GIDName": "User"
},
{
"ID": "100003",
"GIDName": "Super Admin"
},
{
"ID": "100004",
"GIDName": "Bot"
},
{
"ID": "100005",
"GIDName": "Dummy User"
},
{
"ID": "100006",
"GIDName": "Test User"
}
]
The variable 'GroupID' of type 'Array' cannot be initialized or updated with value of type 'String'. The variable 'GroupID' only supports values of types 'Array'.