Returns signatories for the customer. Supports paging and optional ordering (passed through to the legal-entity service).
Access and authorization
mCust in the implementation).SIG_PARTNERID_REQUIRED if missing).SIG_CUSTOMERNOTFOUND) and be allowed for the caller's token
(SIG_CUSTOMERACCESS_DENIED).Validation
page and size must remain within supported ranges when provided; invalid
path or query values can yield SIG_VALIDATION_ERROR.When no rows exist, HTTP 200 still returns with an empty signatories array and an empty-state message.
List result (may be empty)
Validation or business failure (e.g. path/query validation)
Not authenticated
Forbidden
Internal server error
{- "signatories": [
- {
- "id": 0,
- "fullName": "string",
- "emailAddress": "string",
- "title": "string",
- "approvalLimit": "string",
- "phoneNumber": "string",
- "status": "string"
}
], - "message": "Signatories fetched successfully."
}