Summary
The Superthread API documents several User endpoints we haven't implemented yet. Currently we only support GET /users/me and listing workspace members.
Missing Endpoints
| Method |
Path |
Description |
| PATCH |
/users/me |
Update own profile (name, timezone, etc.) |
| PATCH |
/users/{user_id} |
Update team member role within workspace |
| DELETE |
/users/{user_id} |
Remove member from workspace |
API Docs
Summary
The Superthread API documents several User endpoints we haven't implemented yet. Currently we only support
GET /users/meand listing workspace members.Missing Endpoints
/users/me/users/{user_id}/users/{user_id}API Docs