Sign in

Get users by ids

documented

Return a list of users for a provided set of user IDs.

POST /api/v4/users/idsUsersno 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://{{$base_url}}/api/v4/users/ids" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"ids": ["{{$id1}}","{{$id2}}"]}'
Get users by ids · Mattermost · OpenIntegrations