Show Project User
show_project_userRetrieve full details of a specific project user by providing project ID and user ID. Returns a JSON object with directory record data.
Instructions
Show detail on a specified Project User. #### OK Response For null values, the key won't be returned. 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: project_id, id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/projects/{project_id}/users/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) |