Skip to content

GetOrgQuotaRequest

Example Usage

typescript
import { GetOrgQuotaRequest } from "@meetkai/mka1/models/operations";

let value: GetOrgQuotaRequest = {
  orgId: "<id>",
};

Fields

FieldTypeRequiredDescription
orgIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.