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