---
title: "Retrieve users"
method: GET
path: "/api/workflow/users/"
tags: ["Users"]
---

# Retrieve users

`GET /api/workflow/users/`

## Response `200`

A list of workflow users

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