Creates list of users with given input array

post/user/createWithArray
createUsersWithArrayInput
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/createWithArray' \
  -H 'Content-Type: application/json'