curl --request PUT --header"PRIVATE-TOKEN: <your_access_token>"--data"skip_users[]=<user_id>"--data"skip_users[]=<user_id>""https://gitlab.example.com/api/v4/projects/<project_id>/users"
```
## Include a changelog entry
All client-facing changes **must** include a [changelog entry](../changelog.md).