Skip to main content

PhotoCaptureRequest

Input required to create a photo capture request. A photo capture can only be used for a single issuance for a single identity.

input PhotoCaptureRequest {
contractId: UUID!
identityId: UUID
}

Fields

PhotoCaptureRequest.contractId ● UUID! non-null scalar

The ID of the contract which will be issued with captured photo.

PhotoCaptureRequest.identityId ● UUID scalar

The ID of the identity who will be issued a credential with the captured photo.

  • Not required when issuing using a limited access token

Member Of

createPhotoCaptureRequest mutation