GET
Workspace usersGET
/user-api/v1/workspace-users
Header | Value |
---|---|
x-rolodex-api-key | f1e2d3c4b5a697... |
created_at:asc
, created_at:desc
GET
/user-api/v1/workspace-users?limit=5&offset=10&order_by=created_at:desc
GET
a Workspace userGET
/user-api/v1/workspace-users/:id
Header | Value |
---|---|
x-rolodex-api-key | f1e2d3c4b5a697... |
GET
/user-api/v1/workspace-users/workspace_user_12345
Role | Description |
---|---|
ADMIN | Administrative privileges - can manage workspace settings and users |
USER | Standard user privileges - default role for new workspace users |
Field | Type | Description |
---|---|---|
id | string | Unique workspace user identifier |
workspace_id | string | Workspace identifier |
full_name | string | User’s full name |
first_name | string | User’s first name |
last_name | string | User’s last name |
email | string | User’s email address |
avatar_url | string|null | URL to user’s avatar image |
role | string | User’s role in the workspace (ADMIN or USER ) |
created_at | string | ISO datetime when user was added to workspace |