Skip to main content

Get Company Details (Deprecated)

This operation returns the details associated with a Company.

More Details

Path Parameters
  • OrganizationId string required
Responses

OK


Schema
  • organizationInfo object
  • organization object
  • serviceType integer
  • flags integer
  • description string
  • login string
  • enabled integer
  • useSecureLdap integer
  • connectName string
  • port integer
  • tppm object
  • enable boolean
  • tppmType integer
  • proxyInformation object
  • portNumber integer
  • proxyEntity object
  • clientName string
  • clientId integer
  • _type_ integer
  • emailDomainNames string[]
  • resourceProvider object
  • domainName string
  • id integer
  • shortName object
  • domainName string
  • id integer
  • organizationProperties object
  • physicalDeviceCount integer
  • authCode string
  • deviceCount integer
  • orgCreationDateTime integer
  • hypervisiorCount integer
  • totalMachineCount integer
  • enableAuthCodeGen boolean
  • miscMachineCount integer
  • serverCount integer
  • userCount integer
  • vmCount integer
  • primaryContacts object[]
  • fullName string
  • user object
  • _type_ integer
  • userName string
  • userId integer
GET /organization/:organizationid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
OrganizationId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Organization/:OrganizationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'