Request format:
POST /users/edit
Authorization: Bearer <ssid> Content-type: application/json
{
userName: String,
sendNotifications: Boolean,
timezoneOffset: Integer,
updateUserName: Boolean,
updateSendNotifications: Boolean,
updateTimezoneOffset: Boolean,
language: String
}
|
Response format:
HTTP/1.1 200 OK
Content-type: application/json
{
problematicItems:
List(
{
itemId: String,
errors:
List(
{
errorCode: Integer,
isAggregatedMessage: Boolean,
errorArgs:
List(String),
errorMessage: String
})
}),
fullSuccess: Boolean,
success:
SuccessLevel,
transactionUuid: String
}
|