---
title: "Replaces the staff member with the given resource."
method: PUT
path: "/Users/Staff"
tags: ["Rest"]
---

# Replaces the staff member with the given resource.

`PUT /Users/Staff`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Request body

- MindbodyRestApiCommonModelsSiteUsersStaff
  - `ID` integer
  - `Email` string
  - `FirstName` string
  - `LastName` string
  - `Bio` string
  - `Gender` string

## Response `200`

OK

- MindbodyRestApiCommonModelsSiteUsersStaff[]
  - `ID` integer
  - `Email` string
  - `FirstName` string
  - `LastName` string
  - `Bio` string
  - `Gender` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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