Click or drag to resize
UsersClientGetUserByFullNameAsync Method
Gets the full name of the user by.

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<PagedResponse<UserResponse>>> GetUserByFullNameAsync(
	string fullName,
	Nullable<uint> page,
	Nullable<uint> perPage,
	CancellationToken token = null
)

Parameters

fullName
Type: SystemString
API User full name
page
Type: SystemNullableUInt32
Page number of the book of the results that you want to get. By default: 1
perPage
Type: SystemNullableUInt32
The maximum number of results per page. Min: 1. Max: 100. By default: 10
token (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="token"/> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.GetUserByFullNameAsync(System.String,System.Nullable{System.UInt32},System.Nullable{System.UInt32},System.Threading.CancellationToken)"]

Return Value

Type: TaskHttpResponsePagedResponseUserResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.GetUserByFullNameAsync(System.String,System.Nullable{System.UInt32},System.Nullable{System.UInt32},System.Threading.CancellationToken)"]

See Also