-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add users to a list in one request #6
Comments
Good idea:) |
Ok, summarizing;
If the users param exists I use it, if not I use the email and name params. Examples:
That's ok? |
Yes. Exactly what I had in mind. |
any update on this? |
Hi @gellu !
I was thinking about to create an api request to add o bunch of users to a list in one request. For example in some cases I need to add like 15k users to a new list and execute 15k request is crazy...
The api request to add one user now is:
I was thinking to add that request:
Or maybe this other:
Examples:
Or maybe is better to keep the Content-Type as it is in the other api requests:
What do you think? Tell me if you would like to have that in your API and how do you think is better!
The text was updated successfully, but these errors were encountered: