Skip to main content

Capabilities

ResourceSyncProvision
Users
Roles

Gather UiPath Orchestrator credentials

Use a confidential UiPath External Application with Orchestrator API access and application scopes. The current read-only connector requests OR.Users.Read OR.Administration.Read, which map to the Users and Roles read surface used by the connector.
1
In UiPath, open Admin > Tenant > External Applications.
2
Create or select a confidential External Application.
3
Add Orchestrator API Access and grant application scopes OR.Users.Read and OR.Administration.Read. In tenant Swagger or the UiPath permissions reference, verify that the application can call the Users and Roles read endpoints.
4
Copy the application App ID and App Secret. The secret is shown only at registration time.
5
Copy the full Orchestrator OData URL ending in /odata.
6
Copy the OAuth2 token endpoint URL for the UiPath organization.

Configuration fields

FieldRequiredDescription
uipath-orchestrator-urlYesFull UiPath Orchestrator OData base URL ending in /odata.
uipath-token-urlYesFull OAuth2 token endpoint URL. For Automation Cloud, use https://cloud.uipath.com/{organization}/identity_/connect/token.
uipath-client-idYesExternal Application App ID.
uipath-client-secretYesExternal Application App Secret.
uipath-scopesYesSpace-delimited OAuth scope list. Use OR.Users.Read OR.Administration.Read for the current connector surface.

Synced resource types

  • Users: UiPath users and directory users from /odata/Users.
  • Roles: UiPath tenant roles from /odata/Roles.
  • Role assignments: direct user-role grants from /odata/Users?$expand=RolesForUser.

Special notes

  • Provisioning is not supported in the current build.
  • The connector authenticates with OAuth 2.0 client credentials and sends the resulting bearer token to Orchestrator.
  • Robot account rows are filtered out.
  • The connector models direct user-role assignments only. Group, account, inherited directory, and folder-scoped assignments are not synced.
  • Standalone Orchestrator deployments can use different URL shapes than Automation Cloud. Verify the OData and token URLs before configuring the connector.

Configure the UiPath Orchestrator connector

Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for UiPath Orchestrator and click Add.
3
Choose how to set up the new UiPath Orchestrator connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Paste the UiPath credentials into the relevant fields:
  • Orchestrator OData URL: The full OData URL ending in /odata.
  • OAuth2 token URL: The organization-scoped token endpoint.
  • Client ID: The External Application App ID.
  • Client secret: The External Application App Secret.
  • OAuth scopes: The space-delimited scopes granted to the application.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your UiPath Orchestrator connector is now pulling access data into C1.