|
4 | 4 |
|
5 | 5 | ```json |
6 | 6 | { |
| 7 | + "id": "123e4567-e89b-12d3-a456-426655440000", |
7 | 8 | "company_name": "Algorithmia", |
8 | 9 | "company_role": "Example User", |
9 | 10 | |
|
16 | 17 |
|
17 | 18 | |Attribute|Type|Description| |
18 | 19 | |-|-|-| |
| 20 | +|`id`|String|The unique identifier for this user.| |
19 | 21 | |`company_name`|String|The name of the user's employer.| |
20 | 22 | |`company_role`|String|The user's occupation.| |
21 | 23 | |`email`|String|The user's email address.| |
22 | 24 | |`fullname`|String|The user's full name.| |
23 | 25 | |`resource_type`|String|Always set to `user` for users. |
24 | 26 | |`self_link`|String|The URL that can be used to retrieve this specific user via the REST API.| |
25 | | -|`username`|String|The unique identifier for this user.| |
| 27 | +|`username`|String|The unique alias for this user.| |
26 | 28 |
|
27 | 29 | ## Create a user |
28 | 30 |
|
@@ -64,6 +66,7 @@ In order to interact with this endpoint you must provide an admin API key. Visit |
64 | 66 |
|
65 | 67 | ```json |
66 | 68 | { |
| 69 | + "id": "123e4567-e89b-12d3-a456-426655440000", |
67 | 70 | "company_name": "Algorithmia", |
68 | 71 | "company_role": "Example User", |
69 | 72 | |
@@ -107,6 +110,7 @@ In order to interact with this endpoint you must provide an admin API key. Visit |
107 | 110 | "marker": null, |
108 | 111 | "next_link": null, |
109 | 112 | "results": [{ |
| 113 | + "id": "123e4567-e89b-12d3-a456-426655440000", |
110 | 114 | "company_name": "Algorithmia", |
111 | 115 | "company_role": "Example User", |
112 | 116 | |
@@ -199,6 +203,7 @@ In order to interact with this endpoint you must provide an admin API key. Visit |
199 | 203 |
|
200 | 204 | ```json |
201 | 205 | { |
| 206 | + "id": "123e4567-e89b-12d3-a456-426655440000", |
202 | 207 | "company_name": "Algorithmia", |
203 | 208 | "company_role": "Example User", |
204 | 209 | |
|
0 commit comments