---
title: "Update User"
method: PUT
path: "/api/v1.0/users/{id}"
tags: ["Users"]
---

# Update User

`PUT /api/v1.0/users/{id}`

## Path parameters

- `id` string, required

## Request body

- User
  - `created_at` number — The date/time the User was created at represented as an integer
  - `email` string — The email of the User
  - `full_name` string — The name of the User
  - `has_admin_privileges` boolean — A boolean field representing whether the User can access the Admin Console or not
  - `id` string — The ID of the User
  - `password` string — The password of the User (auto-generated if left blank)
  - `phone_number` string — The phone number of the User
  - `profile_image_url` string — A URL pointing to the Users profile image
  - `receive_emails` boolean — A boolean field representing if the User receives emails from Wingmate or not
  - `receives_sms` boolean — A boolean field so that they receive SMS for your campaign (default is True)
  - `tag` string — A tag that other uses can use to mention the User in Comments and Reminders (this is automatically generated if left blank)
  - `time_zone` string — The time zone for the Users location
  - `title` string — The work title of the User
  - `type` 'Worker' | 'Salesperson' | 'Manager' — The type of User you wish to create | OneOf(Manager, Salesperson, Worker)
  - `uuid` unknown

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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