---
title: "Find account details"
method: GET
path: "/me/account"
tags: ["me"]
---

# Find account details

`GET /me/account`

Searches for the user account details. Details include name, email, and basic account permissions. For authentication use api credentials.

## Query parameters

- `fields` string

## Response `200`

successful operation

- Account — Object represents user account in Callfire system
  - `soaAccount` Account — recursive
  - `name` string — Name associated with an account
  - `key` string — ~
  - `id` integer — An id of an account
  - `state` string — ~
  - `address` string — ~
  - `active` boolean — ~
  - `country` 'US' | 'CA' — ~
  - `locale` Locale — ~
    - `language` string — ~
    - `script` string — ~
    - `variant` string — ~
    - `displayName` string — ~
    - `country` string — ~
    - `unicodeLocaleAttributes` string[] — ~
    - `unicodeLocaleKeys` string[] — ~
    - `displayLanguage` string — ~
    - `displayScript` string — ~
    - `displayCountry` string — ~
    - `displayVariant` string — ~
    - `extensionKeys` string[] — ~
    - `iso3Language` string — ~
    - `iso3Country` string — ~
  - `timeZone` TimeZone — ~
    - `displayName` string — ~
    - `id` string — ~
    - `dstsavings` integer — ~
    - `rawOffset` integer — ~
  - `created` string, date-time — ~
  - `allowedToCreateCampaign` boolean — ~
  - `brand` 'EZTEXTING' | 'CLUBTEXTING' | 'GROUPTEXTING' | 'TELLMYCELL' | 'EZ' | 'CALLFIRE' | 'TESLA' — ~
  - `messageClass` string — ~
  - `industry` 'UNKNOWN' | 'ADVERTISING' | 'AGRICULTURE' | 'AUTOMOTIVE' | 'COLLECTIONS' | 'COMMUNICATION' | 'CONSTRUCTION' | 'CONSULTING' | 'DECLINE' | 'EDUCATION' | 'EMERGENCY' | 'ENERGY' | 'ENTERTAINMENT' | 'FINANCE' | 'FINANCIAL' | 'GAMBLING' | 'GOVERNMENT' | 'HOSPITALITY' | 'HEALTHFITNESS' | 'HEALTHCARE' | 'INSURANCE' | 'LEAD' | 'LEGAL' | 'MANUFACTURING' | 'NGO' | 'OTHER' | 'POLITICAL' | 'POSTAL' | 'PROFESSIONAL' | 'REAL_ESTATE' | 'RETAIL' | 'SEARCH_MARKETING' | 'TECHNOLOGY' | 'TELECOM' | 'TRANSPORTATION' — ~
  - `companyName` string — ~
  - `trustLevel` 'LOCKED' | 'SUSPENDED' | 'PROBATION' | 'NORMAL' | 'TRUSTED' — ~
  - `agencyManagedAccounts` boolean — ~
  - `outboundThreshold` integer — ~
  - `textOutboundThreshold` integer — ~
  - `ez` boolean — ~
  - `countryOrDefault` 'US' | 'CA' — ~
  - `timeZoneId` ZoneId — ~
    - `id` string — ~
    - `rules` ZoneRules — ~
      - `fixedOffset` boolean — ~
      - `transitions` ZoneOffsetTransition[] — ~
        - `offsetBefore` ZoneOffset — ~
          - `totalSeconds` integer — ~
          - `id` string — ~
          - `rules` ZoneRules — recursive
        - `offsetAfter` ZoneOffset — ~
          - `totalSeconds` integer — ~
          - `id` string — ~
          - `rules` ZoneRules — recursive
        - `duration` Duration — ~
          - `standardDays` integer — ~
          - `standardHours` integer — ~
          - `standardMinutes` integer — ~
          - `standardSeconds` integer — ~
          - `millis` integer — ~
        - `gap` boolean — ~
        - `dateTimeBefore` string, date-time — ~
        - `dateTimeAfter` string, date-time — ~
        - `overlap` boolean — ~
        - `instant` integer — ~
      - `transitionRules` ZoneOffsetTransitionRule[] — ~
        - `month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER' — ~
        - `timeDefinition` 'UTC' | 'WALL' | 'STANDARD' — ~
        - `standardOffset` ZoneOffset — ~
          - `totalSeconds` integer — ~
          - `id` string — ~
          - `rules` ZoneRules — recursive
        - `offsetBefore` ZoneOffset — ~
          - `totalSeconds` integer — ~
          - `id` string — ~
          - `rules` ZoneRules — recursive
        - `offsetAfter` ZoneOffset — ~
          - `totalSeconds` integer — ~
          - `id` string — ~
          - `rules` ZoneRules — recursive
        - `dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY' — ~
        - `dayOfMonthIndicator` integer — ~
        - `localTime` LocalTime — Represents a time part of a given date
          - `hour` integer — An hour of the day. Available values: 0-23
          - `minute` integer — The minutes. Available values: 0-59
          - `second` integer — The seconds. Available values: 0-59
          - `nano` integer — ~
        - `midnightEndOfDay` boolean — ~
  - `canceledOrArchivedOrDeleted` boolean — ~
  - `dateTimeZone` DateTimeZone — ~
    - `id` string — ~
    - `fixed` boolean — ~
  - `defaultNumberId` integer — ~
  - `autoAddDoNotContact` boolean — ~
  - `apiCallLimit` integer — ~
  - `receiverPeriodEnabled` boolean — ~
  - `receiverPeriodTimeUnit` 'NANOSECONDS' | 'MICROSECONDS' | 'MILLISECONDS' | 'SECONDS' | 'MINUTES' | 'HOURS' | 'DAYS' — ~
  - `receiverPeriodCall` integer — ~
  - `receiverPeriodGlobal` integer — ~
  - `receiverPeriodText` integer — ~
  - `ein` string — ~
  - `messageFlows` string[] — ~
  - `entityType` 'SP' | 'COMPANY' — ~
  - `website` string — ~
  - `startCapable` boolean — ~
  - `sharedShortCodeId` integer — ~
  - `canceled` boolean — ~
  - `archived` boolean — ~
  - `retainOnlyMetadata` boolean — ~
  - `retainOnlyMetadataLastDetailRecordId` integer — ~
  - `city` string — ~
  - `zipcode` string — ~
  - `industryName` string — ~
  - `localTimeZoneRestriction` LocalTimeZoneRestriction — ~
    - `startTime` string, date-time — ~
    - `stopTime` string, date-time — ~
    - `enabled` boolean — ~
  - `uiContext` string — ~
  - `failedVerificationAttempts` integer — ~
  - `sharedShortCodeAllowed` boolean — ~
  - `defaultNotificationTtlMillis` integer — ~
  - `tsrAgreement` string, date-time — ~
  - `tsrInitials` string — ~
  - `maxAgents` integer — ~
  - `retainOnlyMetadataLastModified` string, date-time — ~
  - `universal` boolean — ~
  - `status` 'ACTIVE' | 'PENDING_CANCELLED' | 'CANCELLED' | 'ARCHIVING' | 'ARCHIVED' | 'DELETING' | 'DELETED' — ~
  - `age` Duration — ~
    - `standardDays` integer — ~
    - `standardHours` integer — ~
    - `standardMinutes` integer — ~
    - `standardSeconds` integer — ~
    - `millis` integer — ~

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.net/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/versions/9f6fb501bc03/schema)
