Skip to content

Publicapiissuers stakeholder

Publicapiissuers Stakeholder

Endpoints: GET /v1alpha1/issuers/{issuerId}/stakeholders

Description: A stakeholder is any person or entity who holds an outstanding security.

Referenced By (2): - Get Stakeholder Response - List Stakeholders Response

References (3): - Stakeholder Entity Type - Publicapiissuers Stakeholder Relationship - Stakeholder Address

Example:

{
  "id": "4902",
  "issuerId": "7",
  "fullName": "Emily Wilson",
  "email": "emily@esharesinc.com",
  "employeeId": "1213511",
  "relationship": "STAKEHOLDER_RELATIONSHIP_EMPLOYEE",
  "group": "Founders",
  "entityType": "INDIVIDUAL",
  "address": {
    "country": "USA"
  }
}

Properties:

Property Type Description Required
address Stakeholder Address The address of the stakeholder. This will not be set for all stakeholders. -
email STRING The stakeholder's email.
Constraints: Max length: 1000
-
employeeId STRING An employee identifier for the stakeholder, if it exists.
Constraints: Max length: 256
-
entityType Stakeholder Entity Type The entity type of the stakeholder. This will not be set for all stakeholders.
Constraints: Max length: 1000
-
fullName STRING The stakeholder's full legal name.
Constraints: Max length: 1000
-
group STRING The group to which the stakeholder belongs. This will not be set for all stakeholders.
Constraints: Max length: 1000
-
id STRING The identifier of the stakeholder.
Constraints: Max length: 50
-
issuerId STRING An identifier for the issuer related to the stakeholder.
Constraints: Max length: 50
-
relationship Publicapiissuers Stakeholder Relationship The relationship of the stakeholder with the issuer. This will not be set for all stakeholders. -