Capabilities
Gather UiPath Orchestrator credentials
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
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
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your UiPath Orchestrator connector is now pulling access data into C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for UiPath Orchestrator and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
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.
9
Click Save.
10
The connector’s label changes to Syncing, followed by
Connected. You can view the logs to ensure that information is
syncing.