Use the /adminIDAdditional resource to request an additional admin ID. After requesting an admin ID, work with the DigiCert authentication team to make sure the request is approved.
Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/adminIDAdditional
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/adminIDAdditional
Name |
Data type |
Required |
Max Length |
Description |
---|---|---|---|---|
firstName |
Text |
Y |
240 |
The first name of the person that will use this admin ID. |
lastName |
Text |
Y |
240 |
The last name of the person that will use this admin ID. |
jobTitle |
Text |
Y |
240 |
The job title of the person that will use this admin ID. |
Text |
Y |
240 |
The email address of the person that will use this admin ID. |
|
phoneNumber |
Text |
Y |
64 |
The phone number of the person that will use this admin ID. |
challenge |
Text |
Y |
32 |
The challenge phrase used to pick up this admin ID. |
Once approved, pick up your admin ID here:
Pilot
https://pilot-enterprise-ssl.websecurity.symantec.com/onsiteadmingetid.htm
Production
https://enterprise-ssl.websecurity.symantec.com/onsiteadmingetid.htm
POST https://certmanager-webservices.websecurity.symantec.com/
vswebservices/rest/services/adminIDAdditional HTTP/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 144
firstName=john&lastName=doe&email=john_doe@symantec.com
&jobTitle=developer&phoneNumber=555-555-5555&challenge=
cH@ll3ng3pH@s3
HTTP/1.0 200 OK
Content-Type: text/xml
Server: Apache/2.1
Date: Mon, 8 Dec 2008 23:22:49 GMT
Content-Length: 112
Connection: Close
<Response xmlns="urn:symantec:api">
<StatusCode>0x00</StatusCode>
<Message>success</Message>
</Response>