Skip to main content

CreateIdSessionInput

Input for createIdSession.

input CreateIdSessionInput {
identityId: ID
firstName: String
lastName: String
hasNoPublicActivity: Boolean
}

Fields

CreateIdSessionInput.identityId ● ID scalar

Identity to verify. Defaults to the account's primary representative when omitted.

CreateIdSessionInput.firstName ● String scalar

Representative's first name (used to seed the verification flow).

CreateIdSessionInput.lastName ● String scalar

Representative's last name.

CreateIdSessionInput.hasNoPublicActivity ● Boolean scalar

Set to true to skip PEP/sanctions screening when the representative has no public activity.

Member Of

createIdSession mutation