Create a new user (admin only)
POST /api/users
POST
/api/users
Request Body required
Section titled “Request Body required ”object
username
required
string
password
required
string
role
required
string
Responses
Section titled “ Responses ”Created
object
id
string format: uuid
username
string
role
string
apiKey
string
isEnabled
boolean
createdAt
string format: date-time
Bad Request
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
Unauthorized
Forbidden