Edit the company information private access section

Update the company information private access section.

🔒 Requires Trust Center: Manage NDA Settings permission.

💎 Requires your account have the Trust Center Pro feature. Contact your CSM for help upgrading.

Securitybearer
Request
query Parameters
workspaceId
number

Workspace Id

Request Body schema: application/json
required
securityEmails
string <= 768 characters

Company's security/compliance email

removeNda
boolean

Remove the current NDA?

preapprovedEmailDomains
Array of strings

List of preapproved email domains

Responses
200

Successful

401

Invalid Authorization

402

You must upgrade your plan to use this feature

403

You are not allowed to perform this action

412

You must accept the Drata terms and conditions to use the API

500

Internal server error

put/trust-center/company-info/private-access
Request samples
application/json
{
  • "securityEmails": "[email protected]",
  • "removeNda": true,
  • "preapprovedEmailDomains": "domain.com"
}
Response samples
application/json
{}