Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt

Use this file to discover all available pages before exploring further.

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 member detail information by providing GNet ID GET /api/company/{griddid} Authorization: Bearer <your_token>