List¶
GET /api/v1/workspace/{workspace_uuid}/role/list
Overview¶
Get role list
Route Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_uuid | string | Y | Workspace UUID |
Query Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| search | string | Search by name/description Example: read Allow empty: False |
|
| statMember | boolean | Whether to display member statistics Example: read Allow empty: False |
|
| pageSize | integer | Number of items per page Allow empty: False Example: 10 |
|
| pageIndex | integer | Page number Allow empty: False Example: 10 |