---
title: "GetUser"
method: GET
path: "/ldap/user/{user}"
tags: ["User"]
---

# GetUser

`GET /ldap/user/{user}`

Recover the user data.

## Path parameters

- `user` string, required

## Headers

- `sessionId` string

## Response `200`

Ok

- GetUserResponse
  - `data` object
    - `user` string — Username
    - `groups` string[] — Array of groups

---

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