Skip to content

Get user preferences

GET
/users/{id}/preferences

Returns the caller's own preferences. Callers may only access their own.

Authorizations

BearerAuth

Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

User preferences

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress