create_permission_template
Create a permission template in Procore to define user access levels and permitted actions for company or project tools.
Instructions
Create Permission Template. [Core/Directory] POST /rest/v1.0/companies/{company_id}/permission_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | The ID of the Company the Permission Template belongs to | |
| id | No | The ID of the Permission Template | |
| name | No | The name of the Permission Template | |
| provider_type | No | 'Project' or 'Company' | |
| type | No | 'company_tools', 'global' or 'project_specific' | |
| provider_id | No | Either the company_id or project_id based on provider_type | |
| category | No | The category of the Permission Template | |
| user_access_levels | No | user access levels for active tools | |
| permissions | No | permitted actions for active tools | |
| project_id | No | id of corresponding project if provider_type == Project |