show_project_user
Retrieve user details for a specific project in Procore by providing project and user IDs. Access user information within project directories.
Instructions
Show project user. [Core/Directory] GET /rest/v1.0/projects/{project_id}/users/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the user | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |