POST admin/network/stations/searchmembers
The station's forgot-card member search (operator-surface slice). Body: the standard search shape { ObjectId (network id), SearchBy (0 name | 1 sid | 2 email), FirstName/LastName | SID | Email, PageIndex, PageSize }. Gate = the STATION operator population (flag 210 + school admin OR facility.checkin.perform — enforced in MemberApi via SearchMembersForType.Station; the kiosk/POS/V4 searches gate on different populations and would refuse a plain check-in delegate). Same paged result shape as every other member search.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"gender": 0,
"sid": "sample string 3",
"email": "sample string 4",
"searchBy": 0,
"searchType": 0,
"objectId": "sample string 5",
"includeAllMemberTeamInSchool": true,
"includeTeamMemberSignedWaiver": true,
"usePagination": true,
"pageIndex": 9,
"pageSize": 10,
"kioskSportEventId": 11,
"curUserId": "sample string 12",
"isSSO": true,
"requestHost": "sample string 14",
"applicationPath": "sample string 15",
"secureApplicationPath": "sample string 16",
"absoluteApplicationPath": "sample string 17",
"isHttps": true,
"isMobileDevice": true,
"isElectron": true,
"isFullEmbed": true,
"clientType": 0,
"clientVersion": "sample string 22",
"clientOS": "sample string 23",
"clientBuild": "sample string 24",
"premiumAppId": "sample string 25",
"clientWidth": 26,
"clientHeight": 27,
"timezone": 28
}
application/xml, text/xml
<SearchMemberInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input"> <ClientHeight>27</ClientHeight> <ClientType>Site</ClientType> <ClientWidth>26</ClientWidth> <absoluteApplicationPath>sample string 17</absoluteApplicationPath> <applicationPath>sample string 15</applicationPath> <cachedKey>sample string 1</cachedKey> <clientBuild>sample string 24</clientBuild> <clientOS>sample string 23</clientOS> <clientVersion>sample string 22</clientVersion> <curUserId>sample string 12</curUserId> <isElectron>true</isElectron> <isFullEmbed>true</isFullEmbed> <isHttps>true</isHttps> <isMobileDevice>true</isMobileDevice> <isSSO>true</isSSO> <premiumAppId>sample string 25</premiumAppId> <requestHost>sample string 14</requestHost> <secureApplicationPath>sample string 16</secureApplicationPath> <timezone>28</timezone> <Email>sample string 4</Email> <FirstName>sample string 1</FirstName> <Gender>Male</Gender> <IncludeAllMemberTeamInSchool>true</IncludeAllMemberTeamInSchool> <IncludeTeamMemberSignedWaiver>true</IncludeTeamMemberSignedWaiver> <KioskSportEventId>11</KioskSportEventId> <LastName>sample string 2</LastName> <ObjectId>sample string 5</ObjectId> <PageIndex>9</PageIndex> <PageSize>10</PageSize> <SID>sample string 3</SID> <SearchBy>Name</SearchBy> <SearchType>Team</SearchType> <UsePagination>true</UsePagination> </SearchMemberInVO>
application/x-www-form-urlencoded
Sample not available.
multipart/form-data
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="cachedKey" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
No documentation available.
Response body formats
application/json, text/json
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"data": {},
"cachedKey": "sample string 4",
"correlationId": "011fb895-9446-48ea-803b-216de82a0ec5",
"jwtTokenForSPA": "sample string 6",
"jwtTokenIndexForSPA": 1
}
application/xml, text/xml
<ResultOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common"> <CachedKey>sample string 4</CachedKey> <Code>None</Code> <CorrelationId>011fb895-9446-48ea-803b-216de82a0ec5</CorrelationId> <Data /> <IsDone>true</IsDone> <JwtTokenForSPA>sample string 6</JwtTokenForSPA> <JwtTokenIndexForSPA>1</JwtTokenIndexForSPA> <Message>sample string 2</Message> </ResultOutVO>
multipart/form-data
Sample not available.