Update User

Must have the authorization to use this API

User details would be updated

PUT https://example.com/wp-json/rimplenet/v1 /users

Request Body

Name
Type
Description

first_name

String

last_name

String

user_email

String

user_old_password

Any

user_new_password

Any

User_id*

int

{
    
   "status": true,
    "message": "User updated",
    "data": {
        "id": 15
    },
    "error": []

}

To view request params, click on the arrow (>) at the right-hand side of the endpoint url to expand or collapse

Sample response

{
   "status": true,
    "message": "User updated",
    "data": {
        "id": 15
    },
    "error": []
}

Last updated