Skip to content

GetServiceAccountRequest

Example Usage

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

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

Fields

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