Updates a user in Integrify based on the attributes and values passed in. User attributes that are not passed in the JSON body of the request will not be effected. Returns true if successful and false if not.
name | type | required | description |
---|---|---|---|
sid | string | yes | unique identifier for the user |
body | object | yes | JSON object representing the user attrubtes and values to update. This is passed in as the body of the post. |
Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.
{ "AddressLine1": "601 West Rosemary Street", "AddressLine2": "Suite 217", "City": "Chaple Hill", "Country": "USA", "Postal": "27516", "State": "NC" }
true