# Read organization **GET /organization/information** Read information about the organization that the current profile is logged into. Finago Office is a multi-tenant application, where a personal login gives access to more than one organization and its people. Hence, there exist "identity", "organization" and the organization’s "people". Identity → ==*Organization== → *Person > info > Organization > An `organization` is usually a legal entity based in a certain country. An organization will own all of its data such as customers, invoices, transactions, etc. > An `organization` will have many people that may be employees, connections, etc. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header ## Responses ### 200: Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (object) - **id** (integer(int64)) The unique identifier for the organization within Finago Office. - **name** (string | null) The name of the organization. - **email** (string | null) The email address of the organization. - **invoiceEmail** (string | null) The email address for invoices. - **address** (object) The address of the organization. - **status** (string) The state of the organization. - **settings** (object) Settings for the organization. - **contact** (object) Contact information for the organization. [Powered by Bump.sh](https://bump.sh)