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


Search by postal code

The postal code is geocoded server-side to its coordinates and matched against members within a 50km radius — tight enough to stay metro-wide, since members carry no postal code field of their own to match against directly. No other location tags (city, state, country) are applied automatically alongside a postal code search; a member just outside the given city but within the radius would otherwise be excluded. Pass radius explicitly to widen or narrow the default:
If a postal code cannot be resolved, the endpoint returns:

Get a Member API

Get member detail information by providing GNet ID GET /api/company/{griddid} Authorization: Bearer <your_token>