# Read people **GET /organization/people** Read a list of all people under the organization. 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 > People > A `person` is owned by an `organization`, and will usually be an employee or an owner of the `organization`. > A `person` may be connected to an `identity`. > An `identity` connected to a `person` may have a certain role in an `organization`, that will result in a set of permissions called `scopes`. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Query parameters - **personType** (string) Type of person to filter by. ## Responses ### 200: Success #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[object]) - **id** (integer(int32)) The unique identifier for the person within Finago Office. - **identityId** (string(uuid) | null) The identifier for the connected identity. - **firstName** (string | null) The first name of the person. - **lastName** (string | null) The last name of the person. - **personType** (string) - **hasLicense** (boolean) A flag variable indicating whether the person has a license. [Powered by Bump.sh](https://bump.sh)