Add members to Group with CLI

I'm trying to add members to a group via the CLI, and i keep getting "invalid character '\f' looking for begging of value. I can't seem to find what is wrong with my file that contains the JSON body. Here is a sample of my json file i'm using. Am I missing something? I've tried without the version even though the help says it would ignore it, and I still get the same error. I get the same error on everything I try. Anyone have any luck with this specific CLI command? gc groups members add [groupid] -f jsonfile

{
"memberIds": [
"GUID1",
"GUID2"
],
"version": 4
}

Hello,

This seems to be a bug as I am seeing the same behaviour. We'll assign this to a dev and release a fix asap.
Thanks for reporting.

Regards,
Charlie

1 Like

Any update on this guys?

The bug fix is awaiting review at the moment. I'll ping you here when it has been released.

@VaunMcCarthy @kbleau

Hi all. This issue is corrected on the latest version of the CLI (49.2.0)

Thanks Charlie.