---
title: "Describe a user entity"
method: GET
path: "/users/{userId}"
tags: ["users"]
deprecated: true
---

# Describe a user entity

`GET /users/{userId}`

> **Deprecated.**

## Path parameters

- `userId` integer, required

## Response `200`

OK

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

## Other responses

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

---

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