List a suite user bulk upsert job's users

Retrieves the users of a bulk upsert job as their own paged collection, so a caller can
see the per-user outcome of a batch. Supports OData-like $filter=status eq '...',
$select, $expand=products (to include each user's per-product step detail), and the
standard $top/$count pagination. $orderby is not supported on this route.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the job.

Query Params
string

OData like filter expression. Supported operator: eq. Supported field: status.
Example: status eq 'failed'

string

Comma-separated list of fields to include in response.
Example: userId,status,rejectionReason

string
enum

When set to products, includes each user's per-product step detail.

Allowed:
integer
1 to 50
Defaults to 50

Number of records to return (page size)

boolean
Defaults to false

Include total count of matching records in response

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json