Create User List Upload Job
Loading...
API endpoint path: /pss/v1/fis/{fiId}/audiences/userListJobs
Enqueues a job to upload a named user list to Promotions Suite. The request returns a jobId
immediately. The user list becomes available as a campaign audience after the job reaches
the Uploading or Completed state.
Use this endpoint to:
- Upload a user list programmatically without using the Promotions Suite UI.
- Create or update a campaign audience from member IDs generated by an external workflow.
- Obtain a
jobIdto track user list upload progress.
Behavior and capabilities:
nameis required, max 50 characters, and may contain only letters, numbers, spaces, underscores (_), and hyphens (-).usersis required and must contain at least one retail banking member ID.descriptionis optional, max 200 characters. If omitted, the default value isOriginally uploaded on {timestamp}.
Next Steps
After the job is accepted, use the Get User List Upload Job endpoint to monitor job status and upload progress.
Request
Responses
- 202
- 400
- 401
- 429
- 500
Accepted
Bad Request
Unauthorized
Too Many Requests
Internal Server Error
Was this page helpful?