list members of organization (#537)

This commit is contained in:
Michael Quigley
2024-12-09 16:42:30 -05:00
parent 52333ddb69
commit 917a4d3f22
15 changed files with 283 additions and 12 deletions

View File

@@ -992,6 +992,9 @@ func init() {
"type": "array",
"items": {
"properties": {
"admin": {
"type": "boolean"
},
"email": {
"type": "string"
}
@@ -3512,6 +3515,9 @@ func init() {
"definitions": {
"MembersItems0": {
"properties": {
"admin": {
"type": "boolean"
},
"email": {
"type": "string"
}