Users

Get user's preference

Get the user drive preference ex: notification, date-format, list order etc...

get/2/drive/preferences

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "date_format": "DD/MM/YYY"
  }
}

Changes