Skip to content

Create a new user (admin only)

POST
/api/users
object
username
required
string
password
required
string
role
required
string

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
nullable
detail
string
instance
string

Unauthorized

Forbidden