---
title: "POST /settings/users/2026-03"
method: POST
path: "/settings/users/2026-03"
tags: ["Basic"]
---

# POST /settings/users/2026-03

`POST /settings/users/2026-03`

## Request body

- UserProvisionRequest
  - `email` string, required — The user's email.
  - `firstName` string — The user's first name.
  - `lastName` string — The user's last name.
  - `primaryTeamId` string — The user's primary team.
  - `roleId` string — The user's role.
  - `secondaryTeamIds` string[] — The user's additional teams.
  - `sendWelcomeEmail` boolean, required — Whether to send a welcome email.

## Response `201`

successful operation

- PublicUser
  - `email` string, required — The user's email.
  - `firstName` string — The user's first name.
  - `id` string, required — The user's unique ID.
  - `lastName` string — The user's last name.
  - `primaryTeamId` string — The user's primary team
  - `roleId` string — The user's role.
  - `roleIds` string[], required — A list of role IDs assigned to the user.
  - `secondaryTeamIds` string[] — The user's additional teams.
  - `sendWelcomeEmail` boolean — Whether a welcome email was sent to the user. This value will only be populated in response to a provisioning request. Subsequent queries will be false.
  - `superAdmin` boolean, required — Whether the user has super admin privileges.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/settings-user-provisioning.md) · [All operations](https://skmtc.net/hubspot/apis/settings-user-provisioning/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/settings-user-provisioning/versions/88afd8abb54e/schema)
