Click or drag to resize

ClientGetSessions Method

Gets a list of sessions for the specified user.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public List<Session> GetSessions(
	string user_id
)

Parameters

user_id
Type: SystemString
The user ID.

Return Value

Type: ListSession
A list of session objects.
See Also