INPUT_OBJECT

resendActiveUserRequestBodyInput

Request body for resend user account activation email.

link GraphQL Schema definition

1input resendActiveUserRequestBodyInput {
4
2# An alternative email that the user account activation email can be sent to.
3email1: String
7
5# The user's logon ID.
6logonId: String!
10
8# The user's logon password.
9logonPassword: String!
11}

link Required by