You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
This PR adds a new endpoint to API v1 to list the workspaces to which a
user belongs.
Closes#3273
**Type of change**
- [x] New feature (non-breaking change which adds functionality)
**How Has This Been Tested**
Manually and unit tests have been added to test this new endpoint.
**Checklist**
- [ ] I added relevant documentation
- [x] follows the style guidelines of this project
- [x] I did a self-review of my code
- [ ] I made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)
(see text above)
- [x] I have added relevant notes to the CHANGELOG.md file (See
https://keepachangelog.com/)
---------
Co-authored-by: Alvaro Bartolome <alvaro@argilla.io>
Given a user id, we should provide an endpoint to request available workspaces:
GET /api/v1/users/:user_id/workspaces
The text was updated successfully, but these errors were encountered: