feat: user ids return on get org users

This commit is contained in:
Chris Milne 2026-06-09 14:21:32 +01:00
parent a215d11df9
commit 607f736453
3 changed files with 8 additions and 3 deletions

View file

@ -92,7 +92,7 @@ class OrgPatchRootResponse(CustomBaseModel):
class OrgGetUserResponse(CustomBaseModel):
users: list[str]
users: list[dict[str, str | int]]
organisation: OrgSchema