# Read profile **GET /me** Read information about the current profile. This endpoint is only available for access tokens that have the identityId claim. 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 > Identity > An `identity` is a personal user who logs into Finago Office. An `identity` will have one or more unique identifiers for the personal user, such as an email or a phone number > An `identity` may or may not have access to one or more organizations through a person. Finago Office has a global identity pool where an identity may have access to all organizations available in Finago Office. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Query parameters - **thumb** (boolean) A flag variable to include a thumbnail image in the response. - **bigthumb** (boolean) A flag variable to include a larger thumbnail image in the response. - **maxAge** (integer(int32)) Maximum age of the cached profile data in seconds. ## Responses ### 200: Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (object) - **id** (string(uuid)) The unique identifier for the profile. - **firstName** (string | null) The first name of the user. - **lastName** (string | null) The last name of the user. - **timeZone** (string | null) The time zone of the user. - **countryCode** (string | null) The two-letter country code for the user, as in ISO 3166-1 alpha-2 standard. - **language** (string | null) The language preference of the user. - **culture** (string | null) The culture setting of the user. [Powered by Bump.sh](https://bump.sh)