Array in formParam???

Hi,

Can any body please help me how to send array in formparam???I am giving my situation…

.post(“user/posts”)
.formParam(“users”,"[‘user_1@abc.com’,‘user_2@abc.com’,‘user_3@abc.com’]")

.I want to send like that…What to do???please help me…Is there any other way for this.???

Assuming the list of users is in a scala list, look at mkstring. Otherwise, you will need to be more specific.