# Upwire scope

> `UiPath.Upwire.Activities.UpwireScope`

`UiPath.Upwire.Activities.UpwireScope`

Establishes an authenticated connection between UiPath and your Upwire account using your account credentials (**Username** and **Password**).

## Summary

### Dependencies

| Dependency | Details |
| --- | --- |
| Packages | UiPath.Upwire.Activities |
| Activities | N/A |

### Attributes

| Attributes | Details |
| --- | --- |
| Inputs (Variables) | `String`  Applies to property: **Username** and **Password** |
| Outputs (Variables) | N/A |
| Examples | [Quickstart](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/upwire-quickstart#quickstart) |

## Properties

The values for the following properties are specified when adding this activity to your project in UiPath Studio.

![docs image](https://dev-assets.cms.uipath.com/assets/images/marketplace/marketplace-docs-image-34427-13cbd80f-b9143c76.webp)

### Common

#### DisplayName

The display name of the activity.

| Attributes | Details |
| --- | --- |
| **Type** | `String` |
| **Required** | Yes |
| **Default value** | *Upwire Scope* |
| **Allowed values** | Enter a `String` or `String` variable. |
| **Notes** | N/A |

### Credentials

#### Passtoken

The `passtoken` associated with the user entered in the **Username** property.

| Attributes | Details |
| --- | --- |
| **Type** | `String` |
| **Required** | Yes |
| **Default value** | Empty |
| **Allowed values** | Enter a `String` or `String` variable. |
| **Notes** | This value should not be the password to your account. Instead, you must enter the `passtoken` for your account. For more information, see the [Get your account passcode](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/upwire-setup#setup) in the Setup guide. |

#### Username

The username for the Upwire account that you want to use for the activity.

| Attributes | Details |
| --- | --- |
| **Type** | `String` |
| **Required** | Yes |
| **Default value** | Empty |
| **Allowed values** | Enter a `String` or `String` variable. |
| **Notes** | To create an account, visit the [Upwire Signup](https://webui.upwire.com/signup) page. |

### Misc

#### Private

If selected, the values of variables and arguments are no longer logged at Verbose level.

| Attributes | Details |
| --- | --- |
| **Type** | Checkbox |
| **Required** | No |
| **Default value** | Not Selected |
| **Allowed values** | Selected or Not Selected |
| **Notes** | N/A |
