---
title: "List End Users"
method: GET
path: "/api/v1/end-users"
tags: ["End Users"]
---

# List End Users

`GET /api/v1/end-users`

Get a list of end users in the organization.

## Query parameters

- `sort_by` EndUserSortableFields[]
- `include_count` boolean
- `page` integer — The page number to fetch.
- `size` integer — The number of items per page.
- `skip_count` boolean — Whether to skip counting the total number of items.
- `user_ids` string[] — The unique identifiers of the users.
- `external_ids` string[] — The external IDs of the users.

## Response `200`

Successful Response

- ListEndUsersResponse
  - `total` integer
  - `page` integer, required
  - `size` integer, required
  - `end_users` EndUser[], required
    - `id` string, uuid, required — The unique identifier of the object in the Fordefi platform.
    - `created_at` string, date-time, required — The date and time when the object was created.
    - `modified_at` string, date-time, required — The date and time when the object was last modified. Any change to any field of the resource is considered a modification.
    - `external_id` string, required — The ID that you assigned to the end user.
    - `last_login_at` string, date-time, required — The timestamp when the end user last logged into the mobile SDK.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `408` — Request Timeout
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

---

[API](https://skmtc.net/fordefi/apis/fordefi-api.md) · [All operations](https://skmtc.net/fordefi/apis/fordefi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fordefi/fordefi-api/versions/8014fd69ea17/schema)
