View a Bulk User Action

GET {{baseUrl}}/.api/api.svc/bulk_user_action_job/:jobId/view

This endpoint is used to view any bulk action job conducted in your digital workplace. It provides information about the status, the date and time, amount of information processed and the job type.

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | The type of response data to request. By default this endpoint will respond with XML.

The options are:

  • application/json
  • application/xml |

RESPONSES

status: OK

{"minRequestPeriod":0,"requestSupportCode":637752647945534195,"dictionary":null,"response":{"__type":"BulkUserActionJob:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomInt}}{{$randomInt}}","href":"/.member_bulk_action/{{$randomInt}}{{$randomInt}}","navType":0,"CommunityId":"{{$randomUUID}}","CreatedAt":"/Date(1639591450523-0500)/","JobStatus":2,"NumNew":4,"NumProcessed":5,"NumSuccess":5,"Title":"upload","Type":0,"UserId":"{{$randomUUID}}"}}