companies

Sets the IP CIDR allowlist for this Company.

Replaces the company's IP allowlist; an empty list removes all restrictions. The update is rejected with a 400 if more than 5% of the company's currently-active agents would be blocked by the new list, or if the new list would block the caller; use the validate endpoint to preview the impact before applying. IP allowlisting is not supported for companies connected via AWS PrivateLink; leave the allowlist empty for those companies. Requires the privilege COMPANY_SECURITY_WRITE

put/companies/{identifier}/auth/cidr-blocks

Path parameters

identifierstring required

Request body

cidrBlocksstring[] required

IPv4 or IPv6 CIDR blocks allowed to access the API. An empty list removes IP restrictions.

Response

default response

Changes

No recorded changes to this endpoint across all 10 revisions of this API.