Autocomplete users
GET/api/v4/users/autocomplete
Get a list of users for the purpose of autocompleting based on the provided search term. Specify a combination of team_id and channel_id to filter results further.
Permissions
Requires an active session and view_team and read_channel on any teams or channels used to filter the results further.
Request
Responses
- 200
- 400
- 401
- 403
User autocomplete successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions