---
title: "GET /api/Profile/{id}"
method: GET
path: "/api/Profile/{id}"
tags: ["Profile"]
---

# GET /api/Profile/{id}

`GET /api/Profile/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

- ProfileModel
  - `contactId` string, uuid
  - `contactNo` string, nullable
  - `firstName` string, nullable
  - `middleName` string, nullable
  - `lastName` string, nullable
  - `title` string, nullable
  - `preferredEmail` string, nullable
  - `salutation` string, nullable
  - `honours` string, nullable
  - `country` string, nullable
  - `region` string, nullable
  - `worldRegion` string, nullable
  - `jobTitle` string, nullable
  - `department` string, nullable
  - `businessPhone` string, nullable
  - `mobilePhone` string, nullable
  - `contactType` string, nullable
  - `professionalGrade` 0 | 200000000 | 200000001 | 200000002 | 200000003 | 200000004
  - `designation` 0 | 200000000 | 200000001 | 200000002 | 200000003 | 200000004
  - `applicantType` 0 | 200000000 | 200000001 | 200000002 | 200000003
  - `summary` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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