Create Project Role
create_project_roleAssigns a role to a user in a specific project by creating a project role record. Requires project ID and role details.
Instructions
Create a relationship between a User and a Role in a specified Project. Use this to create a new Project records in Procore. Creates a new Project records and returns the created object on success (HTTP 201). Required parameters: project_id, project_role. Procore API: Core > Project. Endpoint: POST /rest/v1.0/project_roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| project_role | Yes | JSON request body field — the project role for this Project operation |