---
title: "Get user preferences"
method: GET
path: "/v1beta/user-preferences"
tags: ["User Preferences"]
---

# Get user preferences

`GET /v1beta/user-preferences`

Returns the authenticated user's onboarding preferences. Only available for user accounts, not API keys.

## Response `200`

Success

- GetUserPreferencesResponse — GetUserPreferencesResponse contains the user's onboarding preferences.
  - `has_completed_document_tour` boolean — Whether the user has completed the document tour.
  - `has_completed_hub_onboarding` boolean — Whether the user has completed the hub onboarding flow.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
