Users
Workspace user management and feature flag endpoints served through Effect HttpApi.
Available Methods
Each method has its own page with request and response details, examples, and generated code snippets.
- POST/api/unstable/users
Invite a workspace user
- DELETE/api/unstable/users/{id}
Soft delete a workspace user
- GET/api/unstable/users/{id}
Get a workspace user
- PATCH/api/unstable/users/{id}
Update a workspace user
- PUT/api/unstable/users/{id}/roles
Update workspace user roles
- GET/api/unstable/users/current/feature-flags
Get current feature flags
- PATCH/api/unstable/users/current/feature-flags/{flagKey}
Set a current feature flag
- POST/api/unstable/users/query
Query workspace users
- GET/api/unstable/users/roles
List available workspace roles
- GET/api/unstable/users/search
Search workspace users