List Organization Video ID Users (Internal)

get/api/v2/internal/organization/{organizationId}/videoidusers

Internal route to list all video ID users across all enterprises in an organization

Path Parameters

  • organizationIdstringRequired
    The public ID of the organization
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Query Parameters

  • statusstring
    Filter by video ID user status
    Example: approved
    Enum: pending_schedule under_review approved rejected

200 Response

videoIdUsers array[object] required
Response object for Video ID user status (for internal endpoints)
userId string required
The user ID
enterpriseId string required
EnterpriseId of enterprise this video user belongs to
status string required
The simplified status of the user
Allowed values: pending_schedule under_review approved rejected
approvalDate string <date-time>
The date the user was approved
videoLink string
The user's video link
nextBatchPrevId string
The ID of the last result in the batch. Use as prevId to get the next batch.
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id