POST Company Role
post_company_roleCreate a new company role in Procore using the POST method. Supply the company ID and optional role details; the API returns the created role object.
Instructions
POST Company Role. Use this to perform the post company action on Company Settings. Creates a new Company Settings and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API (v2.0): Company Admin > Company Settings. Endpoint: POST /rest/v2.0/companies/{company_id}/roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | No | JSON request body field — unique identifier of the Company Settings resource | |
| add_to_project_team | No | JSON request body field — the add to project team for this Company Settings operation | |
| archetype | No | JSON request body field — the archetype for this Company Settings operation | |
| display_on_company_home | No | JSON request body field — display_on_company_home | |
| name | No | JSON request body field — the name for this Company Settings operation | |
| type | No | JSON request body field — the type for this Company Settings operation |