List Enterprise Video ID Users (Internal)

get/api/v2/internal/enterprise/{enterpriseId}/videoidusers

Internal route to list all video ID users in an enterprise with simplified status

Path Parameters

  • enterpriseIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Query Parameters

  • statusstring
    Filter by video ID user status
    Example: approved
    Enum: pending_schedule under_review approved rejected
  • limitstring<number>Default: 100
    Maximum number of results to return. If the result set is truncated, use the "nextBatchPrevId" value to get the next batch.
    Minimum: >= 1
    Maximum: <= 500
  • prevIdstring
    Return the next batch of results, based on the "nextBatchPrevId" value from the previous batch.
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

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