Creates list of users with given input array

post/user/createWithList
createUsersWithListInput
Creates list of users with given input array
Parameters
body
NameTypeRequiredDescriptionDefault
bodyarrayrequiredList of user object
Responses
Code Examples
curl -X POST 'https://api.example.com/user/createWithList' \
  -H 'Content-Type: application/json'