> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assetinfinity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# This tenant.

> Who they are, the defaults every screen inherits, and how their own front door is dressed. One row.



## OpenAPI

````yaml /api-reference/openapi.json get /organization_profile
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /organization_profile:
    get:
      tags:
        - Branding
      summary: This tenant.
      description: >-
        Who they are, the defaults every screen inherits, and how their own
        front door is dressed. One row.
      parameters:
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.organization_id
        - $ref: '#/components/parameters/rowFilter.organization_profile.name'
        - $ref: '#/components/parameters/rowFilter.organization_profile.code'
        - $ref: '#/components/parameters/rowFilter.organization_profile.status'
        - $ref: '#/components/parameters/rowFilter.organization_profile.legal_name'
        - $ref: '#/components/parameters/rowFilter.organization_profile.contact_email'
        - $ref: '#/components/parameters/rowFilter.organization_profile.contact_phone'
        - $ref: '#/components/parameters/rowFilter.organization_profile.country_id'
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.default_currency_id
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.functional_currency_id
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.reporting_currency_id
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.default_language_id
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.default_locale_id
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.default_timezone
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.planning_horizon_days
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.allow_negative_stock
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.warranty_override_policy
        - $ref: '#/components/parameters/rowFilter.organization_profile.display_name'
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.display_name_override
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.cover_headline
        - $ref: '#/components/parameters/rowFilter.organization_profile.cover_body'
        - $ref: '#/components/parameters/rowFilter.organization_profile.support_email'
        - $ref: '#/components/parameters/rowFilter.organization_profile.support_url'
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.hide_platform_branding
        - $ref: '#/components/parameters/rowFilter.organization_profile.has_logo'
        - $ref: '#/components/parameters/rowFilter.organization_profile.has_logo_dark'
        - $ref: '#/components/parameters/rowFilter.organization_profile.has_icon'
        - $ref: '#/components/parameters/rowFilter.organization_profile.has_cover'
        - $ref: '#/components/parameters/rowFilter.organization_profile.asset_version'
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.subdomain_host
        - $ref: '#/components/parameters/rowFilter.organization_profile.primary_host'
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.active_custom_domains
        - $ref: >-
            #/components/parameters/rowFilter.organization_profile.pending_custom_domains
        - $ref: '#/components/parameters/select'
        - $ref: '#/components/parameters/order'
        - $ref: '#/components/parameters/range'
        - $ref: '#/components/parameters/rangeUnit'
        - $ref: '#/components/parameters/offset'
        - $ref: '#/components/parameters/limit'
        - $ref: '#/components/parameters/preferCount'
      responses:
        '200':
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/organization_profile'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/organization_profile'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/organization_profile'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/organization_profile'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.organization_profile.organization_id:
      in: query
      name: organization_id
      required: false
      schema:
        type: string
    rowFilter.organization_profile.name:
      in: query
      name: name
      required: false
      schema:
        type: string
    rowFilter.organization_profile.code:
      in: query
      name: code
      required: false
      schema:
        type: string
    rowFilter.organization_profile.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.organization_profile.legal_name:
      in: query
      name: legal_name
      required: false
      schema:
        type: string
    rowFilter.organization_profile.contact_email:
      in: query
      name: contact_email
      required: false
      schema:
        type: string
    rowFilter.organization_profile.contact_phone:
      in: query
      name: contact_phone
      required: false
      schema:
        type: string
    rowFilter.organization_profile.country_id:
      in: query
      name: country_id
      required: false
      schema:
        type: string
    rowFilter.organization_profile.default_currency_id:
      in: query
      name: default_currency_id
      required: false
      schema:
        type: string
    rowFilter.organization_profile.functional_currency_id:
      in: query
      name: functional_currency_id
      required: false
      schema:
        type: string
    rowFilter.organization_profile.reporting_currency_id:
      in: query
      name: reporting_currency_id
      required: false
      schema:
        type: string
    rowFilter.organization_profile.default_language_id:
      in: query
      name: default_language_id
      required: false
      schema:
        type: string
    rowFilter.organization_profile.default_locale_id:
      in: query
      name: default_locale_id
      required: false
      schema:
        type: string
    rowFilter.organization_profile.default_timezone:
      in: query
      name: default_timezone
      required: false
      schema:
        type: string
    rowFilter.organization_profile.planning_horizon_days:
      in: query
      name: planning_horizon_days
      required: false
      schema:
        type: string
    rowFilter.organization_profile.allow_negative_stock:
      in: query
      name: allow_negative_stock
      required: false
      schema:
        type: string
    rowFilter.organization_profile.warranty_override_policy:
      in: query
      name: warranty_override_policy
      required: false
      schema:
        type: string
    rowFilter.organization_profile.display_name:
      in: query
      name: display_name
      required: false
      schema:
        type: string
    rowFilter.organization_profile.display_name_override:
      in: query
      name: display_name_override
      required: false
      schema:
        type: string
    rowFilter.organization_profile.cover_headline:
      in: query
      name: cover_headline
      required: false
      schema:
        type: string
    rowFilter.organization_profile.cover_body:
      in: query
      name: cover_body
      required: false
      schema:
        type: string
    rowFilter.organization_profile.support_email:
      in: query
      name: support_email
      required: false
      schema:
        type: string
    rowFilter.organization_profile.support_url:
      in: query
      name: support_url
      required: false
      schema:
        type: string
    rowFilter.organization_profile.hide_platform_branding:
      in: query
      name: hide_platform_branding
      required: false
      schema:
        type: string
    rowFilter.organization_profile.has_logo:
      in: query
      name: has_logo
      required: false
      schema:
        type: string
    rowFilter.organization_profile.has_logo_dark:
      in: query
      name: has_logo_dark
      required: false
      schema:
        type: string
    rowFilter.organization_profile.has_icon:
      in: query
      name: has_icon
      required: false
      schema:
        type: string
    rowFilter.organization_profile.has_cover:
      in: query
      name: has_cover
      required: false
      schema:
        type: string
    rowFilter.organization_profile.asset_version:
      in: query
      name: asset_version
      required: false
      schema:
        type: string
    rowFilter.organization_profile.subdomain_host:
      in: query
      name: subdomain_host
      required: false
      schema:
        type: string
    rowFilter.organization_profile.primary_host:
      in: query
      name: primary_host
      required: false
      schema:
        type: string
    rowFilter.organization_profile.active_custom_domains:
      in: query
      name: active_custom_domains
      required: false
      schema:
        type: string
    rowFilter.organization_profile.pending_custom_domains:
      in: query
      name: pending_custom_domains
      required: false
      schema:
        type: string
    select:
      description: Filtering Columns
      in: query
      name: select
      required: false
      schema:
        type: string
    order:
      description: Ordering
      in: query
      name: order
      required: false
      schema:
        type: string
    range:
      description: Limiting and Pagination
      in: header
      name: Range
      required: false
      schema:
        type: string
    rangeUnit:
      description: Limiting and Pagination
      in: header
      name: Range-Unit
      required: false
      schema:
        default: items
        type: string
    offset:
      description: Limiting and Pagination
      in: query
      name: offset
      required: false
      schema:
        type: string
    limit:
      description: Limiting and Pagination
      in: query
      name: limit
      required: false
      schema:
        type: string
    preferCount:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - count=none
        type: string
  schemas:
    organization_profile:
      description: >-
        This tenant.


        Who they are, the defaults every screen inherits, and how their own
        front door is dressed. One row.
      properties:
        active_custom_domains:
          format: bigint
          type: integer
        allow_negative_stock:
          format: boolean
          type: boolean
        asset_version:
          format: text
          type: string
        code:
          format: character varying
          maxLength: 50
          type: string
        contact_email:
          format: public.citext
          type: string
        contact_phone:
          format: character varying
          maxLength: 40
          type: string
        country_id:
          format: uuid
          type: string
        cover_body:
          format: character varying
          maxLength: 400
          type: string
        cover_headline:
          format: character varying
          maxLength: 120
          type: string
        default_currency_id:
          format: uuid
          type: string
        default_language_id:
          format: uuid
          type: string
        default_locale_id:
          format: uuid
          type: string
        default_timezone:
          format: character varying
          maxLength: 100
          type: string
        display_name:
          format: character varying
          type: string
        display_name_override:
          format: character varying
          maxLength: 120
          type: string
        functional_currency_id:
          format: uuid
          type: string
        has_cover:
          format: boolean
          type: boolean
        has_icon:
          format: boolean
          type: boolean
        has_logo:
          format: boolean
          type: boolean
        has_logo_dark:
          format: boolean
          type: boolean
        hide_platform_branding:
          format: boolean
          type: boolean
        legal_name:
          format: character varying
          maxLength: 250
          type: string
        name:
          format: character varying
          maxLength: 200
          type: string
        organization_id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        pending_custom_domains:
          format: bigint
          type: integer
        planning_horizon_days:
          format: integer
          type: integer
        primary_host:
          format: text
          type: string
        reporting_currency_id:
          format: uuid
          type: string
        status:
          format: character varying
          maxLength: 30
          type: string
        subdomain_host:
          format: text
          type: string
        support_email:
          format: public.citext
          type: string
        support_url:
          format: character varying
          maxLength: 300
          type: string
        warranty_override_policy:
          format: character varying
          maxLength: 20
          type: string
      type: object

````

## Related topics

- [Organisation settings](/setup/organisation.md)
- [Ways to sign in](/setup/sign-in-methods.md)
