---
title: "Get end user"
method: GET
path: "/beta/endusers/{userId}"
tags: ["End Users", "Chatbots"]
---

# Get end user

`GET /beta/endusers/{userId}`

Get an end user by id.

## Path parameters

- `userId` string, uuid, required

## Response `200`

The end user

- GetEndUserOutput
  - `data` EndUser, required
    - `id` string, uuid, required — Unique identifier for the contact
    - `createdAt` string, date-time, required — Time when the contact was created
    - `displayName` string — The contact's display name
    - `email` string — The contact's primary email address
    - `phoneNumber` string — The contact's primary phone number
    - `additionalEmails` string[] — Additional email addresses for the contact
    - `additionalPhoneNumbers` string[] — Additional phone numbers for the contact
    - `firstName` string — The contact's first name
    - `lastName` string — The contact's last name
    - `middleNames` string[] — The contact's middle names
    - `avatarUrl` string — The url from which to load the contact's avatar
    - `externalId` string — Custom external identifier for the contact
    - `customAttributes` CustomAttribute[] — Custom attributes for the contact
      - `id` string, uuid, required
      - `name` string, required
      - `identifier` string, required
      - `value` union, required — AttributeValue values: String[] if the type of the custom attribute is Select or String if the type of the custom attribute is Text
        - string[]
        - string

## Other responses

- `400` — Invalid value for: path parameter userId, Invalid value extracted from request context
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

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