Skip to main content
POST
Create an Account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
username
string
required
password
string
required
status
string
required
container_id
string
groups
string[]
tags
string[]

Response

201 - application/json

The account was created successfully.

id
string
username
string
status
enum<string>
Available options:
active,
disabled
container_id
string | null
group_count
integer
check_attributes
object[]
reply_attributes
object[]
metadata
object
tags
string[]
created_at
string
updated_at
string