---
title: "Get members by dob"
method: GET
path: "/api/v1/partner/members/search/dob"
tags: ["Blaze Partner Memberships"]
---

# Get members by dob

`GET /api/v1/partner/members/search/dob`

## Query parameters

- `dob` string
- `start` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultMember
  - `values` Member[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `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
    - `uppercaseCity` string
    - `email` string
    - `dob` integer
    - `birthdate` string
    - `localDob` string
    - `localDobUTC` integer
    - `primaryPhone` string
    - `cpn` string
    - `textOptIn` boolean
    - `emailOptIn` boolean
    - `medical` boolean
    - `searchText` string
    - `metadata` Metadata[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shopId` string
      - `dirty` boolean
      - `dataType` 'BOOLEAN' | 'INTEGER' | 'DECIMAL' | 'STRING'
      - `name` string
      - `value` string
      - `fieldId` string
    - `nickname` string
    - `sex` 'MALE' | 'FEMALE' | 'OTHER'
    - `anonymous` boolean
    - `status` 'Active' | 'Pending' | 'Inactive'
    - `notes` Note[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `writerId` string
      - `writerName` string
      - `message` string
      - `enableOnFleet` boolean
    - `contracts` 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'
    - `preferences` Preference[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `name` string
    - `identifications` Identification[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `verified` boolean
      - `licenseNumber` string
      - `expirationDate` integer
      - `expirationDateUTC` string
      - `localExpirationDate` string
      - `frontPhoto` 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'
      - `assets` 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'
      - `state` string
      - `type` 'Drivers' | 'Passport' | 'StateId' | 'Other'
    - `recommendations` Recommendation[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `recommendationNumber` string
      - `registryId` string
      - `verifyWebsite` string
      - `verifyPhoneNumber` string
      - `state` string
      - `issueDate` integer
      - `expirationDate` integer
      - `frontPhoto` 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'
      - `assets` 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'
      - `doctorId` string
      - `temporary` boolean
      - `limitExemption` boolean
      - `verified` boolean
      - `verifyMethod` 'DEFAULT' | 'MANUAL' | 'HELLOMD'
      - `doctor` Doctor
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `importId` string
        - `firstName` string
        - `lastName` string
        - `license` string
        - `website` string
        - `phoneNumber` string
        - `email` string
        - `fax` string
        - `degree` string
        - `state` string
        - `searchText` 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
        - `active` boolean
        - `notes` Note[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `writerId` string
          - `writerName` string
          - `message` string
          - `enableOnFleet` boolean
        - `assets` 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'
        - `deaNumber` string
        - `npiNumber` string
      - `refillsAuthorized` integer
      - `directions` string
    - `lastVisitDate` integer
    - `startDate` integer
    - `importId` string
    - `memberGroupId` string
    - `memberGroup` MemberGroup
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shopId` string
      - `dirty` boolean
      - `name` string
      - `discount` number
      - `defaultGroup` boolean
      - `active` boolean
      - `memberCount` integer
      - `memberCountTextOptIn` integer
      - `memberCountEmailOptIn` integer
      - `discountType` 'Cash' | 'Percentage' | 'FinalPrice'
      - `enablePromotion` boolean
      - `promotionId` string
      - `promotionShopMap` object
    - `recentProducts` string[]
    - `dlExpired` boolean
    - `recommendationExpired` boolean
    - `agreementExpired` boolean
    - `emailVerified` boolean
    - `consumerUserId` string
    - `marketingSource` string
    - `consumerType` 'Other' | 'AdultUse' | 'MedicinalState' | 'MedicinalThirdParty'
    - `alternateEmails` string[]
    - `enableLoyalty` boolean
    - `loyaltyPoints` number
    - `lifetimePoints` number
    - `enabledCareGiver` boolean
    - `careGivers` string[]
    - `regionId` string
    - `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
    - `qbCustomerRef` object[]
    - `eligibleForFTMPromos` boolean
    - `banPatient` boolean
    - `tags` string[]
    - `recommendationExpiryLeft` integer
    - `referralCode` string
    - `complianceCardSessionId` string
    - `sbid` integer
    - `exemptFromLimits` boolean
    - `alternatePhones` string[]
    - `listedByElastic` boolean — Member listed using ElasticSearch
    - `strongholdCustomerId` string
    - `growthLoyaltyTier` LoyaltyTierInfo
      - `provider` string
      - `tierName` string
      - `tierIconId` string
      - `pointsBalance` number, double
      - `availablePoints` number, double
      - `tierColor` string
      - `tierTextColor` string
    - `allotmentOverride` AllotmentOverride
      - `currentAllotment` number
      - `externalDispense` number
      - `updateDate` string
      - `expirationDate` string
    - `expStatuses` string[]
    - `lastestRecommendation` Recommendation
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `recommendationNumber` string
      - `registryId` string
      - `verifyWebsite` string
      - `verifyPhoneNumber` string
      - `state` string
      - `issueDate` integer
      - `expirationDate` integer
      - `frontPhoto` 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'
      - `assets` 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'
      - `doctorId` string
      - `temporary` boolean
      - `limitExemption` boolean
      - `verified` boolean
      - `verifyMethod` 'DEFAULT' | 'MANUAL' | 'HELLOMD'
      - `doctor` Doctor
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `importId` string
        - `firstName` string
        - `lastName` string
        - `license` string
        - `website` string
        - `phoneNumber` string
        - `email` string
        - `fax` string
        - `degree` string
        - `state` string
        - `searchText` 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
        - `active` boolean
        - `notes` Note[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `writerId` string
          - `writerName` string
          - `message` string
          - `enableOnFleet` boolean
        - `assets` 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'
        - `deaNumber` string
        - `npiNumber` string
      - `refillsAuthorized` integer
      - `directions` string
    - `latestRecommendation` Recommendation
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `recommendationNumber` string
      - `registryId` string
      - `verifyWebsite` string
      - `verifyPhoneNumber` string
      - `state` string
      - `issueDate` integer
      - `expirationDate` integer
      - `frontPhoto` 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'
      - `assets` 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'
      - `doctorId` string
      - `temporary` boolean
      - `limitExemption` boolean
      - `verified` boolean
      - `verifyMethod` 'DEFAULT' | 'MANUAL' | 'HELLOMD'
      - `doctor` Doctor
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `importId` string
        - `firstName` string
        - `lastName` string
        - `license` string
        - `website` string
        - `phoneNumber` string
        - `email` string
        - `fax` string
        - `degree` string
        - `state` string
        - `searchText` 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
        - `active` boolean
        - `notes` Note[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `writerId` string
          - `writerName` string
          - `message` string
          - `enableOnFleet` boolean
        - `assets` 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'
        - `deaNumber` string
        - `npiNumber` string
      - `refillsAuthorized` integer
      - `directions` string
    - `state` string
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

[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)
