Theme switcher

Creates list of users with given input array

Body Parameters

10integer

The unique identifier for the user within the system. Must be a non-empty string.

theUserinteger

The full name of the user. Used for display and identification purposes.

Johninteger

The email address of the user. Must be a valid and unique email format.

Jamesinteger

The user's contact phone number, including country code. Optional but recommended for verification.

john@email.cominteger

The user's role or access level within the application. Determines permissions granted.

12345integer

The date and time when the user was created, in ISO 8601 format. Optional and system-generated if omitted.

12345integer

A flag indicating whether the user account is active. Accepts boolean values.

1integer

Additional metadata associated with the user as key-value pairs for custom attributes.

Response

200
Object

successful operation

Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?