Search Members API
The Search Members API allows you to search for members in GNet Connect using various identifiers such asusername, 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
| Parameter | Type | Description | Required |
|---|---|---|---|
| contextid | string | The context ID to search for members in | Yes |
| name | string | The name of the member to search for | No |
| city | string | The city of the member to search for | No |
| city_or_airport | string | The city or airport of the member to search for | No |
| state | string | The state of the member to search for | No |
| airport | string | The airport of the member to search for | No |
| country | string | The country of the member to search for | No |
| string | The email of the member to search for | No |
Get a Member API
GET /api/company/member/{griddid}
Authorization: Bearer <your_token>