# 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 parameters Content-type: application/json - **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) - **email_notification_enabled** (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)) - **social_community_display** (boolean) ## Responses ### 200: Returns the ambassador #### Body Parameters: application/json (object) - **id_ambassador** (integer(int32)) - **id_brand** (integer(int32)) - **date_insert** (string) - **date_update** (string) - **key_data** (string(nullable)) - **customer_id** (string) - **broker_id** (string(nullable)) - **shopify_customer_id** (string(nullable)) - **facebook_id** (string) - **google_id** (string(nullable)) - **apple_id** (string(nullable)) - **supervisor_identity** (string(nullable)) - **ambassador_id_referrer** (string(nullable)) - **id_ws** (string(nullable)) - **id_ws_referrer** (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) - **phone_1** (string) - **phone_2** (string) - **email_notification_enabled** (boolean) - **gamification_score** (integer) - **gamification_current_level** (integer(nullable)) - **gamification_next_level** (integer(nullable)) - **gamification_level_badge** (string(nullable)) - **gamification_level_label** (string(nullable)) - **gamification_id_level** (string(nullable)) - **gamification_current_level_value** (integer) - **gamification_points** (integer(bigint)) - **last_date_gamification** (string(nullable)) - **gamification_points_init** (integer) - **suspicious** (boolean) - **suspicious_date** (string(nullable)) - **ignore_suspicious** (boolean) - **suspicious_quarantine** (boolean) - **optin_cgu** (boolean) - **optin_cgu_photos** (boolean) - **active** (integer(int32)) - **status** (integer(int32)) - **unsubscribe** (string(nullable)) - **anonymized** (boolean) - **last_date_connection** (string(nullable)) - **activation_date** (string(nullable)) - **validate_date** (string(nullable)) - **availability** (string(nullable)) - **unavailable** (boolean) - **last_action_date** (string(nullable)) - **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)) - **register_landing_url** (string(nullable)) - **onboarding_sequence** (string(nullable)) - **social_community_display** (boolean) - **last_contact_import** (string(nullable)) - **sell_token_amount** (string(nullable)) - **products_purchased_limit** (string(nullable)) - **nb_conversations** (integer(int32)) - **nb_diffused_publications** (integer(int32)) - **nb_sales** (integer(int32)) - **nb_chat_sales** (integer(int32)) - **nb_purchases** (integer(int32)) - **online** (boolean) true: when last_action_date is less than 5 minutes ago - **sponsor** (object) - **sponsored** (array[object]) - **point_of_sale** (object) - **address_geocode** (object) ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route ### 404: Not found - The ambassador does not exist ### 422: Unprocessable Content #### Body Parameters: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)