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