Skip to main content

Create a user

Endpoint URL

POST /api/v2/users

Create a user

This endpoint accepts a JSON body containing the properties of the user to be created (e.g., name, email, password, etc.). Validates all required fields and returns the newly created user object upon success.

Request