Skip to main content

Get Company Details

Get details of a company based on id

Path Parameters
  • companyId int32 required

    Id of the Company whose details have to be fetched

Query Parameters
  • showInheritedAssociation boolean

    Show inherited security association

Responses

Success


Schema
  • id int32
  • creationTime int32

    The date and time of the creation of the company.

  • general object
  • newAlias string

    The company domain or NetBIOS name

  • emailSuffix string

    Supported domains for the company

  • authcodeForInstallation boolean

    Enable or disable authcode for installation.

  • upnInsteadOfEmail boolean

    Enable or disable the use of User Pricipal Name in place of an email address.

  • twoFactorAuth object
  • enable boolean

    enable or disable two factor authentication. if enabled, all or userGroups value should be provided.

  • all boolean

    enable two factor authentication for every entity. if set to false when Two factor authentication is enabled, provide userGroupId or userGroupName. If both are provided, userGroupId is taken

  • userGroups object[]
  • id int32
  • name string
  • resellerMode boolean

    Enable reseller mode. A reseller is a user or user groups who can operate multiple tenant environments. The service provider can assign one or more resellers as the tenant operator for a company. The reseller can switch to any of their assigned tenant environment and operate on the company as a tenant user. Once enabled, the reseller mode cannot be disabled.

  • enableDataEncryption boolean

    Enable or disable data encryption

  • autoDiscoverApp boolean

    Enable or Disable Auto Discover Applications.When Auto discover applications is enabled, each member server of this company is searched once every 24 hours to discover any applications that need to be backed up. For any newly-discovered and unprotected applications, the agent software is automatically installed on the server.

  • infrastructureType string

    Possible values: [RENTED_STORAGE, OWN_STORAGE, RENTED_AND_OWN_STORAGE]

    These are different types of infrastructure provided for storage in companies. It can be rented from the provider, owned or can be a hybrid. Cannot move back to rented storage from owned storage and cannot move back to rented storage/owned storage from rented and owned storage.

  • supportedSolutions string[]

    Possible values: [FILE_SERVER, VIRTUALIZATION, LAPTOP, DATABASES, EXCHANGE, ARCHIVING, CLOUD_APPS, SHAREPOINT, ACTIVATE, ACTIVE_DIRECTORY, OFFICE_365, BIGDATA_APPS, G_SUITE, SALESFORCE, REPLICATION, KUBERNETES]

  • assignLaptopOwners string

    Possible values: [LOGGED_IN_ACTIVE_DIRECTORY_USERS, FIRST_LOGGED_IN_USER, LAPTOP_USER_GROUPS_AS_OWNERS, DO_NOT_ASSIGN]

    Used to assign owners to laptops automatically after installation. The owners can be all the logged in active directory users, the first user to login into the laptop after installation or the users belonging to the laptop's local user group list. The option to assign automatically can also be disabled.

  • serviceCommcells object[]

    Service commcells associated with the master commcell.

  • id int32
  • name string
  • security object[]
  • user object
  • id int32
  • name string
  • userGroup object
  • id int32
  • name string
  • externalUserGroup object

    External User Group Entity

  • id int32

    User Group Id

  • name string

    External Group Name

  • providerId int32

    Provider id

  • providerName string

    Provider Name

  • isCreatorAssociation boolean
  • role object
  • id int32
  • name string
  • permissionList object[]
  • permissionId int32
  • permissionName string
  • categoryId int32
  • categoryName string
  • type string

    Possible values: [ALL_CATEGORIES, CATEGORY_ENTITY, PERMISSION_ENTITY]

    Returns the type of association.

  • exclude boolean

    Flag to specify if this is included permission or excluded permission.

  • contacts object[]
  • email string
  • name string
  • id string
  • fullname string
  • emailSettings object
  • senderName string

    Name of the sender sending the email

  • senderEmail string

    Email id of the sender

  • sites object
  • primarySiteName string

    Primary site name

  • secondarySiteNames string[]

    Secondary site names

  • plans object[]
  • id int32
  • name string
  • operatorsOperationType int32
  • tenantOperators object[]
  • user object
  • id int32
  • name string
  • userGroup object
  • id int32
  • name string
  • role object
  • id int32
  • name string
  • fileExceptions object
  • windows string

    Window file paths to be excluded.Comma separated string.

  • unix string

    Unix file paths to be excluded.Comma separated string.

  • useCompanyGlobalFilter boolean

    Enable or disable the use of the file path filters on all subclients. By default, it is enabled when filters are added for either Windows or Unix or both.

Loading...