Show Company Security Settings
show_company_security_settingsFetch paginated company security settings for an admin user by providing a company ID.
Instructions
Show Company Security Settings for Admin user. Use this to fetch the full details of a specific Company Settings by its identifier. Returns a paginated JSON array of Company Settings. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API (v2.0): Company Admin > Company Settings. Endpoint: GET /rest/v2.0/companies/{company_id}/company_security_settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |