From ddb41943243cb3a56b7db4bccc2a5f4d3db5736e Mon Sep 17 00:00:00 2001 From: Rafael Kellermann Streit Date: Wed, 20 Jun 2018 13:10:30 -0300 Subject: [PATCH] Add warning related to not supported API on custom fields server (#803) --- developer-guides/rest-api/users/updateownbasicinfo/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/developer-guides/rest-api/users/updateownbasicinfo/README.md b/developer-guides/rest-api/users/updateownbasicinfo/README.md index 554dc9461d..b71716678e 100644 --- a/developer-guides/rest-api/users/updateownbasicinfo/README.md +++ b/developer-guides/rest-api/users/updateownbasicinfo/README.md @@ -6,6 +6,8 @@ Note that to update the password or email for the user you must send `currentPassword` property encrypted in SHA256 together in payload. +**WARNING:** This API does not work when the server contains custom fields. There's a bug report [here](https://github.com/RocketChat/Rocket.Chat/issues/11154) related to that. + ## Payload | Argument | Example | Required | Description |