* Get a list of project users matching the specified search string. This list includes all project members and all users assigned to project parent groups.
*
* GET /projects/:id/users
*
* @param projectId the project ID to get users for
* @param search the string to match specific users
* @return the users matching the search string and belonging to the specified project and its parent groups
* @throws GitLabApiException if any exception occurs