Configure user task access restrictions
User task access restrictions are only supported with the Tasklist V1 API and are not supported in Tasklist V2. From Camunda 8.8, Tasklist runs in V2 mode by default.
To continue using user task access restrictions, see switching between V1 and V2 modes to enable Tasklist V1 mode.
Tasklist V2 does not support task-level visibility restrictions. Authorization-based access control in V2 applies only at the process-definition level and does not limit access to individual tasks.
For more information about the differences between V1 and V2, see Tasklist API versions.
User task access restrictions are used in Tasklist V1 to control task access for a user or a group.
They are enabled by default and can be disabled using the userAccessRestrictionsEnabled Tasklist environment variable.
This configuration does not affect API users. When you retrieve tasks using the APIs, the APIs return all tasks.
See Tasklist authentication documentation on user task access restrictions for configuration details.