---
title: "Invite User"
method: POST
path: "/v1/accounts/{account_id}/users/invite_user"
tags: ["Users"]
---

# Invite User

`POST /v1/accounts/{account_id}/users/invite_user`

**Authorization scope:** `user:edit` 
 
 **Invite new user**
**1. Create new user with temp password**
**2. Send email with redirect url that includes the password inside the token**

## Path parameters

- `account_id` string, required

## Request body

- InviteUserInput — Invite user input
  - `user_name` string, required — The user name
  - `user_email` string, required — The user email
  - `environments` object, required — The environments with roles per env
  - `allow_login_password` boolean, required — Indicates if the user is allowed to login with password
  - `is_admin` boolean, nullable — Indicates if the user is a admin
  - `allow_login_google` boolean, nullable — Indicates if the user is allowed to login with google
  - `allow_login_sso` boolean, nullable — Indicates if the user is allowed to login with sso
  - `is_re_invite` boolean, nullable — Indicates if the invitation is a re invite

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivery/apis/boomi-data-integration-api.md) · [All operations](https://skmtc.net/rivery/apis/boomi-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivery/boomi-data-integration-api/revisions/cc19ddc41c6e/schema)
