PSGitLab
PSGitLab copied to clipboard
WebsiteURL Parameter Doesn't in New-GitLabUser
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.
The Tip: Escaping special Characters in a String using [RegEx] type accelerator probably can be an answer for that issue.