gitlab-ce/spec/support/gitlab_stubs/user.json

19 lines
363 B
JSON

{
"id": 2,
"username": "jsmith",
"email": "test@test.com",
"name": "John Smith",
"bio": "",
"linkedin": "",
"twitter": "",
"theme_id": 2,
"color_scheme_id": 2,
"state": "active",
"created_at": "2012-12-21T13:02:20Z",
"extern_uid": null,
"provider": null,
"is_admin": false,
"can_create_group": false,
"can_create_project": false
}