| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

##### Parameters

- **id**: int64 (required) - id of the group
- **UserIds**: array of int64s (required) - The IDs of the users you wish to add.

#### Response Codes

- **200**: OK  
- **400**: Bad Request  
- **401**: Unauthorized  
- **403**: Forbidden  
- **404**: Not Found  
- **409**: Conflict  
- **500**: Internal Error  
- **default**: Error

### Updated 3 months ago

---

### Shell Examples

**Base URL**  
`https://api.your-wallet.blockdaemon-wallet.com/api/groups/{id}/addUsers`

```shell
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/groups/id/addUsers \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

**Response Examples**
```json
{"status":"200"}
{"status":"400"}
{"status":"401"}
{"status":"403"}
{"status":"404"}
{"status":"409"}
{"status":"500"}
{"status":"default"}
```
