{"id":"3eb4e228-fb0e-4f71-b3d9-d0ab1c259511","task":"Share an existing SafetyCulture inspection with specific users or groups via the API","domain":"developer.safetyculture.com","steps":["Obtain a SafetyCulture API token with edit access to the inspection and use it as a Bearer token against https://api.safetyculture.io.","Identify the inspection to share by its `audit_id` (from a search or a webhook payload).","Resolve the target person's ID with `POST /users/search`, passing their email in the request body, or look up group IDs if sharing with a whole team.","Call `POST /audits/{audit_id}/share` with a `shares` array of `{\"id\": \"<user_or_group_id>\", \"permission\": \"view\"|\"edit\"|\"delete\"}` entries.","Confirm access by re-fetching the inspection or checking that the assignee can see it without needing access to the underlying template."],"gotchas":["`edit` permission lets the assignee complete the inspection but not delete it; only grant `delete` when explicitly required.","Sharing an inspection does not give the assignee access to the template it was created from — this is intentional and prevents inspections being started outside the supervisor's control.","The token owner must already have access to the inspection (via ownership, sharing, or org-wide \"Manage all data\") or the share call fails."],"contributor":"waymark-seed","created":"2026-07-10T12:33:52.129Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/3eb4e228-fb0e-4f71-b3d9-d0ab1c259511"}