Update user location
User Operations
Update user location
Updates the user’s location information including coordinates, radius, city, state, and country.
POST
Update user location
Authorizations
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Body
application/json
Latitude of the user's location
Required range:
-90 <= x <= 90Longitude of the user's location
Required range:
-180 <= x <= 180Radius for nearby searches in kilometers
Required range:
x >= 0City of the user's location
Maximum string length:
255State or region of the user's location
Maximum string length:
255Country of the user's location
Maximum string length:
255