ngetchell / PSGitLab

An interface for administering GitLab from the PowerShell command line.
MIT License
72 stars 42 forks source link

Get-GitlabUser -ID #159

Closed ngetchell closed 6 years ago

ngetchell commented 6 years ago

1. Issue Getting User using the -ID parameter

2. Describe Your Environment

Operating System and PowerShell version: Windows 10 x64 PS 5.1

3. Expected Behavior

Get-GitlabUser -ID 1
username: root
...

4.Current Behavior

Get-GitlabUser -ID 1

5. Possible Solution

Fix the bug.

6. Context

I am looking to be able to run pester tests against users and need to be able to reference by ID.