mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 03:26:30 +00:00
41 lines
No EOL
1 KiB
JSON
41 lines
No EOL
1 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"username": "john_smith",
|
|
"email": "john@example.com",
|
|
"name": "John Smith",
|
|
"state": "active",
|
|
"created_at": "2012-05-23T08:00:58Z",
|
|
"bio": null,
|
|
"skype": "",
|
|
"linkedin": "",
|
|
"twitter": "",
|
|
"website_url": "",
|
|
"extern_uid": "john.smith",
|
|
"provider": "provider_name",
|
|
"theme_id": 1,
|
|
"color_scheme_id": 2,
|
|
"is_admin": false,
|
|
"can_create_group": true
|
|
},
|
|
{
|
|
"id": 2,
|
|
"username": "jack_smith",
|
|
"email": "jack@example.com",
|
|
"name": "Jack Smith",
|
|
"state": "blocked",
|
|
"created_at": "2012-05-23T08:01:01Z",
|
|
"bio": null,
|
|
"skype": "",
|
|
"linkedin": "",
|
|
"twitter": "",
|
|
"website_url": "",
|
|
"extern_uid": "jack.smith",
|
|
"provider": "provider_name",
|
|
"theme_id": 1,
|
|
"color_scheme_id": 3,
|
|
"is_admin": false,
|
|
"can_create_group": true,
|
|
"can_create_project": true
|
|
}
|
|
] |