Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Roles |
Gather UiPath Orchestrator credentials
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.Configuration fields
| Field | Required | Description |
|---|---|---|
uipath-orchestrator-url | Yes | Full UiPath Orchestrator OData base URL ending in /odata. |
uipath-token-url | Yes | Full OAuth2 token endpoint URL. For Automation Cloud, use https://cloud.uipath.com/{organization}/identity_/connect/token. |
uipath-client-id | Yes | External Application App ID. |
uipath-client-secret | Yes | External Application App Secret. |
uipath-scopes | Yes | Space-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
- 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.
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.