Files
atlantis/server/events/vcs/testdata/gitlab-user-success.json
Pierre Guinoiseau 90b1b13b71 feat: Add support for GitLab groups (#4001)
Signed-off-by: Pierre Guinoiseau <pierre@guinoiseau.nz>
2025-01-25 18:39:37 +00:00

12 lines
253 B
JSON

[
{
"id": 123,
"username": "testuser",
"name": "Test User",
"state": "active",
"locked": false,
"avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/123/avatar.png",
"web_url": "https://gitlab.com/testuser"
}
]