POST /rest/v1.0/companies/{company_id}/permission_templates
Returns the created Permission Template along with its permitted actions.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
company_id |
Integer | Yes |
Unique identifier for the company. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
permission_template |
Object | Yes | |
permission_template.id |
Integer | No |
The ID of the Permission Template |
permission_template.project_id |
Integer | No |
id of corresponding project if provider_type == Project |
permission_template.name |
String | No |
The name of the Permission Template |
permission_template.provider_type |
String | No |
'Project' or 'Company' |
permission_template.type |
String | No |
'company_tools', 'global' or 'project_specific' |
permission_template.company_id |
Integer | No |
The ID of the Company the Permission Template belongs to |
permission_template.permissions |
Object | No |
permitted actions for active tools |
permission_template.provider_id |
Integer | No |
Either the company_id or project_id based on provider_type |
permission_template.user_access_levels |
Object | No |
user access levels for active tools |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.