Retrieves the user preferences for the current user. The returned list will contain only one element if preferences have been set, zero otherwise.
This API now supports the URI path prefix /compute-ops-mgmt
which used to be /compute-ops
. The /compute-ops
prefix is deprecated
and might become unresponsive after Tuesday, April 1, 2025. The Guide
provides more information about this change.
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
}
]
}