latestOpenAPI 3.0.02026-08-08270135.7 KB

c1404d1545ba

workspace
users

Get workspace users

Retrieve a paginated list of users in the current workspace.

This endpoint allows you to:
- List all users in the workspace
- Paginate through large user lists

**Use cases:**
- Displaying team members in UI
- Managing workspace membership
- Auditing user access
get/api/v1/workspaces/users

Query parameters

limitinteger

The number of items to return per page.

offsetinteger

The number of items to skip before starting to collect the result set.

Response

This response returns a paginated list of users in the workspace.

limitnumber required

The maximum number of items to return.

offsetnumber required

The number of items to skip before starting to collect the result set.

hasNextPageboolean required

Indicates if there are more pages available.