users

Autocomplete users

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.

get/api/v4/users/autocomplete

Query parameters

team_idstring

Team ID

channel_idstring

Channel ID

namestring required

Username, nickname first name or last name

limitinteger

The maximum number of users to return in each subresult

Defaults to 100 if not provided.

Response

User autocomplete successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.