Skip to main content
POST
/
api
/
users
/
create
Api User Create
curl --request POST \
  --url http://localhost:8080/api/users/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>",
  "role": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
email
string
required
password
string
required
role
string
required
full_name
string
default:""

Response

Successful Response