---
title: "Get workspace users"
method: GET
path: "/workspaces/{id}/users"
tags: ["Workspaces"]
---

# Get workspace users

`GET /workspaces/{id}/users`

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalWorkspacesWorkspaceUsersResponse
  - `data` GithubComActiveloopaiDeeplakeApiInternalWorkspacesWorkspaceUser[]
    - `access` string — viewer, writer, admin
    - `created_at` string
    - `display_name` string
    - `email` string
    - `is_creator` boolean — true for the workspace creator
    - `name` string
    - `user_id` string
    - `username` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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