For AI agents: the complete documentation index is available at https://ciderpress.dev/llms.txt, the full documentation bundle is available at https://ciderpress.dev/llms-full.txt, and this page is available as Markdown at https://ciderpress.dev/petstore/create-users-with-array-input.md.
Get started →

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'