# Update **POST /v1/families/{id}** Update Family ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **id** (string) family id ### Body: application/json (object) Request for updating an existing Family - **firstname** (string) First name of the Primary Contact of the Family - **lastname** (string) Last name of the Primary Contact of the Family. Also the family name - **email** (string) Email address of the Primary Contact of the Family - **phone** (string) Phone number of the Primary Contact of the Family ## Responses ### 200 successful operation #### Body: application/json (object) - **id** (string) id - **companyId** (string) Company ID - **name** (string) Name - **joinedAt** (string(date) | null) Joined at date - **invitationStatus** (string) - **profilePicture** (string | null) Profile Picture - **deletedAt** (string(date-time) | null) Deleted at date - **archivedAt** (string(date-time) | null) Archived at date - **createdAt** (string(date-time)) Created at date ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 422 Validation error #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)