Rest API Reference

  • 21 December 2020
  • 0 replies
  • 1245 views

Userlevel 3
Badge +2

This reference covers the v1 Nutanix API. The complete reference for the v2 Nutanix API, including code samples in multiple languages, and tutorials are available at http://developer.nutanix.com/

 

Users

 

Get Logged In Users Details

GET /users/logged_in_users

path

/users/logged_in_users

method

GET

nickname

getAllLoggedInUsersInfo

type

get.base.EntityCollection<get.dto.auth.UserDTO>

 


Property

Type

Format

entities

array

 

errorInfo

get.base.ErrorInfo

 

metadata

get.base.Metadata

 

Get Logged In Details of a user

GET /users/logged_in_users/{userName}

path

/users/logged_in_users/{userName}

method

GET

nickname

getLoggedInUserInfo

type

get.dto.auth.UserDTO

 

Parameter

Description

Details

 

userName

UserName of the Logged in User

paramType

path

required

true

type

string

 

Property

Type

Format

creationTimeUsecs

integer

int64

enabled

boolean

 

lastAccessTimeUsecs

integer

int64

lastUpdatedByUser

string

 

loginSessionInfo

get.dto.auth.UserDTO$LoginSessionInfoDTO

 

profile

get.dto.auth.UserProfileDTO

 

roles

array

 

 

For more information on all REST API calls, please visit the following documentation on REST API References.


This topic has been closed for comments