---
title: "Retrieve current user"
method: GET
path: "/api/v4/currentUser/"
tags: ["Current User"]
---

# Retrieve current user

`GET /api/v4/currentUser/`

Retrieve the current user information. Unlike [Retrieve specific user](#reference/users/specific-user-operations/retrieve-specific-user) this call doesn't require you to know your user id in order to retrieve your current user information.

## 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
  - `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)
