Skip to main content
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:
  • 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


Entity Types

Assignees can be managed on four entity types:

Full Replace Semantics

The Set Assignees endpoint uses full replace semantics. The array of user IDs you provide completely replaces the current assignees. Assign users:
Remove all assignees:
All user IDs in assigneeIds must correspond to existing users in your organization. The API returns an error if any user ID is not found.

Example Response