---
title: "Returns profile information"
method: GET
path: "/certificate/profile"
tags: ["Multiple certificate service"]
---

# Returns profile information

`GET /certificate/profile`

Returns profile information

## Response `200`

Profile information returned correctly

- ProfileDTO
  - `traceID` string — Indentificativo univoco della richiesta dell'utente
  - `spanID` string — Indentificativo univoco di un task della richiesta dell'utente (differisce dal traceID solo in caso di chiamate sincrone in cascata)
  - `givenName` string — Nome
  - `familyName` string — Surname
  - `taxCode` string — Fiscal code
  - `roles` ProfileRoleDTO[]
    - `nodeID` integer — The role ID
    - `nodeFatherID` integer — Node father ID
    - `roleID` integer — The role description
    - `roleDescription` string — The role description
    - `regionID` string — The role description
    - `regionDescription` string — The role description
    - `enterpriseId` string — Enterprise ID
    - `enterprise` string — Enterprise
    - `structureId` string — Structure ID
    - `structure` string — Structure
    - `fieldsOfReference` string[]
    - `email` string — User email
    - `fixedPartCN` string — Fixed part of CN
    - `allowedToMonitoring` boolean
    - `admin` boolean — Flag admin
    - `medicsAdministrator` boolean — Is true if the user is an administrator for MMG/PLS

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Internal Server Error
- `default` — default

## Changes

- **2026-07-17** `ec2c8e86b080` — 1 info
  - endpoint added
- **2023-05-02** `b10ae3dc4bb6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/iccd-mibact/apis/provisioning-orchestrator/changes/certificate/profile/get.md)

---

[API](https://skmtc.dev/iccd-mibact/apis/provisioning-orchestrator.md) · [All operations](https://skmtc.dev/iccd-mibact/apis/provisioning-orchestrator/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iccd-mibact/provisioning-orchestrator/revisions/ec2c8e86b080/schema)
