list_project_users
Retrieve user information for a specific Procore project to manage team access and permissions.
Instructions
List Project Users. [Core/Directory] GET /rest/v1.0/projects/{project_id}/users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| view | No | Specifies which view of the resource to return (which attributes should be present in the response). Users without read permissions to Directory are limited to the compact view. Otherwise, the defa... | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__permission_template | No | Permission Template ID. Returns item(s) assiociated with the specified Permission Template ID. | |
| filters__vendor_id | No | Return item(s) with the specified Vendor IDs. | |
| filters__origin_id | No | Origin ID. Returns item(s) with the specified Origin ID. | |
| filters__trade_id__ | No | Returns users whose vendor record is associated with the specified trade id(s). | |
| filters__search | No | Returns users where the search string matches the user's first name, last name, email address, keywords, job title, or company name | |
| filters__employee | No | Returns users whose is_employee attribute matches the parameter. | |
| filters__id | No | Returns users whose id attribute matches the parameter. | |
| sort | No | Returns items with the specified sort. |