Printago API
GET /v1/materials/group-members/group/{groupId}

Get group members

Get members of a specific group

Requires: material.view

Path Parameters

groupId required
string
Group ID

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "materialGroupId": "string",
    "materialType": "string",
    "priority": 0,
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-09T20:31:46.660Z",
    "updatedAt": "2026-09-09T20:31:46.660Z"
  }
]