- Vue d'ensemble (Overview)
- Démarrer
- Concepts
- Utilisation de la UiPath CLI
- Guides pratiques
- Revenus CI/CD
- Référence de commande
- Vue d'ensemble (Overview)
- Codes de sortie
- Options globales
- agent codé uip
- uip coder
- uip context-grounding
- UiPath Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Tâches (Jobs)
- Dossiers
- Processus
- Paquets
- Machines
- Utilisateurs
- Rôles
- Licences
- Flux
- Pièces jointes (Attachments)
- Sessions
- Calendriers
- magasins d'informations d’identification
- journaux-audit
- paramètres
- Actifs
- Compartiments
- Compartiment-fichiers
- Bibliothèques
- Files d'attente (Queues)
- éléments de la file d'attente
- Déclencheurs (Triggers)
- Webhooks
- add-test-data-entity
- ajouter une file d'attente de données de test
- add-test-data-variation
- Analyser
- Construire
- créer-projet
- Différence
- recherche-activités
- Obtenir les règles de l'analyse
- récupérer-activité-xaml par défaut
- Récupérer les erreurs
- obtenir des cas de test manuels
- Obtenir les étapes de test manuelles
- get-library-object-repository
- get-object-repository
- Obtenir les versions
- exemple de workflow
- indiquer l'application
- indiquer l'élément
- inspecter-package
- install-data-fabric-entities
- installer-ou-Update-packages
- list-data-fabric-entités
- list-instances
- listes-exemples-workflow
- Créer un package
- Publier
- remote
- restore
- run, debug & execution
- Exécuter le fichier
- modèles-recherche
- Démarrer-Studio
- arrêter l'exécution
- tm
- UIA
- uip tasks
- Traçages UIP
- uip traces feedback
- Migration
- Référence et assistance
Manage UiPath organization- and tenant-level admin resources with the `uip admin` tool — users, groups, robot accounts, external apps, SMTP settings, authorization, IP restriction, organizations, tenants, VPN gateways, resource catalog, and audit events.
uip admin manages UiPath's organization- and tenant-level administrative resources. The tool ships as the @uipath/admin-tool package, but is itself assembled from 7 separately-published sub-packages (identity-commands, authz-commands, apms-tool, oms-commands, admin-vpngateway-commands, resourcecatalog-tool, audit-commands) — each registers its own commands directly onto the shared admin top-level command, with no further nesting except where noted below. The real invocation is always uip admin <verb> (or uip admin integrations vpn <verb> for the VPN gateway group specifically).
This resource spans eleven pages
- This page — concepts and the shared conventions across every admin resource.
users,groups— directory users and groups.robot-accounts,pat,scopes— non-human identities and personal access tokens.external-apps— OAuth external application registrations, including federated credentials.smtp— organization SMTP relay settings.authorization— custom roles, role assignments, the permission catalog, and effective-access checks.ip-restriction— IP-range allowlisting, enforcement, and bypass rules.organizations,tenants— the caller's organization record and tenant lifecycle.integrations vpn— VPN gateways and their connections.rcs— Resource Catalog Service entity search and tenant tags.audit— organization- and tenant-scoped audit trail.
Concepts
- One tool, seven packages. Each sub-package owns a distinct admin domain and is versioned/published independently, but they all attach their commands to the same
adminCommand object at CLI startup — from the command line there is no visible seam between them. If a verb behaves unexpectedly, the sibling page for that specific domain is the source of truth, not this overview. - Distinct from Orchestrator's own admin surfaces.
uip admin auditis a separate, org/tenant-scoped audit trail from Orchestrator's ownuip or audit-logs(folder-scoped robot/process activity).uip admin organizations/tenantsmanage the organization and tenant records themselves, distinct fromuip platform's license allocation against those same tenants. --organizationis deprecated on the identity-derived groups (users,groups,robot-accounts,external-apps) — it's accepted for backward compatibility, warns, and has no effect; the organization is always resolved from your current login context. Check each sibling page for whether this applies to its own verbs.
Options globales et codes de sortie
All uip admin verbs honor the four global options (--output, --output-filter, --log-level, --log-file). Exit codes follow the shared contract. Most verbs require an active login (uip login) with sufficient organization-admin privileges for the resource in question — see each sibling page for the specific role/permission a domain requires.
Voir également
- Concepts: comment UiPath CLI est organisé — où les outils s’intègrent dans le modèle hôte + outil.
- uip platform — organization/tenant license allocation, a related but distinct concern.
- uip gov — governance policies and compliance packs, layered on top of the access model this tool manages.
- Sessions — how the organization/tenant context is resolved.