# Update an ambassador (manager) **PATCH /manager/ambassadors/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The ambassador id ### Body: application/json (object) - **supervisor_identity** (string(nullable)) - **image** (string(nullable)) - **gender** (string) - **firstname** (string) - **lastname** (string) - **username** (string(nullable)) - **description** (string) - **motivation_letter** (string(nullable)) - **comment** (string(nullable)) - **email** (string) - **email_tmp** (string(nullable)) - **dob** (string(nullable)) - **lang** (string) - **notification_newsletter** (boolean) - **email_notification_enabled** (boolean) - **notification_email_chat** (boolean) - **email_notification_delay** (string) - **notification_email_favorite_comment** (boolean) - **notification_email_post_comment** (boolean) - **notification_email_reward** (boolean) - **notification_email_tag** (boolean) - **notification_email_post_community** (boolean) - **active** (boolean) - **activation_date** (string(nullable)) - **validate_date** (string(nullable)) - **availability** (string(nullable)) - **unavailable** (boolean) - **is_absent** (boolean) - **absent_msg** (string(nullable)) - **fb_account** (string(nullable)) - **twitter_account** (string(nullable)) - **instagram_account** (string(nullable)) - **linkedIn_account** (string(nullable)) - **youtube_account** (string(nullable)) - **tiktok_account** (string(nullable)) - **social_community_display** (boolean) - **customer_id** (string) - **unsubscribe** (string) date of unsubscription ## Responses ### 200 Returns the ambassador ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The ambassador does not exist [Powered by Bump.sh](https://bump.sh)