From the schema it is stating that the request body should be an object with a userList field, which should be in type array of UUID.
However the examples values are array of email address instead.
Since the delete operation version of the path object is passing array of UUID in it's request body userList field, I believe array of UUID is the correct data type for the post operation.
@elliot-huffman @pasha-zayko May you confirm?