I am trying to create of process that deletes all members of a particular group every night. I have created:
1. Reoccurrence Step
2. Get Group Members Step
3. Apply to Each step
a. In "Select an output from previous steps" I have "Group Members"
b. In the action I have "Remove members from Group" with the group id on "Groupid" and "Current Member" for the "member ID"
When I test this, the "Remove Members from Group" step fails with the following error:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid URL</h2>
<hr><p>HTTP Error 400. The request URL is invalid.</p>
</BODY></HTML>
What does this mean and how can I fix it?