Skip to content
Pile
Esc
navigateopen⌘Jpreview

List gitlab users

GET/workspaces/{organizationId}/gitlab/users
Path parameters
organizationIdstringrequired
Responses
200GitLab user mappings
usersobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
userIdstringrequired
gitlabUsernamestringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/gitlab/users"
Response
{
  "users": [
    {
      "id": "string",
      "organizationId": "string",
      "userId": "string",
      "gitlabUsername": "string",
      "createdAt": "string"
    }
  ]
}