List Company Roles
list_company_rolesRetrieve a paginated, filterable list of roles for a company in Procore without making any changes.
Instructions
Return a list of roles for a company. Use this when you already know which company role you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the company role. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API (v2.0): Company Admin > Company Settings. Endpoint: GET /rest/v2.0/companies/{company_id}/roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for pagination | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| filters__users_only | No | Query string parameter — if true, returns only project roles of type contact. |