Skip to main content

Search Members API

The Search Members API allows you to search for members in GNet Connect using various identifiers such as username, email, griddid (unique GNET ID), or phone. This endpoint provides a flexible way to find and retrieve member information based on different criteria.

Endpoint

GET /api/company/search Authorization: Bearer <your_token>

Query Parameters

ParameterTypeDescriptionRequired
contextidstringThe context ID to search for members inYes
namestringThe name of the member to search forNo
citystringThe city of the member to search forNo
city_or_airportstringThe city or airport of the member to search forNo
statestringThe state of the member to search forNo
airportstringThe airport of the member to search forNo
countrystringThe country of the member to search forNo
emailstringThe email of the member to search forNo

Get a Member API

GET /api/company/member/{griddid} Authorization: Bearer <your_token>
I