Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "add_user" : "...",
}
Code Block
languagejson
{
  "remove_user" : "...",
}

Key

Type

Description

add_user

string

The email address of the user to add to the group.

remove_user

string

The email address of the user to remove from the group.

...