Set Assignees
Sets the assignees for a specific entity. This is a full replacement — the provided list of user IDs completely replaces any existing assignees. Pass an empty array to remove all assignees.
Previously removed assignees are soft-deleted (preserved for audit history) and can be re-assigned.
Required permission: Permission depends on entity type:
policies→policy:updatesubmissions→submission:updateinsureds→insured:updateevents→claim:update
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
The type of entity (policies, submissions, insureds, or events) The type of entity to manage assignees for
policies, submissions, insureds, events The ID of the entity
Body
Array of user IDs to assign. Replaces all current assignees. Pass an empty array to remove all assignees.
Response
Assignees updated successfully
The user IDs that were set as assignees
