Skip to main content

GET Workspace users

GET /user-api/v1/workspace-users

Headers

Query Parameters

string
Set a limit to the number of records to return (Default:25)
string
Number of records to skip
string
Sort order: created_at:asc, created_at:desc

Response

With Pagination

GET /user-api/v1/workspace-users?limit=5&offset=10&order_by=created_at:desc

Response with pagination

GET a Workspace user

GET /user-api/v1/workspace-users/:id

Headers

Path Parameters

string
Workspace User ID

Endpoint Example

GET /user-api/v1/workspace-users/workspace_user_12345

Response

User Roles

Response Fields