users_create_user
Create a new user in GoHighLevel by providing credentials, role, permissions, and location assignments to manage access.
Instructions
Create User
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| type | Yes | ||
| Yes | |||
| phone | No | ||
| scopes | No | Scopes allowed for users. Only scopes that have been passed will be enabled. Note:- If passed empty all the scopes will be get disabled | |
| lastName | Yes | ||
| password | Yes | ||
| companyId | Yes | ||
| firstName | Yes | ||
| locationIds | Yes | ||
| permissions | No | ||
| twilioPhone | No | Per-location inbound Twilio number in E.164 format, keyed by location id (Call and Voicemail Inbound Number for direct Twilio, not LC Phone). Replacement semantics: if you send twilioPhone in the request body, the stored map is replaced entirely with this object (not merged). Any location id omitted | |
| profilePhoto | No | ||
| platformLanguage | No | Platform language preference for the user | |
| scopesAssignedToOnly | No | Assigned Scopes allowed for users. Only scopes that have been passed will be enabled. If passed empty all the assigned scopes will be get disabled |