v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Trust Portal

Update allowed emails for the trust portal

Update allowed emails for the trust portal in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.

put/v1/trust-portal/settings/allowed-emails

Request body

emailsstring[] required

Email addresses that bypass NDA signing for trust portal access. Replaces the full list; send an empty array to clear it.

Example request

{
  "emails": [
    "person@example.com"
  ]
}