# Assign actions

Set assignee for a list of actions.

Endpoint: PUT /action/assignee
Security: risk_access_token

## Request fields (application/json):

  - `action_ids` (array)

  - `assignee` (string)
    The email of the user to assign the actions to.

## Response 200 fields (application/json):

  - `success` (boolean)
    Defines if the operation was successful.

  - `affectedActionsCount` (number)
    The number of assigned actions.
    Example: 4

