Click or drag to resize

ClientAutoCompleteUsers Method

Returns a list of users based on the provided criteria.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public List<User> AutoCompleteUsers(
	string username,
	string in_channel = "",
	string in_team = ""
)

Parameters

username
Type: SystemString
The search term (username).
in_channel (Optional)
Type: SystemString
(Optional) Restricts search to a specific channel.
in_team (Optional)
Type: SystemString
(Optional) Restricts search to a specific team.

Return Value

Type: ListUser
A list of User objects.
See Also