Installer.com Docs
API ReferenceUsers
POST
/api/routers/{routerId}/users

Create router user

Path Parameters

routerId*string
Formatuuid

Request Body

application/json

Create user

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "http://localhost:8000/api/routers/7253b007-c14b-496f-833b-9e1aa7f1a27d/users" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]"  }'
Empty