---
title: "show data field user profile"
method: GET
path: "/user/{idUser}/profile/{idProfile}"
tags: ["Users"]
---

# show data field user profile

`GET /user/{idUser}/profile/{idProfile}`

## Path parameters

- `idUser` string, required
- `idProfile` integer, required

## Response `200`

User Profile type object

- UserProfile
  - `idUserProfile` integer — Id user profile
  - `idUser` string — Id User
  - `idProfile` integer — Id Profile
  - `idGroup` integer — Id Group
  - `isNoHierarchy` boolean, nullable — No hierarchy
  - `assignedBy` string — Create user profile by
  - `idPolicy` integer — Id Policy
  - `tags` object[], nullable — Tags to which a user belongs
    - `idTags` integer, nullable — Tags id

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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