I want all the public groups of a particular user in gitlab. Is there any API or any other way to achieve it.
https://gitlab.com/api/v4/groups
If I use this API without providing any authentication token, it gives me all the public groups in GITLAB. But my requirement is to get all public groups of a particular user(using user_id).