@@ -320,12 +320,13 @@ INPUT::
OUTPUT::
id : <id_given_in_input>
result: [
{
"user_id" : "<user_id>",
"api_key" : "<api_key>",
"username" : "<username>",
"firstname": "<firstname>",
"lastname" : "<lastname>",
"email" : "<email>",
"emails": "<list_of_all_additional_emails>",
"ip_addresses": "<list_of_ip_addresses_for_user>",
@@ -411,12 +412,13 @@ OUTPUT::
result: {
"msg" : "updated user ID:<userid> <username>",
"user": {
"active" : "<bool>",
@@ -479,12 +481,13 @@ OUTPUT::
"users_group_id" : "<id>",
"group_name" : "<groupname>",
"active": "<bool>",
"members" : [
@@ -661,12 +664,13 @@ OUTPUT::
"owner": "<repo_owner>",
"fork_of": "<name_of_fork_parent>",
"type": "user",
@@ -686,12 +690,13 @@ OUTPUT::
…
]
"followers": [
Status change: