Retrieves the user preferences for the current user. The returned list will contain only one element if preferences have been set, zero otherwise.
List of user preferences
Bad request
Unauthorized
Forbidden
Not acceptable
Internal server error
{- "offset": 0,
- "count": 1,
- "total": 1,
- "items": [
- {
- "id": "36e00ac2-16fb-4dd5-8495-7e6df82fc15e",
- "type": "compute-ops-mgmt/user-preference",
- "generation": 1,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "criticalNotification": true,
- "criticalNonServiceNotification": true,
- "warningNotification": true,
- "healthNotification": true
}
]
}