List approvers
GET https://www.digicert.com/services/v2/organization/potential-approvers
Use this endpoint to list all users and contacts that can be validated as a verified contact (also called an EV approver).
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
users | array | List of objects with information about the users that can become a verified contact for an EV order. |
.. user_id | string | ID of the user. |
.. name | string | Name of the user. |
.. first_name | string | First name of the user. |
.. last_name | string | Last name of the user. |
.. job_title | string | Job title of the user. |
.. telephone | string | Telephone number of the user. |
string | Email address of the user. | |
contacts | array | List of objects with information about the contacts that can become a verified contact for an EV order. |
.. name | string | Name of the contact. |
.. first_name | string | First name of the contact. |
.. last_name | string | Last name of the contact. |
.. job_title | string | Job title of the contact. |
.. telephone | string | Telephone number of the contact. |
string | Email address of the contact. |