Update member information
| Properties | Values |
|---|---|
| HTTP method | POST |
| Interface path | /api/updateUserInfo.do |
| Category | Enterprise API |
Interface description
Interface path: /api/updateUserInfo.do
HTTP method: POST
HTTP method: POST
POST request body parameters
Parameter name Comment (description) email email address (search keyword, required) string password password (change password, optional) string frozen 1 – means frozen, 0 – means unfrozen (freeze the account, optional) number password_is_md5 Whether the incoming password requires md5 encryption, 0 non-md5 password, 1 md5 encrypted password number phone mobile phone number (optional) string
Call instructions
- Before calling, you need to complete Get token or the corresponding login-free authentication, and carry
Authorization: Bearer <access_token>in the request header. - If there are differences in parameters and return fields due to deployment versions, the actual private cloud API documents and joint debugging results should prevail.
- Category: Enterprise API.