POST
/users
Auth Required
Create User
Create a new user. Admin only.
Request Body
{
"example": "{\n \"name\": \"Jane Smith\",\n \"email\": \"[email protected]\",\n \"password\": \"secure-password\",\n \"role\": \"user\"\n}",
"content_type": "application/json"
}
Response Codes
| Code | Description |
|---|---|
| 201 | User created |