put https://api.freedomrobotics.ai/accounts//user-groups//users
Adds or removes a list of users to/from the specified user group.
The endpoint expects a payload of the list of user emails and query param action having value add or remove, to indicate the type of the desired operation.
Example payload:
[
"[email protected]",
"[email protected]"
]