[Solved] Make Categories the same for all Members

Thanks for the hint about the documentation, I cannot see the channel_id in your example. Are you saying that the payload in the documentation

[
  {
    "id": "string",
    "user_id": "string",
    "team_id": "string",
    "display_name": "string",
    "type": "channels"
  }
]

does also support a channel_id like this`?

[
  {
    "id": "string",
    "user_id": "string",
    "team_id": "string",
    "display_name": "string",
    "channel_id": "string",
    "type": "channels"
  }
]

Also, can you send me a link to the nu tool you’re referencing here? I’m unable to find it on the net.