I have a REST URI for a list of resources, something like:
http://foo.com/group/users
Each of these users has a sequence number and I want
You can use both PATCH and POST on the URIs. I'd use PATCH if I were you. It's the best solution for bulk updates.