---
title: "POST /v1/presence/users"
method: POST
path: "/v1/presence/users"
tags: ["Connections", "User profiles", "Users"]
---

# POST /v1/presence/users

`POST /v1/presence/users`

## Request body

- UserPresenceRequest
  - `userIds` integer[], nullable

## Response `200`

Success

- UserPresencesResponse
  - `userPresences` UserPresence[], nullable
    - `userPresenceType` 0 | 1 | 2 | 3
    - `lastLocation` string, nullable
    - `placeId` integer, nullable
    - `rootPlaceId` integer, nullable
    - `gameId` string, uuid, nullable
    - `universeId` integer, nullable
    - `userId` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `429` — Too Many Requests

---

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