---
title: "Get End Entity Profile content"
method: GET
path: "/v2/endentity/profile/{endentity_profile_name}"
tags: ["v2/endentity"]
---

# Get End Entity Profile content

`GET /v2/endentity/profile/{endentity_profile_name}`

Returns End Entity Profile configurations: List of available CAs, list of available Certificate Profiles.

## Path parameters

- `endentity_profile_name` string, required

## Response `200`

Successful operation

- EndEntityProfileResponse
  - `end_entity_profile_name` string — End Entity profile name
  - `available_cas` string[] — List of available Certificate Authorities (CAs)
  - `available_certificate_profiles` string[] — List of available Certificate Profiles
  - `subject_distinguished_name_fields` string[] — List of Subject DN Attributes
  - `subject_alternative_name_fields` string[] — List of Subject Alternative Name fields

---

[API](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface.md) · [All operations](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keyfactor/ejbca-rest-interface/revisions/44f8798658e2/schema)
