Task #17920
WSC: userupdate()
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Request¶
{
"id": "df84nsd...",
"username": "johns",
"email": "john@example.com",
"firstName": "John",
"lastName": "Smith",
"emailVerified": true,
"attributes": {
"vendor": true
},
where
idorusernameis mandatory, to refer to the entity being updated- the rest of the fields are optional, and only those values which need to be updated will be present. The
attributesobject, if present, will replace the entire earlier object in the system - the
enabledparameter is not permitted in the request. Useuseractivate()anduserdeactivate()instead, for audit and access control purposes.
Response¶
On success, an empty object will be returned.