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

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

# CreateUserResponse

## 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:
    CreateUserResponse:
      type: object
      properties:
        id:
          type: string
        clientId:
          type: string
        externalUserId:
          type: string
        email:
          type: string
        status:
          type: string
        apiKey:
          type: string
          description: Returned once when issueApiKey is true
```
