Update multiple users in a single request

I know that I can use a PATCH at /api/v2/users/USERID to modify a user

Is there a way to modify multiple users without multiple separate requests? I want to make a batch update to the metadata for several users in a single API call.