Get user preferences for the current user

get/compute-ops-mgmt/v1beta1/user-preferences

Retrieves the user preferences for the current user. The returned list will contain only one element if preferences have been set, zero otherwise.

URI PATH PREFIX RENAME

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.

SecurityBearer
Responses
200

List of user preferences

400

Bad request

401

Unauthorized

403

Forbidden

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "offset": 0,
  • "count": 1,
  • "total": 1,
  • "items": [
    ]
}