> ## 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

> Search for members in GNet Connect using various identifiers.

## 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**

| 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       |
| email             | string | The email of the member to search for           | No       |

***

## Get a Member API

Get member detail information by providing GNet ID

`GET /api/company/{griddid}`

`Authorization: Bearer <your_token>`
