Get User Geolocation from IP node
The Get User Geolocation from IP node retrieves the geographical location associated with a given IP address. It resolves the IP to its approximate location and returns key geolocation data such as latitude, longitude, and country.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
- IP address: Define the IP address for which geolocation information should be retrieved.
Default output node
- Success
- Failure
JSON metadata
{
"name": "geolocation_from_input",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Get User Geolocation From IP"
}, {
"lang": "it",
"value": "Get User Geolocation From IP"
}
],
"meta": {
"created": "2026-02-19T09:30:43.649Z",
"lastModified": "2026-02-19T09:30:43.649Z",
"version": "2c99192e-655b-49e1-9641-81d4538f975f"
},
"nodeName": "GeolocationFromInput",
"index": 21,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}