Show Company User
show_company_user_v1_3Retrieve full details of a specific directory user by providing company and user identifiers. Returns a JSON object with the user's information.
Instructions
Show detail on a specified User. Use this to fetch the full details of a specific Directory records by its identifier. Returns a JSON object describing the requested Directory records. Required parameters: company_id, id. Procore API (v1.3): Core > Directory. Endpoint: GET /rest/v1.3/companies/{company_id}/users/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |