feat: user ids return on get org users
This commit is contained in:
parent
a215d11df9
commit
607f736453
3 changed files with 8 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ class OrgPatchRootResponse(CustomBaseModel):
|
|||
|
||||
|
||||
class OrgGetUserResponse(CustomBaseModel):
|
||||
users: list[str]
|
||||
users: list[dict[str, str | int]]
|
||||
organisation: OrgSchema
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue