---
title: "update multiple receivers. 🔐"
method: PUT
path: "/v3/groups/{group_id}/receivers/updateplus"
tags: ["groups"]
---

# update multiple receivers. 🔐

`PUT /v3/groups/{group_id}/receivers/updateplus`

This is just like update, except you can increase or decrease numeric attribute values.<br/> Prepend a "+" or "-" to the value to increase or decrease a value.<br/> <br/> You also can manipulate TAGS in a similar way:<br/> In the array of tags, prepend a "-" to the tag you want to be removed.<br/> To remove all tags with a specific origin, simply specify "&#42;" instead of any tag name.<br/> <br/> Carefully use the fields 'registered', 'activated' and 'deactivated':<br/> - provide 'registered' with current time if receiver is new.<br/> - provide 'activated' only for immedite activation (no DOI mail will work then).<br/> - provide 'deactivated' other than 0 and your receiver will definitely be inactive. 0 will eventually reactivate receivers!<br/> Just omit 'deactivated' unless you know, what you are doing!<br/> <br/> <strong>Example Post Data:</strong><br/> <code> [<br/> &nbsp;&nbsp;&nbsp;&nbsp;{<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":"bruce@gotham.com",<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attributes": {<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"weapons":"-4"<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"global_attributes": {<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":"winner",<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fights":"+1",<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enemies":"-1"<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tags": [ "winner", "-loser", "-joker.*" ]<br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/> ]<br/> </code>

## Path parameters

- `group_id` string, required

## Request body

- ReceiverUpdateplusModel
  - `postdata` string[], required — Please see example

## Response `200`

Success

- string

---

[API](https://skmtc.net/cleverreach/apis/cleverreach-rest-api.md) · [All operations](https://skmtc.net/cleverreach/apis/cleverreach-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverreach/cleverreach-rest-api/revisions/7248a065f67f/schema)
