Find Nearby Users from Group
This API helps find the nearest users in a particular group when the group_id is passed along with the lat/long values and radius in the URL.
Find Nearby users from Group
GET
https://api.roam.ai/v1/api/search/users/
Query Parameters
Name | Type | Description |
---|---|---|
group_id | string | To search nearest users in group_id E.g.- 600959fdffb3fb11b5c66b58 |
location | string | Origin location in [lat, long] format E.g.- 26.2279164,84.3574425(lat/long) |
radius | integer | By default radius will 1000 (meter)if not provided minimum 100 & maximum 10,000 (meter) E.g.- 500 |
page_number | integer | Used to go through all the pages of data E.g.- 1 |
Headers
Name | Type | Description |
---|---|---|
Api-key | string | Auth-key E.g.- a88d1dddd5ec4be18d7009e0ed4ad59f |
Sample Request
Last updated