> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# enrollVirtualCardRecipient

> Enrolls a recipient onto an existing virtual card.

Enrolls a recipient onto an existing virtual card. Requires EDIT\_VIRTUALCARD.
The card is not issued again; the recipient receives UAC object access to the existing card.

```graphql theme={null}
mutation {
  enrollVirtualCardRecipient(
    input: EnrollVirtualCardRecipientInput!
  ): EnrollVirtualCardRecipientResponse
}
```

## Arguments

<ParamField body="input" type="EnrollVirtualCardRecipientInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`EnrollVirtualCardRecipientResponse`](/api-reference/types/enroll-virtual-card-recipient-response)
