File tree Expand file tree Collapse file tree 1 file changed +10
-27
lines changed Expand file tree Collapse file tree 1 file changed +10
-27
lines changed Original file line number Diff line number Diff line change @@ -17490,15 +17490,13 @@ paths:
1749017490 schema:
1749117491 $ref: '#/components/schemas/Id'
1749217492 - name: orgId
17493- description: The organization ID to filter the users enterprises.
17493+ description: The organization ID by which to filter the user's enterprises.
1749417494 in: query
17495- required: false
1749617495 schema:
1749717496 type: string
1749817497 - name: maxEnterprises
1749917498 description: Specifies the maximum number of enterprises to return. An organization ID must be provided. The maximum limit is 50 enterprises.
1750017499 in: query
17501- required: false
1750217500 schema:
1750317501 type: integer
1750417502 responses:
@@ -40597,12 +40595,6 @@ components:
4059740595 type: array
4059840596 items:
4059940597 $ref: '#/components/schemas/AuditableItem'
40600- EnterpriseKycState:
40601- type: string
40602- enum:
40603- - unverified
40604- - approved
40605- - rejected
4060640598 EnterpriseMember:
4060740599 title: EnterpriseMember
4060840600 type: string
@@ -50499,8 +50491,6 @@ components:
5049950491 - getCustodianApproval
5050050492 - getIdVerification
5050150493 - noop
50502- approvalsRequired:
50503- $ref: '#/components/schemas/ApprovalsRequired'
5050450494 userIds:
5050550495 description: For a final approver action, who can approve
5050650496 type: array
@@ -57196,22 +57186,15 @@ components:
5719657186 state:
5719757187 type: string
5719857188 example: New York
57199- enterprise:
57200- type: array
57201- description: enterprises associated with the user
57202- items:
57203- type: object
57204- properties:
57205- beneficialOwner:
57206- type: boolean
57207- acceptedInvite:
57208- type: boolean
57209- id:
57210- $ref: '#/components/schemas/Id'
57211- kycState:
57212- $ref: '#/components/schemas/EnterpriseKycState'
57213- organization:
57214- $ref: '#/components/schemas/Id'
57189+ kycStatus:
57190+ type: string
57191+ example: approved
57192+ description: user's overall KYC status
57193+ enum:
57194+ - approved
57195+ - pending
57196+ - rejected
57197+ - unverified
5721557198 User2:
5721657199 title: User
5721757200 allOf:
You can’t perform that action at this time.
0 commit comments