orchestrator
2021.10
false
  • Getting started
  • Swagger definition
  • Orchestrator APIs
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white
OUT OF SUPPORT

Orchestrator API guide

Letzte Aktualisierung 18. Juli 2025

Roles requests

Retrieving Info About a Specific Role According to Its Id

This endpoint helps you retrieve details about a particular role based on its ID.

Note: This endpoint only returns folders and roles explicitly set for an auto-provisioned user. The ones inherited from the group configuration can be retrieved through the /api/DirectoryService/GetDirectoryPermissions?userId={userId} endpoint.

GET

{OrchestratorURL}/odata/Roles(259)

Request headers

Header

Value

Authorization

Bearer

Request body

{
    "@odata.context": "{OrchestratorURL}/odata/$metadata#Roles/$entity",
    "Name": "TestRole",
    "DisplayName": "TestRole",
    "Groups": null,
    "IsStatic": false,
    "IsEditable": true,
    "Id": 259
}{
    "@odata.context": "{OrchestratorURL}/odata/$metadata#Roles/$entity",
    "Name": "TestRole",
    "DisplayName": "TestRole",
    "Groups": null,
    "IsStatic": false,
    "IsEditable": true,
    "Id": 259
}

Response code

200 OK

  • Retrieving Info About a Specific Role According to Its Id
  • Request headers
  • Request body
  • Response code

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo
Vertrauen und Sicherheit
© 2005–2025 UiPath. Alle Rechte vorbehalten