Skip to main content

AgentResetLoginAttemptsPayload

Autogenerated return type of AgentResetLoginAttempts

type AgentResetLoginAttemptsPayload {
agent: Agent
clientMutationId: String
errors: [UserError!]!
}

Fields

AgentResetLoginAttemptsPayload.agent ● Agent object common

The agent whose 2FA login attempts were reset.

AgentResetLoginAttemptsPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AgentResetLoginAttemptsPayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

agentResetLoginAttempts mutation