Show Permission Manifest
show_permission_manifestRetrieve the full permission manifest for a company or project. Returns a complete JSON field set; read-only; clear HTTP errors if access is denied or not found.
Instructions
Company or project permission manifest for the current user. Use this when you already know which permission manifest you want and need its full field set. Returns a single JSON object describing the permission manifest. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Procore API: Company Admin > Users & Permissions. Endpoint: GET /rest/v1.0/settings/permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | Query string parameter — this parameter is required for company level permissions and should be omitted for project level permissions. | |
| project_id | No | Query string parameter — this parameter is required for project level permissions and should be omitted for company level permissions. | |
| filter_correspondence_types | No | Query string parameter — filter out Correspondence Types from permissions. |