Skip to content

ListServiceAccountApiKeysRequest

Example Usage

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

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

Fields

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