Fetches a list of identity summaries.
Use a bare-bones client and the command you need to make an API call.
import { IdentityServiceClient, GetIdentitySummariesCommand } from "@rivet-gg/identity"; // ES Modules import // const { IdentityServiceClient, GetIdentitySummariesCommand } = require("@rivet-gg/identity"); // CommonJS import const client = new IdentityServiceClient(config); const command = new GetIdentitySummariesCommand(input); const response = await client.send(command);
GetIdentitySummariesCommandInput for command's input shape.
input
GetIdentitySummariesCommandOutput for command's response shape.
response
config for IdentityServiceClient's config shape.
config
Fetches a list of identity summaries.
Use a bare-bones client and the command you need to make an API call.
import { IdentityServiceClient, GetIdentitySummariesCommand } from "@rivet-gg/identity"; // ES Modules import // const { IdentityServiceClient, GetIdentitySummariesCommand } = require("@rivet-gg/identity"); // CommonJS import const client = new IdentityServiceClient(config); const command = new GetIdentitySummariesCommand(input); const response = await client.send(command);GetIdentitySummariesCommandInput for command's
inputshape.GetIdentitySummariesCommandOutput for command's
responseshape.config for IdentityServiceClient's
configshape.