---
title: "Set location of an user"
method: POST
path: "/users/{userId}/location"
tags: ["Users"]
---

# Set location of an user

`POST /users/{userId}/location`

## Path parameters

- `userId` string, required

## Request body

- LocationInfo
  - `latitude` number, double
  - `longitude` number, double
  - `timestamp` string, date-time, nullable

## Response `200`

OK

- LocationInfo
  - `latitude` number, double
  - `longitude` number, double
  - `timestamp` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/versions/ddbe216a9287/schema)
