# Create a named survey for the current user **POST /users/{user_id}/surveys** Create a named survey for the current user. The data object will contain key value pairs that will reflect the choices made by the user to different survey questions. The key will be unique for each question. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id ### Body: (object) Survey information - **survey** (object) ## Responses ### 201 Survey created and returned #### Body: (object) - **name** (string) - **data** (object(json)) ### 401 Authorization information is missing or invalid. ### 422 Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)