v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Update an organization

Update an organization by providing the organization key.

post/organizations/{organizationKey}

Path parameters

organizationKeystring required

Organization key

Request body

namestring

Organization name

domainsstring

The only websites associated with the organization will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).

industrystring

Organization industry

phoneNumbersstring

The only phone numbers associated with the organization will be the ones you include here; make sure to include any previously associated numbers as well as the new one(s).

addressesstring

The only addresses associated with the organization will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).

employeeCountstring

Employee count at the organization

logoURLstring

URL of the organization's logo

otherstring

Notes or other uncategorized information.

twitterHandlestring
facebookHandlestring
linkedinHandlestring

Response

200

teamKeystring
namestring
otherstring
domainsstring[]
industrystring
addressesstring[]
employeeCountstring
logoURLstring
twitterHandlestring
facebookHandlestring
linkedinHandlestring
lastSavedUserKeystring
creatorKeystring
creationDateinteger
keystring
versionTimestampinteger
lastSavedTimestampinteger

Example response

{
  "teamKey": "agxzfm1haWxmb29nYWVyEQsSBFRlYW0YgICIvJO1pQgM",
  "name": "Kittens r Us",
  "other": "Spay and Neuter your pets!",
  "domains": [
    "kittensrus.com"
  ],
  "industry": "KITTIES",
  "addresses": [
    "101 Kitten Lane"
  ],
  "employeeCount": "42",
  "logoURL": "http://www.pngmart.com/files/4/Kitten-Transparent-Background.png",
  "twitterHandle": "www.twitterHandle.com",
  "facebookHandle": "www.facebookHandle.com",
  "linkedinHandle": "www.linkedInHandle.com",
  "lastSavedUserKey": "agxzfm1hauZUKDA",
  "creatorKey": "agxzfm1hauZUKDA",
  "creationDate": 1506639583680,
  "key": "VGV2xvb-Nz3A",
  "versionTimestamp": 1506639583680,
  "lastSavedTimestamp": 1506639583936
}