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

# Retrieve users

`GET /api/v4/users/`

## Query parameters

- `includeInActive` boolean
- `limit` integer
- `page` integer

## Response `200`

Successful response

- object[]
  - `email2` string
  - `salesrepId` string
  - `name` string
  - `id` string
  - `active` integer
  - `isSSOOnly` boolean
  - `username` string
  - `email` string
  - `profileId` string
  - `employeeNumber` string
  - `timeZone` string
  - `website` string
  - `country` string
  - `groups` object[]
    - `name` 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)
