---
title: "Account Update Details"
method: PATCH
path: "/v1/me"
tags: ["Account"]
---

# Account Update Details

`PATCH /v1/me`

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Request body

- MeIn
  - `name` string, nullable — Personal name
  - `first_name` string, nullable — First name of the user
  - `last_name` string, nullable — Last name of the user
  - `country` string, nullable — Country of the user
  - `email` string, nullable
  - `is_business_account` boolean, nullable
  - `company` string, nullable — Company name
  - `website` string, nullable — Company website address
  - `title` string, nullable — Job title of the user, e.g. 'Software Engineer'
  - `display_name` string, nullable — String with length between 1 and 39 characters. Only alphanumeric characters and dashes allowed. Must contain no leading, trailing or consecutive dashes.
  - `use_case` string, nullable — Short description of the use case for the account
  - `attribution` string, nullable — Short description of how the user found out about DeepInfra
  - `marketing_emails` boolean, nullable — Set to false to opt out of marketing emails
  - `country_code` string, nullable — ISO 3166-1 alpha-2 country code of the user selected country

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/revisions/79ff347d29e2/schema)
