---
title: "Update Me"
method: PATCH
path: "/frontend/v1/me"
tags: ["FrontendService"]
---

# Update Me

`PATCH /frontend/v1/me`

## Request body

- User
  - `id` string
  - `email` string
  - `createTime` string, date-time
  - `updateTime` string, date-time
  - `owner` boolean
  - `googleUserId` string
  - `microsoftUserId` string
  - `githubUserId` string
  - `hasAuthenticatorApp` boolean
  - `displayName` string
  - `profilePictureUrl` string

## Response `200`

OK

- UpdateMeResponse
  - `user` User
    - `id` string
    - `email` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `owner` boolean
    - `googleUserId` string
    - `microsoftUserId` string
    - `githubUserId` string
    - `hasAuthenticatorApp` boolean
    - `displayName` string
    - `profilePictureUrl` string

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

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