Workspace

Users and profile

Update the authenticated user profile and language settings.

The current backend exposes self-scoped user and profile settings. It does not expose a team-membership administration API in this route manifest.

Authentication: management API endpoints require a Clerk bearer token.https://api.vyso.io/v1/...

Endpoints

PATCH/v1/users/:id

Update the current user

  • The path id must match the authenticated user. Supported fields include name, email, and settings.
GET/v1/settings/profile

Read profile settings

  • Returns the profile settings for the authenticated user.
PATCH/v1/settings/profile

Update profile settings

  • The request validates name and email fields.
PATCH/v1/settings/language

Update language settings

  • The locale must be a supported language code.