---
title: "CreateUserRequest"
url: "https://livepeer.pymthouse.com/apis/clearinghouse-usage/versions/b0e08633-eb23-4e0c-b830-82523d69b77d/schemas/CreateUserRequest"
---

> Full API specification: https://livepeer.pymthouse.com/apis/clearinghouse-usage/versions/b0e08633-eb23-4e0c-b830-82523d69b77d.md

# CreateUserRequest

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Clearinghouse Builder API
  version: 1.0.0
servers:
  - url: https://builder-api-production-82bf.up.railway.app
    description: Railway builder-api (Auth0 JWT or sk_*; default until Kong Gateway
      is linked)
  - url: http://localhost:8095
    description: Local builder-api
  - url: ${KONNECT_PROXY_URL}
    description: Kong Gateway proxy (Auth0 JWT / DCR Bearer only; sk_* not accepted
      at the edge)
components:
  schemas:
    CreateUserRequest:
      type: object
      required:
        - externalUserId
      properties:
        externalUserId:
          type: string
        email:
          type: string
          format: email
        connection:
          type: string
        issueApiKey:
          type: boolean
          default: true
```
