This table aggregates membership for all versions of the Organization object.
Versioned schema members
Any object member specific to a range of versions is indicated in its description, at what version the member was either introduced or removed. Any listed data member with no version number is common to all versions of the object.
Member | Type | Description | |
---|---|---|---|
Organization : Information about organization requesting the certificate. | |||
address | String, Null | The address of your organization. | |
address2 | String, Null | The address of your organization. | |
city | String, Null | The city where your organization resides. | |
country | String, Null | The country where your organization resides. | |
id | Number, Null | The unique identifier of the organization. | |
name | String, Null | The name of your organization. | |
orderCount | Number | required: The number of certificate orders the organization is associated with. | |
organizationContact | Organization.organizationContact, Null | Contact information for the certificate administrator that you want to use as a contact at your company. | |
phone | String, Null | The phone number of your organization. | |
postalCode | String, Null | The postal code of your organization. | |
region | String, Null | The region of your organization, typically a state or province. | |
status | Enumeration, Null | Status of the organization. | |
technicalContact | Organization.technicalContact, Null | Contact information for an administrator at Akamai. | |
validations | Organization.validations[] | required: Validation types. | |
Organization.organizationContact : Contact information for the certificate administrator that you want to use as a contact at your company. | |||
email | String, Null | The email address of the administrator who you want to use as a contact at your company. | |
firstName | String, Null | The first name of the administrator who you want to use as a contact at your company. | |
lastName | String, Null | The last name of the administrator who you want to use as a contact at your company. | |
telephone | String, Null | The telephone number of your organization. | |
Organization.technicalContact : Contact information for an administrator at Akamai. | |||
email | String, Null | The email address of the technical contact who you want to use within Akamai. | |
firstName | String, Null | The first name of the technical contact who you want to use within Akamai. This is the person you work closest with at Akamai who can verify the certificate request. This is the person the CA calls if there are any issues with the certificate and they cannot reach the administrator. | |
lastName | String, Null | The last name of the technical contact who you want to use within Akamai. | |
telephone | String, Null | The phone number of the technical contact who you want to use within Akamai. | |
Organization.validations[] : Validation types. | |||
dateCreated | String, Null | The date when the organization record was created. | |
description | String, Null | Description of the validation type. | |
name | String, Null | Name of the validation type. | |
status | Enumeration, Null | Status of validation. | |
type | Enumeration, Null | The validation type. | |
validatedUntil | String, Null | The date until which when the organization validation remains valid. |
Sample v1 object
{
"address": "1000 Broadway",
"address2": null,
"city": "Cambridge",
"country": "us",
"id": 688800,
"name": "Newco Technologies, Inc.",
"orderCount": 33,
"organizationContact": {
"email": "john.brown@gmail.com",
"firstName": "John",
"lastName": "Brown",
"telephone": "16175556666"
},
"phone": "+16174440000",
"postalCode": "02142",
"region": "Massachusetts",
"status": "active",
"technicalContact": {
"email": "hperson@akamai.com",
"firstName": "Helpful",
"lastName": "Person",
"telephone": "8577111222"
},
"validations": [
{
"dateCreated": "2020-12-09T20:37:07Z",
"description": "Extended Organization Validation (EV)",
"name": "EV",
"status": "active",
"type": "ev",
"validatedUntil": "2021-08-17T06:00:00Z"
},
{
"dateCreated": "2020-12-05T09:47:57Z",
"description": "Normal Organization Validation",
"name": "OV",
"status": "active",
"type": "ov",
"validatedUntil": "2021-09-17T06:00:00Z"
}
]
}