Sign in

Autocomplete users

documented

Return a list of users suitable for autocomplete filtering.

GET /api/v4/users/autocompleteUsersno 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://about.mattermost.com/api/v4/users/autocomplete?team_id={{$team_id}}&channel_id={{$channel_id}}&name={{$name}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"