Show Current Company User
show_current_company_userRetrieve the complete details of the current company user from Procore, including all fields, by specifying the company ID. This read-only operation returns a single JSON object.
Instructions
Show detail on the current Company User. Use this when you already know which current company user 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 current company user. 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 (v1.3): Core > Directory. Endpoint: GET /rest/v1.3/companies/{company_id}/me
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. |