URL

GET https://{api-url}/api/v2/tenants/{varId}/

Sample URLs

https://{api-url}/api/v2/tenants/msp_92/

Status code

200 OK

Sample response

{
  "uniqueId" : "msp_92",
	"name" : "Brocade Inc",
	"activated" : true,
	"updatedTime" : "2016-02-15T09:40:50+0000",
	"createdTime" : "2013-01-29T09:42:56+0000",
	"createdBy" : {
		"id" : "USR0000000001",
		"loginName" : "superadmin",
		"lastName" : "Admin",
		"firstName" : "Super",
		"email" : "opsLab@opsramp.com"
	},
	"lastUpdatedBy" : {
		"id" : "USR0000000001",
		"loginName" : "superadmin",
		"lastName" : "Admin",
		"firstName" : "Super",
		"email" : "opsLab@opsramp.com"
	},
	"channel" : {
		"id" : 1,
		"name" : "Ingram Micro",
		"timeZone" : "America/Los_Angeles"
	},
	"timeZone" : "America/Los_Angeles",
	"address" : "HYU",
	"city" : "San Jose",
	"state" : "CA",
	"country" : "United States",
	"zip" : "95134",
	"phoneNumber" : "408-333-8000",
	"mobileNumber" : "",
	"twoFactorAuthentication" : true,
	"duoSecurity" : {
		"apiHostName" : "https://api.vistanet.jp"
	},
	"passwordPolicy" : {
		"defaultPolicy" : true,
		"minPasswordLength" : 7,
		"enablePasswordConstraints" : true,
		"changePasswordAtFirstLogin" : true,
		"passwordValidity" : 90,
		"allowLastFourPasswords" : false,
		"maxAttemptsToLockout" : 6
	},
	"showCopyClipBoard" : true,
	"primaryAdmin" : {
		"loginName" : "test@autotask.19",
		"lastName" : "Autotask",
		"firstName" : "Admin",
		"email" : "opsLab@opsramp.com"
	},
	"primaryLocation" : {
		"id" : 1919,
		"name" : "Main Office",
		"clientId" : 2097,
		"mspId" : 0
	},
	"mspDetails" : {
		"escStatus" : 0,
		"skuSupport" : false,
		"applicationPatchSupport" : false,
		"kbSupport" : true,
		"scheduledTaskSupport" : true,
		"slaModule" : false,
                "remoteAccess": true
       },
       "whiteListedIps" : "172.22.22.*,172.22.2.[0-50]"
}