---
title: "Puts me."
method: PUT
path: "/me"
tags: ["Me"]
---

# Puts me.

`PUT /me`

## Request body

- API2ModelsBigOvenUser — An API2 wrapper object for a user
  - `BOAuthToken` string — The user-specific authentication token
  - `Personal` API2ModelsPersonal — Personal level info -- email, location, etc.
    - `Email` string
    - `Location` API2ModelsLocation
      - `City` string
      - `Country` string
      - `DMA` integer
  - `Accounting` API2ModelsAccounting
    - `MemberSince` string, date-time
    - `CreditBalance` integer
    - `PremiumExpiryDate` string, date-time
    - `UserLevel` string
  - `LastChangeLogID` string — Last change log
  - `Preferences` API2ModelsPreference
    - `EatingStyle` string
  - `Profile` API2ModelsProfile
    - `FullName` string
    - `Counts` API2ModelsCounts
      - `FollowingCount` integer
      - `AddedCount` integer
      - `FollowersCount` integer
      - `PublicRecipeCount` integer
      - `PrivateRecipeCount` integer
      - `TotalRecipes` integer
    - `AboutMe` string
    - `FirstName` string
    - `LastName` string
    - `UserID` integer
    - `HomeUrl` string
    - `PhotoUrl` string
    - `UserName` string
    - `BackgroundUrl` string

## Response `200`

OK

- API2ModelsBigOvenUser — An API2 wrapper object for a user
  - `BOAuthToken` string — The user-specific authentication token
  - `Personal` API2ModelsPersonal — Personal level info -- email, location, etc.
    - `Email` string
    - `Location` API2ModelsLocation
      - `City` string
      - `Country` string
      - `DMA` integer
  - `Accounting` API2ModelsAccounting
    - `MemberSince` string, date-time
    - `CreditBalance` integer
    - `PremiumExpiryDate` string, date-time
    - `UserLevel` string
  - `LastChangeLogID` string — Last change log
  - `Preferences` API2ModelsPreference
    - `EatingStyle` string
  - `Profile` API2ModelsProfile
    - `FullName` string
    - `Counts` API2ModelsCounts
      - `FollowingCount` integer
      - `AddedCount` integer
      - `FollowersCount` integer
      - `PublicRecipeCount` integer
      - `PrivateRecipeCount` integer
      - `TotalRecipes` integer
    - `AboutMe` string
    - `FirstName` string
    - `LastName` string
    - `UserID` integer
    - `HomeUrl` string
    - `PhotoUrl` string
    - `UserName` string
    - `BackgroundUrl` string

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
