list members of organization handler (#537)

This commit is contained in:
Michael Quigley
2024-12-09 14:21:49 -05:00
parent 4473571b37
commit 6fb69c59d2
18 changed files with 282 additions and 22 deletions

View File

@@ -724,7 +724,7 @@ export class AdminApi {
* @param body
*/
public async listOrganizationMembers (body?: RegenerateToken200Response, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: ListOrganizationMembers200Response; }> {
const localVarPath = this.basePath + '/organization/members';
const localVarPath = this.basePath + '/organization/list';
let localVarQueryParameters: any = {};
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
const produces = ['application/zrok.v1+json'];