List Observation Assignee Options
list_observation_assignee_optionsRetrieve the project users you can assign to an Observation before setting assignee fields, preventing 403 errors. Options reflect your permissions; read-only operation.
Instructions
Returns the Project users the requesting user is permitted to assign to an Observation. Call this before setting observation[assignee_id] or observation[assignee_ids] — assigning a user absent from this list is rejected with a 403. The list narrows based on the requesting user's own permissions: users who cannot assign standard-level members see only Observations admins. Use this to discover observation assignee options or to look up the id of one before calling a tool that needs it. Returns a JSON array of observation assignee options; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API: Project Management > Observations. Endpoint: GET /rest/v1.0/observations/assignees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| project_id | Yes | Query string parameter — unique identifier for the project. |