Show Company User
show_company_user_v1_3_2Retrieve full details of a company directory user by its identifier. Provide company ID and user ID to get a JSON object with user 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/users/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| company_id | Yes | Query string 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) |