---
title: "Create User"
method: POST
path: "/setup/v1/businessusers"
tags: ["BusinessUsers"]
---

# Create User

`POST /setup/v1/businessusers`

Use this endpoint to **Create** a Business User. If not specified, the business location defaults to the primary business location.

Required fields: **Name**, **Email** and **Role****Note:** If the businessUser is a bookable resource (bizresource) then a resourceId is required.

For role, use one of the values listed. **Business Roles Include: bizowner** (Business Owner), **bizadmin** (Business Administrator), **bizresource** (Business User - Bookable Resource).

The **sendRegistrationInvite** parameter is available to API consumers for their own use. It provides no added functionality in OnSched.

## Request body

- BusinessUserInputModel
  - `locationId` string, nullable
  - `name` string, nullable
  - `email` string, nullable
  - `resourceId` string, nullable
  - `role` string, nullable
  - `sendRegistrationInvite` boolean

## Response `200`

Success

- BusinessUserViewModel
  - `object` string, nullable
  - `id` string, nullable
  - `accountId` string, uuid, nullable
  - `locationId` string, nullable
  - `businessName` string, nullable
  - `email` string, nullable
  - `role` string, nullable
  - `name` string, nullable
  - `identityAccount` boolean
  - `resourceId` string, nullable
  - `resourceName` string, nullable
  - `permissions` BusinessUserPermissionViewModel[], nullable
    - `object` string, nullable
    - `function` string, nullable
    - `access` string, nullable

---

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