list_project_roles
Retrieve project role details from Procore to manage team permissions and access controls. Use this tool to view available roles, their capabilities, and assignment options for specific projects.
Instructions
List Project Roles. [Core/Project] GET /rest/v1.0/project_roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. | |
| filters__add_to_project_team | No | Filter results based on the `add_to_project_team` column. Accepts `true` or `false` to include or exclude items accordingly. |