v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Administrators

Get administrator details

Returns the details of the specified administrator.

📘 Note To use this API endpoint, enable the Administrator API from Druva Cloud settings.

get/console/v1/admins/{globalAdminID}

Path parameters

globalAdminIDstring required

The global ID of the admin on which the action has to be performed. Get the global ID of the administrator using the List all administrators API.

Headers

Content-Type'application/json' required

Request content type header

Response

Success

creatorstring

The admin's email who created the specified admin

timezonestring

The admin's timezone

customerTimezonestring

The customer's timezone

phoneNumberstring

The admin's phone number

lastLoginTimenumber float

This is the readable time when last login was done

customIdstring

Null in case customId is not enabled for the customer

emailstring

The admin's email

adGuidstring

The guid of AD created admin

adminState'Active' | 'Disabled'

The admin's current state

disabledOnTSnumber float

The epoch time when the admin was disabled.

disabledThroughModestring

The mode through which the admin was disabled(Applicable only if the Admin is in DISABLED state)

provisioningMode'Manual' | 'AD_LDAP'

The mode through which the admin was created

adMappingNamestring

The mapping name for the AD created admin

adMappingIdinteger

The mapping ID for the AD created admin

globalAdminIdstring

The unique ID associated with the admin

globalCustomerIdstring

The unique ID associated with the customer

allowPasswordIfSAMLboolean

For customer with SAML auth scheme

lastLoginDevicestring

This is the Device/OS through which the last login was done

nextPasswordChangeTimenumber float

Populated depending upon the max password age defined in the policy

rolestring

The role associated with the admin

adminNamestring

The name of the admin

customerSFDCIdstring[]

List of SFDC Ids

ipAddressstring

This is the admin's current login IP address

Example response

{
  "disabledOnTS": 1708675426
}