---
title: "Update user billing information"
method: PUT
path: "/users/billing-info"
tags: ["System - Logged In Users"]
---

# Update user billing information

`PUT /users/billing-info`

## Request body

- BillingInfoQ2
  - `firstname` string
  - `lastname` string
  - `company` string
  - `country` string
  - `address` string
  - `vatNumber` string
  - `phone` string

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.net/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octoperf/octoperf-api/versions/4b624af2cb6e/schema)
