settings

Add Company User

Validate and add a single user to the company.

  • Validates email domain against company domains or non-personal domains
  • Ensures user does not already exist
  • Validates provided role_id is allowed (company role or global full_user)
  • Sends welcome email asynchronously (best-effort)
post/settings/user/add

Request body

first_namestring required
last_namestring required
email_addressstring email required
role_idstring uuid nullable
marketing_team_idstring uuid nullable

Response

Successful Response

statusstring required

Changes