Click or drag to resize
UsersClientGetUserByLogin Method
Gets the user by login.

Namespace: Quickblox.Sdk.Modules.UsersModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<UserResponse>> GetUserByLogin(
	string login
)

Parameters

login
Type: SystemString
The login.

Return Value

Type: TaskHttpResponseUserResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.GetUserByLogin(System.String)"]

See Also