Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create gitlab user

POST/workspaces/{organizationId}/gitlab/users
Path parameters
organizationIdstringrequired
Request body
application/json
userIdstringrequired
gitlabUsernamestringrequired
Responses
201GitLab user mapping created
idstringrequired
organizationIdstringrequired
userIdstringrequired
gitlabUsernamestringrequired
createdAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/gitlab/users" \
  -H "Content-Type: application/json" \
  -d '{
  "userId": "string",
  "gitlabUsername": "string"
}'
Response
{
  "id": "string",
  "organizationId": "string",
  "userId": "string",
  "gitlabUsername": "string",
  "createdAt": "string"
}