Parameters
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.
Example
Resource/usersTry It!
Authentication

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.

Post Data
{
  "AddressLine1": "601 West Rosemary Street",
  "AddressLine2": "Suite 217",
  "City": "Chaple Hill",
  "Country": "USA",
  "Postal": "27516",
  "State": "NC"
}
Response
true