# GET /roles/:role_id/users

**Resource:** [Roles & Permissions](./roles.md)  
**MCP tool:** `list_role_members`  
**Scopes:** `permissions:read`  
**Write operation:** no

List the workspace members currently assigned to a role.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `role_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/roles/:role_id/users"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`