Sign in

Get users by group channels

documented

Return users that are members of specified group channels.

POST /api/v4/users/group_channelsUsersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.mattermost.com/api/v4/users/group_channels" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d "{\"user_ids\": [\"{{$user_id_1}}\", \"{{$user_id_2}}\"]}"