users.md 4.8 KB
Newer Older
N
Nihad Abbasov 已提交
1 2 3 4 5 6 7 8 9 10 11 12
## List users

Get a list of users.

```
GET /users
```

```json
[
  {
    "id": 1,
13
    "username": "john_smith",
N
Nihad Abbasov 已提交
14 15 16 17 18 19 20 21 22
    "email": "john@example.com",
    "name": "John Smith",
    "blocked": false,
    "created_at": "2012-05-23T08:00:58Z",
    "bio": null,
    "skype": "",
    "linkedin": "",
    "twitter": "",
    "dark_scheme": false,
23 24
    "extern_uid": "john.smith",
    "provider": "provider_name",
N
Nihad Abbasov 已提交
25 26 27 28
    "theme_id": 1
  },
  {
    "id": 2,
29
    "username": "jack_smith",
N
Nihad Abbasov 已提交
30 31 32 33 34 35 36 37 38
    "email": "jack@example.com",
    "name": "Jack Smith",
    "blocked": false,
    "created_at": "2012-05-23T08:01:01Z",
    "bio": null,
    "skype": "",
    "linkedin": "",
    "twitter": "",
    "dark_scheme": true,
39 40
    "extern_uid": "jack.smith",
    "provider": "provider_name",
N
Nihad Abbasov 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
    "theme_id": 1
  }
]
```

## Single user

Get a single user.

```
GET /users/:id
```

Parameters:

+ `id` (required) - The ID of a user

```json
{
  "id": 1,
61
  "username": "john_smith",
N
Nihad Abbasov 已提交
62 63 64 65 66 67 68 69 70
  "email": "john@example.com",
  "name": "John Smith",
  "blocked": false,
  "created_at": "2012-05-23T08:00:58Z",
  "bio": null,
  "skype": "",
  "linkedin": "",
  "twitter": "",
  "dark_scheme": false,
71 72
  "extern_uid": "john.smith",
  "provider": "provider_name",
N
Nihad Abbasov 已提交
73 74 75 76
  "theme_id": 1
}
```

77 78 79 80 81 82 83 84 85 86
## User creation
Create user. Available only for admin

```
POST /users
```

Parameters:
+ `email` (required)                  - Email
+ `password` (required)               - Password
87
+ `username` (required)               - Username
C
Cyril 已提交
88
+ `name` (required)                   - Name
89
+ `skype`                             - Skype ID
V
Valeriy Sizov 已提交
90
+ `linkedin`                          - Linkedin
91
+ `twitter`                           - Twitter account
N
Nihad Abbasov 已提交
92
+ `projects_limit`                    - Number of projects user can create
93 94 95
+ `extern_uid`                        - External UID
+ `provider`                          - External provider name
+ `bio`                               - User's bio
96 97 98 99

Will return created user with status `201 Created` on success, or `404 Not
found` on fail.

100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
## User modification
Modify user. Available only for admin

```
PUT /users/:id
```

Parameters:
+ `email`                             - Email
+ `username`                          - Username
+ `name`                              - Name
+ `password`                          - Password
+ `skype`                             - Skype ID
+ `linkedin`                          - Linkedin
+ `twitter`                           - Twitter account
+ `projects_limit`                    - Limit projects wich user can create
+ `extern_uid`                        - External UID
+ `provider`                          - External provider name
+ `bio`                               - User's bio


Will return created user with status `200 OK` on success, or `404 Not
found` on fail.

## User deletion
Delete user. Available only for admin

```
DELETE /users/:id
```

Will return deleted user with status `200 OK` on success, or `404 Not
found` on fail.

N
Nihad Abbasov 已提交
134 135 136 137 138 139 140 141 142 143 144
## Current user

Get currently authenticated user.

```
GET /user
```

```json
{
  "id": 1,
145
  "username": "john_smith",
N
Nihad Abbasov 已提交
146 147 148 149 150 151 152 153 154 155 156 157
  "email": "john@example.com",
  "name": "John Smith",
  "blocked": false,
  "created_at": "2012-05-23T08:00:58Z",
  "bio": null,
  "skype": "",
  "linkedin": "",
  "twitter": "",
  "dark_scheme": false,
  "theme_id": 1
}
```
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235

## List SSH keys

Get a list of currently authenticated user's SSH keys.

```
GET /user/keys
```

```json
[
  {
    "id": 1,
    "title" : "Public key"
    "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAiPWx6WM4lhHNedGfBpPJNPpZ7yKu+dnn1SJejgt4
      596k6YjzGGphH2TUxwKzxcKDKKezwkpfnxPkSMkuEspGRt/aZZ9wa++Oi7Qkr8prgHc4
      soW6NUlfDzpvZK2H5E7eQaSeP3SAwGmQKUFHCddNaP0L+hM7zhFNzjFvpaMgJw0=",
  },
  {
    "id": 3,
    "title" : "Another Public key"
    "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAiPWx6WM4lhHNedGfBpPJNPpZ7yKu+dnn1SJejgt4
      596k6YjzGGphH2TUxwKzxcKDKKezwkpfnxPkSMkuEspGRt/aZZ9wa++Oi7Qkr8prgHc4
      soW6NUlfDzpvZK2H5E7eQaSeP3SAwGmQKUFHCddNaP0L+hM7zhFNzjFvpaMgJw0="
  }
]
```

## Single SSH key

Get a single key.

```
GET /user/keys/:id
```

Parameters:

+ `id` (required) - The ID of an SSH key

```json
{
  "id": 1,
  "title" : "Public key"
  "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAiPWx6WM4lhHNedGfBpPJNPpZ7yKu+dnn1SJejgt4
      596k6YjzGGphH2TUxwKzxcKDKKezwkpfnxPkSMkuEspGRt/aZZ9wa++Oi7Qkr8prgHc4
      soW6NUlfDzpvZK2H5E7eQaSeP3SAwGmQKUFHCddNaP0L+hM7zhFNzjFvpaMgJw0="
}
```
## Add SSH key

Create new key owned by currently authenticated user

```
POST /user/keys
```

Parameters:

+ `title` (required) - new SSH Key's title
+ `key` (required) - new SSH key

Will return created key with status `201 Created` on success, or `404 Not
found` on fail.

## Delete SSH key

Delete key owned by currently authenticated user

```
DELETE /user/keys/:id
```

Parameters:

+ `id` (required) - SSH key ID

Will return `200 OK` on success, or `404 Not Found` on fail.