Workday REST Access Token
Overview
You can use this account type to connect the Workday REST Snap with data sources that use the Workday REST Access Token account.

Prerequisites
- A valid Access Token
- Workday Tenant details
Limitations and known issues
None.
Account settings
- Expression icon (
): Allows using JavaScript syntax to access SnapLogic Expressions to set field values dynamically (if enabled). If disabled, you can provide a static value. Learn more.
- SnapGPT (
): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
- Suggestion icon (
): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
- Upload
: Uploads files. Learn more.
| Field/Field set | Description |
|---|---|
Label*
String |
Required. Unique name for the account. Default value: N/A |
Access Token
String/Expression |
Required. Specify the access token for the application.
When you select the Header authentication checkbox, you must pass the Access Token in the following format: Some endpoints require an uppercase letter for the Bearer; therefore, you must provide the token as Default value: N/A Example: eyJ0eXAiOiJhdCtKV1QiLCJhbGciOiJSUzUxMiJ9.eyJzd |
Workday Tenant Details
Fieldset |
Specify the Tenant-related properties of the Workday account. |
Host
String |
Required. Specify the Workday host that belongs to the tenant.
Default value: N/A Example: wd2-impl-services1.workday.com |
Tenant
String |
Required. Specify the Workday Tenant value.
Default value: N/A Example: snaplogic_pt2 |
Troubleshooting
| Error | Reason | Resolution |
|---|---|---|
| Insufficient permissions to execute the request. | You do not have the required permissions to access the resource. | Ensure that you have added the required scopes in the client application and have security permissions. |
| Failed to process the OpenAPI specification. | The access token is invalid. | Provide a valid access token value. |