--- title: Update member information description: POST /api/updateUserInfo.do: Update member information interface description, including path, method, parameters and return information. slug: api-post-api-updateuserinfo-do lang: en category: Enterprise API category_order: 8 order: 149 api_method: POST api_path: /api/updateUserInfo.do api_label: Update member information keywords: - API - Update member information - /api/updateUserInfo.do --- # 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](api-post-api-token-do.md) or the corresponding login-free authentication, and carry `Authorization: Bearer ` 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.