EasypanelDocs

Update a WordPress user

Replaces profile, role, and optional password details for a WordPress user.

POST
/updateWordPressUser

Replaces profile, role, and optional password details for a WordPress user.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/updateWordPressUser" \  -H "Content-Type: application/json" \  -d '{    "projectName": "string",    "serviceName": "string",    "user": {      "ID": 0,      "display_name": "string",      "roles": "string",      "user_email": "string"    }  }'
null