> ## Documentation Index
> Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Get User Profile

> Get User Profile API returns the user profile details used to access EntityLocker documents

<Card title="Run in Postman" icon="https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/gviqebbpT5NUt_6i/static/svg/Postman.svg?fit=max&auto=format&n=gviqebbpT5NUt_6i&q=85&s=da47f2b7e10d87befec951aed9468de3" horizontal arrow="true" href="https://www.postman.com/in-co-sandbox/sandbox-api/request/zfmzuzz/get-user-profile-details" width="2030" height="2031" data-path="static/svg/Postman.svg" />


## OpenAPI

````yaml api-reference/kyc/openapi.json GET /kyc/entitylocker/sessions/{session_id}/user/profile
openapi: 3.1.0
info:
  title: in-co-sandbox-kyc
  description: ''
  version: 1.0.0
servers:
  - url: https://test-api.sandbox.co.in
    description: test
  - url: https://api.sandbox.co.in
    description: prod
security: []
tags:
  - name: kyc
  - name: digilocker-sdk
  - name: digilocker
  - name: aadhaar
  - name: bank
  - name: pan
  - name: mca
  - name: entitylocker
  - name: entitylocker-sdk
paths:
  /kyc/entitylocker/sessions/{session_id}/user/profile:
    get:
      tags:
        - kyc
        - entitylocker
      summary: Get User Profile Details
      operationId: getUserDetails
      parameters:
        - name: session_id
          in: path
          description: >-
            Session identifier generated during EntityLocker [Initiate Session
            API](https://developer.sandbox.co.in/api-reference/kyc/entitylocker/endpoints/initiate_session)
            .
          required: true
          example: 7603165e-e591-4342-bb19-1d9f4caabb0f
          schema:
            type: string
        - name: Authorization
          in: header
          description: >-
            JWT access token. For token-generation steps, refer to the
            [Quickstart
            Guide](https://developer.sandbox.co.in/guides/get-started/quickstart).
          required: true
          example: '{{access_token}}'
          schema:
            type: string
        - name: x-api-key
          in: header
          description: API key used to identify and authenticate the client.
          required: true
          example: '{{api_key}}'
          schema:
            type: string
        - name: x-api-version
          in: header
          description: Specifies the API version for the request.
          required: false
          example: 1.0.0
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                    description: HTTP status code
                  timestamp:
                    type: integer
                    description: >-
                      Unix timestamp (in milliseconds) indicating when the
                      server generated the response
                  data:
                    type: object
                    properties:
                      id:
                        type: string
                        description: >-
                          A unique identifier for the authorized individual
                          associated with the company.
                      '@entity':
                        type: string
                      date_of_birth:
                        type: string
                        description: >-
                          The date of birth of the authorized individual
                          associated with the company. Expected in a standard
                          date format (e.g., DD/MM/YYYY).
                      mobile:
                        type: string
                        description: >-
                          The mobile phone number of the authorized individual
                          associated with the company.
                      eaadhaar:
                        type: boolean
                        description: >-
                          Indicates whether the authorized individual has
                          eaadhaar or not.
                      gender:
                        type: string
                        description: >-
                          The gender of the authorized individual associated
                          with the company.
                      name:
                        type: string
                        description: >-
                          The full name of the authorized individual associated
                          with the company.
                    required:
                      - id
                      - '@entity'
                      - date_of_birth
                      - mobile
                      - eaadhaar
                      - gender
                      - name
                    description: >-
                      Response payload containing the requested data or error
                      details.
                  transaction_id:
                    type: string
                    description: Unique identifier for tracking the request across systems
                required:
                  - code
                  - timestamp
                  - data
                  - transaction_id
              examples:
                200 - Profile Details fetched:
                  summary: 200 - Profile Details fetched
                  value:
                    code: 200
                    timestamp: 1765889000461
                    data:
                      id: 96b14651-a333-547d-8de9-fee0be4f941e
                      '@entity': in.co.sandbox.kyc.entitylocker.user.profile
                      date_of_birth: 28/01/2002
                      mobile: '9512120133'
                      eaadhaar: true
                      gender: male
                      name: Henil Rupesh Shah
                    transaction_id: 7603165e-e591-4342-bb19-1d9f4caabb0f
          headers: {}
        '503':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              examples:
                503 - Source unavailable:
                  summary: 503 - Source unavailable
                  value:
                    code: 503
                    timestamp: 1000000000000
                    transaction_id: 6c05f692-c32f-4de0-92b4-56684bdf16f0
                    message: Source Unavailable
          headers: {}
        '521':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  timestamp:
                    type: integer
                  message:
                    type: string
                  transaction_id:
                    type: string
                required:
                  - code
                  - timestamp
                  - message
                  - transaction_id
              examples:
                521 - Data Not Found:
                  summary: 521 - Data Not Found
                  value:
                    code: 521
                    timestamp: 1782806266274
                    message: 'Data not found for: 55470e27-3d8a-451f-ac1e-9c0f3d1454821'
                    transaction_id: a599615c-c732-4538-9840-4bb5cd3c19d2
          headers: {}
        '523':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  timestamp:
                    type: integer
                  message:
                    type: string
                  transaction_id:
                    type: string
                required:
                  - code
                  - timestamp
                  - message
                  - transaction_id
              examples:
                523 - Invalid Session Status:
                  summary: 523 - Invalid Session Status
                  value:
                    code: 523
                    timestamp: 1782806184804
                    message: 'Invalid session status: created'
                    transaction_id: de90173f-8255-4ac0-b26b-a41b8a872fee
          headers: {}
      deprecated: false
      security: []

````