Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 10 additions & 30 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17490,15 +17490,13 @@ paths:
schema:
$ref: '#/components/schemas/Id'
- name: orgId
description: The organization ID to filter the users enterprises.
description: The organization ID by which to filter the user's enterprises.
in: query
required: false
schema:
type: string
- name: maxEnterprises
description: Specifies the maximum number of enterprises to return. An organization ID must be provided. The maximum limit is 50 enterprises.
in: query
required: false
schema:
type: integer
responses:
Expand Down Expand Up @@ -40597,12 +40595,6 @@ components:
type: array
items:
$ref: '#/components/schemas/AuditableItem'
EnterpriseKycState:
type: string
enum:
- unverified
- approved
- rejected
EnterpriseMember:
title: EnterpriseMember
type: string
Expand Down Expand Up @@ -50452,9 +50444,6 @@ components:
allOf:
- $ref: '#/components/schemas/ActionType'
description: The type of the action
approvalsRequired:
type: number
description: The number of approvals required
userIds:
type: array
items:
Expand Down Expand Up @@ -50502,8 +50491,6 @@ components:
- getCustodianApproval
- getIdVerification
- noop
approvalsRequired:
$ref: '#/components/schemas/ApprovalsRequired'
userIds:
description: For a final approver action, who can approve
type: array
Expand Down Expand Up @@ -57199,22 +57186,15 @@ components:
state:
type: string
example: New York
enterprise:
type: array
description: enterprises associated with the user
items:
type: object
properties:
beneficialOwner:
type: boolean
acceptedInvite:
type: boolean
id:
$ref: '#/components/schemas/Id'
kycState:
$ref: '#/components/schemas/EnterpriseKycState'
organization:
$ref: '#/components/schemas/Id'
kycStatus:
type: string
example: approved
description: user's overall KYC status
enum:
- approved
- pending
- rejected
- unverified
User2:
title: User
allOf:
Expand Down