Edit the company information private access section

Update the company information private access section. This endpoint is only available on Trust Center Pro.

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

Good to go!

401

Invalid Authorization

403

You are not allowed to perform this action

500

Internal server error

default

Response Code: 412

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

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