Skip to main content
POST
Change account status

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
id
integer
required

User ID

Example:

1

status
string
required

New status (A=Active, etc.)

Example:

"A"

Response

Status changed