# Create a new API-only service account with specified permissions Endpoint: POST /v2/service-user Version: 1.0.0 Security: JWTAuthorizer ## Request fields (application/json): - `name` (string) - `policyIds` (array) ## Response 201 fields (*/*): - `name` (string) - `orgId` (string) - `policyIds` (array) Policy IDs attached to the user Example: ["policy1"] - `status` (string) Enum: "active", "inactive" - `tokenCreated` (string) ## Response 400 fields