{"type":"api","title":"Get User","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-v1/86cc2501c92a7370499e3d537496e5c722396afb/a72eb1a6-1e13-33b0-8c24-83655fdec1bd","info":{"title":"Nexus Dashboard Orchestrator","description":"Orchestrator API for policy management, monitoring the health, and enforcement of segmentation and security policies on ACI fabrics.","version":"5.2.1","contact":{"name":"Cisco Technical Assistance Center (TAC)","url":"https://devnetapps.cisco.com/docs/nexus-dashboard/api-v1/developer-support/"},"license":{"name":"Cisco","url":"https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html"}},"x-parser-conf":{"overview":{"markdownPath":"reference/overview-orchestration-api.md"},"labelConfig":{"endpoint":{"field":"operationId","format":"startCase"}}},"openapi":"3.0.3","servers":[{"description":"Nexus Dashboard Orchestrator API","url":"https://{cluster}/mso","variables":{"cluster":{"default":"example.com","description":"The cluster URL/IP address","enum":["example.com","10.1.1.20"]}}}]},"spec":{"operationId":"getUser","parameters":[{"in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"additionalProperties":false,"description":"User details","properties":{"userID":{"description":"User id","type":"string"},"loginID":{"description":"Username","type":"string"},"firstName":{"description":"firstName","type":"string"},"lastName":{"description":"lastName","type":"string"},"email":{"description":"email","type":"string"},"accountStatus":{"description":"accountStatus","type":"string"},"bookmarks":{"description":"bookmark list","items":{"additionalProperties":false,"description":"Bookmark","properties":{"name":{"description":"Name","type":"string"},"ref":{"description":"ref","type":"string"}},"title":"user.Bookmarks","type":"object","$$ref":"#/components/schemas/user.Bookmarks"},"minItems":0,"type":"array"},"userPreferences":{"additionalProperties":false,"description":"UserPreference","properties":{"autoSave":{"description":"auto save","type":"boolean"},"whatsNew":{"description":"whats new","type":"boolean"}},"required":["autoSave","whatsNew"],"title":"user.UserPreference","type":"object","$$ref":"#/components/schemas/user.UserPreference"},"userflags":{"description":"Userflags","type":"integer"},"userRbac":{"description":"User Rbac","properties":{},"type":"object"}},"required":["loginID","userID","userflags"],"title":"user.User","type":"object","$$ref":"#/components/schemas/user.User"}}},"description":"successful operation"},"400":{"content":{},"description":"Bad request"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Could not find resource"},"500":{"content":{},"description":"Internal server error"}},"summary":"Get user info","tags":["User Information"],"__originalOperationId":"getUser","method":"get","path":"/api/v2/users/{userId}"}}