cropped-cropped-cropped-cropped-cropped-activitylist-blue-1.png

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

addressString
insta_profileString
phone_contactString
facebook_profileString
profile_pictureFile
tiktok_profileString
twitter_profileString
whatsapp_contactString

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"
}