For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • NVIDIA Switch Infrastructure
    • I want to...
  • Quick Start
    • Start Here
    • Getting Started with Config Manager
    • TUI Wizard Reference
    • Configuration Samples
    • Interfaces
    • Local Development Quick Start
    • First Run Tour
  • Config Manager Overview
    • Config Manager Concepts
    • Getting Started with Nautobot
  • User Guides
    • New Site Bringup
    • Workflow Lifecycle
  • Deployment
    • Hosting Options
    • Network Topology Requirements
    • Firewall Ports
    • Airgapped Deployment
    • Troubleshooting
  • Services
      • DHCP Service
      • DHCP Modeling in Nautobot
        • DELFlush Cache
        • GETGet Config
        • GETHealthcheck
        • GETCurrent User Info
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
ServicesDHCP ServiceDHCP API

Current User Info

||View as Markdown|
GET
https://host.com/whoami
GET
/whoami
$curl https://host.com/whoami \
> -H "Content-Type: application/json"
200Retrieved
1{
2 "roles": [
3 "network-admin",
4 "dhcp-operator"
5 ],
6 "user": "jane.doe@example.com"
7}
Reflect the caller's identity as seen by this service.
Previous

Healthcheck

Next

Config Manager Network ZTP

Response

Successful Response
roleslist of strings
userstring