GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
932 stars 451 forks source link

Add support for "without_project_bots" parameter in Users API #810

Open demianh opened 3 months ago

demianh commented 3 months ago

There seems to be a new parameter in the Users API:

Attribute Type Required Description
without_project_bots boolean no Filters user without project bots. Default is false.

see https://docs.gitlab.com/ee/api/users.html

It would be nice to add this parameter. Thx!