---
title: "Retrieve specific user"
method: GET
path: "/api/v4/users/{id}"
tags: ["Users ID"]
---

# Retrieve specific user

`GET /api/v4/users/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `phoneNumber` string
  - `profileId` string
  - `lastLogin` string, date-time
  - `department` string
  - `job` string
  - `state` string
  - `firstname` string
  - `city` string
  - `infix` string
  - `timeZone` string
  - `username` string
  - `email` string
  - `persisted` boolean
  - `legalEntity` string
  - `county` string
  - `postalCode` string
  - `language` string
  - `country` string
  - `costCenter` string
  - `groups` object[]
    - `name` string
    - `id` string
  - `lastname` string
  - `cellphoneNumber` string
  - `employeeNumber` string
  - `departmentCode` string
  - `gender` string
  - `id` string
  - `companyName` string
  - `active` boolean
  - `isSSOOnly` boolean
  - `address` string
  - `terms` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
