Click or drag to resize
UsersClientGetUserByTagsAsync Method
Search API Users by tags

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>>> GetUserByTagsAsync(
	string[] tags,
	Nullable<uint> page,
	uint perPage
)

Parameters

tags
Type: SystemString
API User tag(s) The maximum number of tags per user: 5.
page
Type: SystemNullableUInt32
Page number of the book of the results that you want to get. By default: 1
perPage
Type: SystemUInt32
The maximum number of results per page. Min: 1. Max: 100. By default: 10

Return Value

Type: TaskHttpResponsePagedResponseUserResponse

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

See Also