List¶
GET /api/v1/workspace/{workspace_uuid}/member/list
Overview¶
List all members in the current workspace.
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| workspace_uuid | string | Y | Workspace UUID |
Query Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| search | string | Search by name/email Example: supper_workspace Allow empty: False |
|
| pageIndex | integer | Page number Allow empty: False Example: 10 $minValue: 1 |
|
| pageSize | integer | Number of results per page Allow empty: False Example: 10 $minValue: 1 $maxValue: 100 |