List Back-office tasks

Lists the users in the current organization.

This endpoint requires the Organization Reader role.

URL

GET: https://[base-url]/{applicationId}/organization/backOfficeTasks

Headers

Authorization: Bearer <accessToken>

Request Body

N/A

Permissions

Accessing this API requires the Organization Reader role.

Response

Success -> 200

Returns an array of BackOfficeTask objects:

  • backOfficeTaskId: Record ID

  • backOfficeTaskName: Task name

  • description: Task description

  • maxDurationMin: The max. expected duration for completing the task.

Insufficient permissions -> 403

Last updated