Show Current Company User
show_current_company_userFetch the full details of the current company user for a specified company ID. Returns a paginated JSON array with user information, supporting page and per_page parameters.
Instructions
Show detail on the current Company User. Use this to fetch the full details of a specific Directory records by its identifier. Returns a paginated JSON array of Directory records. Use page and per_page to control pagination; the response includes pagination metadata. 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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |