get:
  tags:
    - users
  summary: Export a user's profile data (.json)
  description: This route retrieves an existing export of user's profile data. To create one go to `/user/{userslug}/consent`
  parameters:
    - name: userslug
      in: path
      required: true
      schema:
        type: string
      example: admin
  responses:
    "200":
      description: "A JSON file containing the user profile"
      content:
        text/json:
          schema:
            type: string
            format: binary