Click or drag to resize

ClientGetTeamMembersByIDs Method

Gets a list of team members in the specified team based on the specified user IDs.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public List<TeamMember> GetTeamMembersByIDs(
	string team_id,
	List<string> ids
)

Parameters

team_id
Type: SystemString
The team ID.
ids
Type: System.Collections.GenericListString
The list of user IDs.

Return Value

Type: ListTeamMember
A list of TeamMember objects.
See Also