Workday REST Access Token

In this article

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

workday-rest-token-snap (1).png

 

  • Asterisk ( * ): Indicates a mandatory field.

  • Suggestion icon ( ): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon ( ): Indicates the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ( ): Indicates that you can add fields in the field set.

  • Remove icon ( ): Indicates that you can remove fields from the field set.

Field Name

Field Type

Description

Field Name

Field Type

Description

Label*

 

Default Value: N/A
ExampleWorkday REST Access Token

String

Specify a unique label for the account.

 

Access Token*

Default Value: N/A

Example:

eyJ0eXAiOiJhdCtKV1QiLCJhbGciOiJSUzUxMiJ9.eyJzd

String/Expression

Specify the access token for the application.

When you select the Header authentication checkbox, you must pass the Access Token in the following format:
'Authorization: bearer <access_token_value>'.

Some endpoints require an uppercase letter for the Bearer; therefore, you must provide the token as 'Bearer <access_token_value>'. Although the access token cannot be refreshed, you can pass it through the pipeline parameters.

Workday Tenant Details

Specify the Tenant-related properties of the Workday account.

Host*

 

Default Value: N/A 
Examplewd2-impl-services1.workday.com

String

Specify the Workday host that belongs to the tenant.

 

Tenant*

 

Default Value: N/A
Examplesnaplogic_pt2

String

Specify the Workday Tenant value.

Troubleshooting

Error

Reason

Resolution

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.

Snap Pack History