---
title: "Describe current user"
method: GET
path: "/user-info"
tags: ["users"]
---

# Describe current user

`GET /user-info`

## Response `200`

OK

- DescribeUserResponse
  - `defaultWorkspaceId` integer, nullable
  - `needConsent` boolean
  - `user` UserResponseDto
    - `avatar` string, nullable
    - `avatarId` string, nullable
    - `dateCreated` string, date-time
    - `deleted` boolean
    - `description` string, nullable
    - `email` string
    - `firstName` string, nullable
    - `id` integer
    - `lastAccess` string, date-time
    - `lastName` string, nullable
    - `lastUpdated` string, date-time
    - `marketingConsent` boolean, nullable
    - `notification` boolean, nullable
    - `organization` string, nullable
    - `termsOfUseConsent` boolean, nullable
    - `userName` string
    - `waveBuildNotification` 'ALWAYS_ON' | 'ON_ERROR' | 'ALWAYS_OFF'

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-07-09** `aa8544683897` — 1 info
  - added the optional property `user/waveBuildNotification` to the response with the `200` status
- **2026-01-20** `98d6b538c88e` — 9 breaking
  - the response property `user/email` became optional for the status `200`
  - the response property `user/userName` became optional for the status `200`
  - the `user/description` response property's maxLength was unset from `1000` for the response status `200`
  - the `user/email` response property's maxLength was unset from `255` for the response status `200`
  - …5 more

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/user-info/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
