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

# Retrieve specific user

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

## Path parameters

- `id` string, required

## Response `200`

A specific workflow user

- object
  - `ID` string
  - `fullname` string
  - `BynderUser` object
    - `firstName` string
    - `lastName` string
    - `infix` string
    - `email` string
    - `id` 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)
