Hi!
We are running CS 16.2.5 and I am trying to delete a user from a group using a DELETE request on the following endpoint:
/api/v2/members/{group-id}/members
and
"member_id: userID" in the body.
The equivalent POST method (i.e. adding the user to the group) worked fine, but deleting the user returns "error: authetication required".
My user has all the required permissions.
Any ideas?
Thank you