---
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

- BillingInfoS7b
  - `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

## Changes

- **2026-09-03** `0dd39158a6ad` — 1 info
  - api operation id `c` removed and replaced with `P`
- **2026-09-02** `f1e5fc0d1899` — 1 info
  - api operation id `y` removed and replaced with `c`
- **2026-08-27** `5c632fc8774c` — 1 info
  - api operation id `I` removed and replaced with `y`
- **2026-08-26** `02a15fc32858` — 1 info
  - api operation id `Z` removed and replaced with `I`
- **2026-07-27** `4b624af2cb6e` — 1 info
  - api operation id `N` removed and replaced with `Z`

[Change history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/users/billing-info/put.md)

---

[API](https://skmtc.dev/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.dev/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/octoperf/octoperf-api/revisions/0dd39158a6ad/schema)
