Point of contact
Point Of Contact
Endpoints: GET /v1alpha1/issuers/{issuerId}/pointsOfContact
Description: A point of contact for an issuer. Examples include a Legal Admin or an Option Signatory.
Referenced By (1): - List Points Of Contact Response
References (1): - Point Of Contact Type
Example:
{
"issuerId": "7",
"userFullName": "MaryStuart",
"userEmail": "mary.stuart@example.com",
"type": "PRIMARY_CONTACT"
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
issuerId |
STRING |
An identifier for the issuer related to the point of contact. Constraints: Max length: 50 |
- |
type |
Point Of Contact Type | The type of point of contact. | - |
userEmail |
STRING |
The point of contact email. Constraints: Min length: 1, Max length: 1000 |
- |
userFullName |
STRING |
The point of contact full name. Constraints: Min length: 1, Max length: 1000 |
- |