account.*

account.edit

Update your account settings, currently we only support changing account's timezone.

Parameters

Name Type Default Description
token string none Your API token
timezone string none Account's timezone

Response data

This action will return only member timezone (displaying timezone, see supported timezones) if timezone is changed, or just return an empty array.

Example Response

{"data":{"timezone":"(UTC+01:00) Europe\/London"},"info":[],"status":"success","code":0}
{"data":[],"info":[],"status":"success","code":0}