---
title: "returns the properties of a specific user within the context of a specific application"
method: GET
path: "/dev/applications/{application}/users/{userId}"
tags: ["dev"]
---

# returns the properties of a specific user within the context of a specific application

`GET /dev/applications/{application}/users/{userId}`

This endpoint will return a JSON document containing the properties of the user identified
by the specified user ID. as different applications can have distinct user identifiers,the application identifier
is also required at the path level.

## Response `200`

A JSON document containing the properties of the specified user.

## Other responses

- `400` — The application or the specified user does not exist.
- `500` — An internal error has occurred

---

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