List suite user bulk upsert jobs

Retrieves the tenant's bulk upsert jobs. Each job carries its overall status and a
rolled-up count of its users by outcome, but no embedded user list - use
GET /v4/suite/users/jobs({jobId})/users for that. Supports OData-like
$filter=status eq '...', $orderby=submittedAt asc|desc (defaults to submittedAt desc when
omitted), $select, and the standard pagination used by other v4 list
endpoints.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

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

string

Order results by submittedAt. Use 'asc' or 'desc' for direction; defaults to
submittedAt desc (newest first) when omitted.
Example: submittedAt asc

string

Comma-separated list of fields to include in response.
Example: jobId,status,submittedAt

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