list_company_roles
Retrieve company roles from Procore to manage user permissions and access levels across projects.
Instructions
List Company Roles. [Company Admin/Company Settings] GET /rest/v1.0/companies/{company_id}/roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| filters__users_only | No | If true, returns only project roles of type user. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |