Skip to main content
POST
Create User

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
is_admin
boolean
default:false
is_playing
boolean
default:false
robot_ip
string | null

Response

Successful Response

id
integer
required
name
string
required
is_admin
boolean
required
is_playing
boolean
required
eliminated
boolean
required
robot_ip
string | null
required