---
title: "List managed users"
method: GET
path: "/workspace/users"
tags: ["Workspace"]
---

# List managed users

`GET /workspace/users`

Retrieve all users managed under your workspace.

**Requires Workspace access - contact serge@publora.com to enable.**

## Response `200`

List of managed users

- object
  - `users` ManagedUser[]
    - `_id` string — User ID
    - `username` string — User email
    - `displayName` string
    - `role` 'managed'
    - `dailyPostsLeft` integer
    - `connectionsPageUrl` string, uri, nullable — URL for user to connect their social accounts
    - `connectionsPageTokenExpiresAt` string, date-time, nullable

## Other responses

- `403` — Workspace access not enabled
- `500` — Server error

---

[API](https://skmtc.dev/publora/apis/publora-api.md) · [All operations](https://skmtc.dev/publora/apis/publora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/publora/publora-api/revisions/a1534a88d80a/schema)
