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

- BillingInfoY5g
  - `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-26** `65e661618b8f` — 1 breaking, 1 info
  - the `roles` response's property type changed from `array` to `object` for status `202`
  - api operation id `Z` removed and replaced with `m`
- **2026-09-15** `4da8c9536717` — 1 info
  - api operation id `t` removed and replaced with `Z`
- **2026-09-15** `e2458537595b` — 1 info
  - api operation id `P` removed and replaced with `t`
- **2026-09-11** `2e438cb3181d` — 1 info
  - api operation id `J` removed and replaced with `P`
- **2026-09-07** `50527361f800` — 1 info
  - api operation id `O` removed and replaced with `J`

[Full 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.dev/octoperf/apis/octoperf-api/revisions/65e661618b8f?raw)
