# Read a person **GET /organization/people/{id}** Read information about a single person identified by its unique ID. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (integer(int32)) A unique identifier for the person within Finago Office. ### 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: application/json (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. ### 404 Not Found #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) [Powered by Bump.sh](https://bump.sh)