Creates list of users with given input array
Body Parameters
The unique identifier for the user within the system. Must be a non-empty string.
The full name of the user. Used for display and identification purposes.
The email address of the user. Must be a valid and unique email format.
The user's contact phone number, including country code. Optional but recommended for verification.
The user's role or access level within the application. Determines permissions granted.
The date and time when the user was created, in ISO 8601 format. Optional and system-generated if omitted.
A flag indicating whether the user account is active. Accepts boolean values.
Additional metadata associated with the user as key-value pairs for custom attributes.
Response
successful operation