---
title: "Find User"
method: GET
path: "/api/v1/partner/user/find"
tags: ["Blaze PARTNER Store - Consumer Authentication"]
---

# Find User

`GET /api/v1/partner/user/find`

## Query parameters

- `email` string
- `phoneNumber` string
- `country` string

## Response `200`

successful operation

- ConsumerUser
  - `id` string
  - `created` integer
  - `modified` integer
  - `deleted` boolean
  - `updated` boolean
  - `companyId` string
  - `email` string
  - `password` string
  - `firstName` string
  - `lastName` string
  - `middleName` string
  - `address` Address
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `address` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `addressLine2` string
    - `country` string
    - `latitude` number
    - `longitude` number
    - `completeTransaction` boolean
  - `dob` integer
  - `birthdate` string
  - `localDob` string
  - `primaryPhone` string
  - `cpn` string
  - `textOptIn` boolean
  - `emailOptIn` boolean
  - `medical` boolean
  - `searchText` string
  - `anonymous` boolean
  - `sex` 'MALE' | 'FEMALE' | 'OTHER'
  - `marketingSource` string
  - `sourceCompanyId` string
  - `verifyMethod` 'Website' | 'Phone'
  - `verificationWebsite` string
  - `verificationPhone` string
  - `doctorFirstName` string
  - `doctorLastName` string
  - `doctorLicense` string
  - `dlNo` string
  - `dlExpiration` integer
  - `localDlExpiration` string
  - `dlState` string
  - `dlPhoto` ConsumerAsset
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `active` boolean
    - `documentId` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `recPhoto` ConsumerAsset
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `active` boolean
    - `documentId` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `recNo` string
  - `recExpiration` integer
  - `recIssueDate` integer
  - `notificationType` 'None' | 'Email' | 'Text'
  - `consumerType` 'Other' | 'AdultUse' | 'MedicinalState' | 'MedicinalThirdParty'
  - `verified` boolean
  - `active` boolean
  - `memberIds` string[]
  - `memberStatuses` ConsumerMemberStatus[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `consumerId` string
    - `memberId` string
    - `accepted` boolean
    - `acceptedDate` integer
    - `reason` string
    - `lastSyncDate` integer
  - `signedContracts` SignedContract[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `contractId` string
    - `membershipId` string
    - `signedDate` integer
    - `signaturePhoto` CompanyAsset
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `name` string
      - `key` string
      - `type` 'Photo' | 'Document' | 'Kml'
      - `publicURL` string
      - `active` boolean
      - `priority` integer
      - `secured` boolean
      - `thumbURL` string
      - `mediumURL` string
      - `largeURL` string
      - `largeX2URL` string
      - `origURL` string
      - `platformFileUrl` string
      - `assetType` 'Photo' | 'Document' | 'Kml'
    - `signedDigitally` boolean
    - `consumerId` string
    - `memberName` string
    - `employeeName` string
    - `employeeSignaturePhoto` CompanyAsset
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `name` string
      - `key` string
      - `type` 'Photo' | 'Document' | 'Kml'
      - `publicURL` string
      - `active` boolean
      - `priority` integer
      - `secured` boolean
      - `thumbURL` string
      - `mediumURL` string
      - `largeURL` string
      - `largeX2URL` string
      - `origURL` string
      - `platformFileUrl` string
      - `assetType` 'Photo' | 'Document' | 'Kml'
    - `witnessName` string
    - `witnessSignaturePhoto` CompanyAsset
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `name` string
      - `key` string
      - `type` 'Photo' | 'Document' | 'Kml'
      - `publicURL` string
      - `active` boolean
      - `priority` integer
      - `secured` boolean
      - `thumbURL` string
      - `mediumURL` string
      - `largeURL` string
      - `largeX2URL` string
      - `origURL` string
      - `platformFileUrl` string
      - `assetType` 'Photo' | 'Document' | 'Kml'
  - `source` 'Blaze' | 'WooCommerce'
  - `importId` string
  - `memberId` string
  - `accepted` boolean
  - `acceptedDate` integer
  - `reason` string
  - `lastSyncDate` integer
  - `rejectedDate` integer
  - `addresses` Address[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `address` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `addressLine2` string
    - `country` string
    - `latitude` number
    - `longitude` number
    - `completeTransaction` boolean
  - `growthLoyaltyEnrolled` boolean
  - `growthLoyaltyEnrolledUpdatedAt` integer

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
