Coordination.k8s.io/v1/leases api is not available to normal users

Hi,
Does anybody know, why the coordination.k8s.io/v1/leases api is not available to normal users with the ClusterRoles either being admin , view or edit ?
I’ve got a few users requesting acces to this api, in order to create a leaderelection with client-go and I am not sure why this api is not part of the normal ClusterRole. Of course I could simply create a Role and RoleBinding for this, but before doing so I just wanted to know why this is not part of the standard ClusterRoles.
Thanks, Thomas