List vault accounts for a legal entity (Paginated)
Returns vault account IDs explicitly assigned to a specific legal entity registration, with cursor-based pagination. Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
GET
TypeScript
Path Parameters
The unique ID of the legal entity registration
Query Parameters
Cursor string returned in next or prev of a previous response
Maximum number of registrations to return
Required range:
1 <= x <= 100Response
Paginated list of vault account IDs assigned to the legal entity
Response containing vault account IDs assigned to a legal entity registration
Previous
Assign vault accounts to a legal entityAssigns one or more vault accounts to a specific legal entity registration. Explicitly mapped vault accounts take precedence over the workspace default legal entity.
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript