iarriola
8 years agoAce
Error code 511 - A required query string argument is missing
I am trying to update user custom fields using the community V1 REST API, and I am getting a server error code - 511 Network Authentication Required - when doing a POSt operation over the user. The o...
- 8 years ago
Hi iarriola Here is the documentation for the same.
https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv1&leaf-id=Settings.name.name.set#Settings.name.name.setTry below API
/restapi/vc/users/id/6463/settings/name/custom.field.fiel_name/set?value=SomeValue
Like you want to update the biography of any user:restapi/vc/users/id/userID/profiles/name/biography/set?value='xyz'