---
title: "Data feed for users"
method: GET
path: "/feed/users"
tags: ["Data Feeds"]
---

# Data feed for users

`GET /feed/users`

## Response `200`

A successful response.

- S12ThepubV1FeedUsersResponse — The response for `FeedUsers`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedUsersResponseFeedUser[] — The users returned.
    - `id` string — ID of the user.
    - `organisation_id` string — ID of the organisation.
    - `email` string — Email of the user.
    - `firstname` string — First name of the user.
    - `lastname` string — Last name of the user.
    - `active` boolean — Indicates if the user is active or not.
    - `last_seen_at` string, date-time — Date when user was last seen.
    - `seat_type` string — Seat type.
    - `created_at` string — Created date for the user.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
