0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/.changeset/real-camels-cheat.md
Charles Zhao aacbebcbc8
feat(core): add api to fetch organization scopes for a user (#5701)
* feat(core): add api to fetch user organization scopes

* chore: add openapi.json

* fix: integration test

* chore: turn off max-lines lint rules for openapi json files

* chore: add changeset

* refactor: return all scope information instead of just the name
2024-04-15 07:04:42 +00:00

7 lines
168 B
Markdown

---
"@logto/core": patch
---
Provide management API to fetch user organization scopes based on user organization roles
- GET `organizations/:id/users/:userId/scopes`