Intimidate a user
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /su/intimidate
Operation
Operation ID: suIntimidate
Create an authentication token for another user (Superuser only)
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"user_id": {
"type": "integer"
}
},
"required": [
"user_id"
],
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Success | application/json |
Schema for response 200 (application/json):
{
"properties": {
"token": {
"type": "string"
}
},
"type": "object"
}
17 March 2026