PSGitLab icon indicating copy to clipboard operation
PSGitLab copied to clipboard

WebsiteURL Parameter Doesn't in New-GitLabUser

Open ngetchell opened this issue 8 years ago • 1 comments

The URL is not added to the profile when running new-gitlabuser. Could be a web encoding issue since the characters in a URL could cause issues in JSON.

Note: Get-Gitlabuser retrieves the field if you set it in the web app.

ngetchell avatar Sep 09 '16 22:09 ngetchell

The Tip: Escaping special Characters in a String using [RegEx] type accelerator probably can be an answer for that issue.

it-praktyk avatar Jun 17 '18 11:06 it-praktyk