Assignees allow you to track which users in your organization are responsible for a given entity. The Assignees API supports listing and setting assignees for policies, submissions, insureds, and events. Key Concepts:Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
- Assignees are users within your organization assigned to an entity
- An entity can have multiple assignees
- Setting assignees is a full replacement — the provided list replaces any existing assignees
- Removed assignees are soft-deleted, preserving an audit trail of assignment history
API Endpoints
- List Assignees - Retrieve assignees for an entity
- Set Assignees - Set assignees for an entity (full replace)
Entity Types
Assignees can be managed on four entity types:| Entity Type | Read Permission | Update Permission |
|---|---|---|
policies | company.policy:read | policy:update |
submissions | company.submission:read | submission:update |
insureds | company.insured:read | insured:update |
events | company.claim:read | claim:update |
