# Register (public) **POST /auth/register** Register a new ambassador ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters ### Headers - **X-Popsell-Domain** (string) The domain of the user ### Body: application/json (object) - **key_data** (string(nullable)) - **customer_id** (string) - **broker_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)) - **email** (string(email)) - **dob** (string(nullable)) - **lang** (string) - **store_id** (string(nullable)) - **phone_1** (string) - **phone_2** (string) - **fb_account** (string(nullable)) - **twitter_account** (string(nullable)) - **instagram_account** (string(nullable)) - **linkedIn_account** (string(nullable)) - **youtube_account** (string(nullable)) - **tiktok_account** (string(nullable)) - **password** (string) - **roles** (array[object]) - **address** (array[object]) ## Responses ### 201 Return the complete ambassador #### Body: 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)) - **email** (string) - **email_tmp** (string(nullable)) - **dob** (string(nullable)) - **lang** (string) - **phone_1** (string) - **phone_2** (string) - **notification_newsletter** (boolean) - **notification_pl_created** (boolean) - **notification_pl_expired** (boolean) - **notification_pl_order** (boolean) - **notification_pl_blog** (boolean) - **notification_post_comment** (boolean) - **notification_community** (boolean) - **notification_reward** (boolean) - **notification_browser_waiting_list** (boolean) - **email_notification_enabled** (boolean) - **browser_notification_enabled** (boolean) - **notification_tag** (boolean) - **notification_chat** (boolean) - **email_notification_delay** (string) - **last_notification_date** (string) - **notification_email_chat** (boolean) - **notification_email_favorite_comment** (boolean) - **notification_email_post_comment** (boolean) - **notification_email_reward** (boolean) - **notification_email_tag** (boolean) - **notification_post_community** (boolean) - **notification_email_post_community** (boolean) - **last_notification_flow** (string(nullable)) - **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)) - **optin_cgu** (boolean) - **optin_cgu_photos** (boolean) - **active** (boolean) - **status** (integer(int32)) - **unsubscribe** (string(nullable)) - **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)) - **tiktok_account** (string(nullable)) - **register_src** (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_public_popliste** (string(nullable)) - **nb_private_popliste** (string(nullable)) - **chat_topics** (array[integer]) - **status_role** (string) - **manager_role** (string) - **ids_guest_accounts** (array[integer]) [Powered by Bump.sh](https://bump.sh)