Menu
User details
This API endpoint enables to add or update user details.
Url | /api/v1/user_details/{userId} |
Method | POST |
Content-Type | multipart/form-data |
Payload
address | String |
insta_profile | String |
phone_contact | String |
facebook_profile | String |
profile_picture | File |
tiktok_profile | String |
twitter_profile | String |
whatsapp_contact | String |
Response 201
{
"data": {
"date_created": "2023-06-01T07:43:21.525403",
"email": "guest@guest.com",
"id": 8,
"is_verified": false,
"last_updated": "2023-06-01T07:43:21.525410",
"password": "$2b$12$6RBZf0dC2sCXNOeyFbL1MOXxIb.cSfDhmpbllhcIO6EdXKkVRYz3i",
"user_detail": {
"address": null,
"date_created": "2023-06-01T07:43:21.529319",
"facebook_profile": null,
"id": 8,
"insta_profile": null,
"last_updated": "2023-06-01T07:43:21.529323",
"phone_contact": null,
"profile_picture": null,
"tiktok_profile": null,
"twitter_profile": null,
"user_id": 8,
"whatsapp_contact": null
},
"username": "guestabc"
},
"message": "User Successfully registered",
"status": "success"
}