# Get details of an Individual Retrieve the details of the given Individual. Endpoint: POST /v3/individuals/get_by_id Version: 3.0 Security: Bearer ## Header parameters: - `version` (number) Version number of the MeasureOne API you wish to integrate. - `Authorization` (string) Authorization API Key - `Content-type` (string) Content-type of the request payload. MeasureOne accepts content in application/json format unless specified otherwise ## Request fields (application/json): - `id` (string, required) Unique ID of the Individual identified by MeasureOne ## Response 200 fields (application/json): - `id` (string) Unique ID of the Individual identified by MeasureOne - `external_id` (string) A customer generated unique identifier linked to the Individual - `first_name` (string, required) First name of the Individual - `middle_name` (string) Middle name of the Individual - `last_name` (string, required) Last Name of the Individual - `attending_name` (string) Attending name of the Individual - `email` (string, required) Email address of the Individual - `name_prefix` (string) Name prefix - `name_suffix` (string) Name suffix - `gender` (string) Gender of the Individual - `date_of_birth` (string) Date of birth of the Individual in MM/DD/YYYY format. - `phone_number` (string) Phone number of the Individual - `address` (object) Address of the Individual - `address.addr1` (string, required) Address Line 1 - `address.addr2` (string) Address Line 2 - `address.city` (string) Name of the city - `address.state_name` (string) Name of the state - `address.zipcode` (string, required) zipcode - `address.country` (object, required) - `address.country.name` (string) Name of the country - `last_activity_at` (number) Timestamp of the last activity recorded for the Individual ## Response 400 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 401 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 404 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 405 fields (application/json): - `timestamp` (number) Timestamp in milliseconds Example: 1655227025839 - `error_code` (string) MeasureOne Error code Example: "METHOD_NOT_ALLOWED" - `error_message` (string) Details of the error Example: "Given Method not allowed" - `http_code` (number) Example: 405 ## Response 500 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error