Login with username and password
POST /api/auth/login
POST
/api/auth/login
Request Body required
Section titled “Request Body required ”object
username
required
string
password
required
string
Responses
Section titled “ Responses ”OK
object
token
string
user
object
id
string format: uuid
username
string
role
string
assignedPlayerIds
Array<string>
assignedZoneIds
Array<string>
Unauthorized
object
type
string
title
string
status
integer format: int32
detail
string
instance
string