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-08-24T03:58:55.590Z",
    "updatedAt": "2026-08-24T03:58:55.590Z"
  }
]