## URL Expired

The URL for this request expired after 30 days.

# Response Codes

### 200
Map of group name to list of user IDs

### 500
Internal server error. May include an `errorCode` (M-prefixed) and `data` from the MPA error code system. See `cwpapi/errors.go` for codes.

---

### Base URL

`https://api.your-wallet.blockdaemon-wallet.com/api/cwp/users/groups/list`

### Example Curl Request

```bash
curl --request GET \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/users/groups/list \
     --header 'accept: application/json'
```

### Responses

- **200**
- **500**

---
