GET api/friend/search?key={key}&pageIndex={pageIndex}&pageSize={pageSize}&userId={userId}

搜索会员

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

pageIndex

integer

Default value is 1

pageSize

integer

Default value is 10

userId

string

Default value is

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.