Skip to content

Commit

Permalink
Response object fix in deactivate/activate users [rest API]
Browse files Browse the repository at this point in the history
  • Loading branch information
migomhmi committed Dec 15, 2016
1 parent 06276c2 commit ece5b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer/api-rest-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ On error, the header status code is an error code and the response body contains
+-------------------+-------------+------------------------------------------------------------------------------------------------+
| users_invalid | array | A string array of invalid user email. |
+-------------------+-------------+------------------------------------------------------------------------------------------------+
| users_not_found | array | A string array of user not found in the API key scope. |
| user_not_exist | array | A string array of user not found in the API key scope. |
+-------------------+-------------+------------------------------------------------------------------------------------------------+
| users_failed | array | A string array of user email on which the operation of activation failed. |
+-------------------+-------------+------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -387,7 +387,7 @@ On error, the header status code is an error code and the response body contains
+-------------------+-------------+------------------------------------------------------------------------------------------------+
| users_invalid | array | A string array of invalid user email. |
+-------------------+-------------+------------------------------------------------------------------------------------------------+
| users_not_found | array | A string array of user not found in the API key scope. |
| user_not_exist | array | A string array of user not found in the API key scope. |
+-------------------+-------------+------------------------------------------------------------------------------------------------+
| users_failed | array | A string array of user email on which the operation of deactivation failed. |
+-------------------+-------------+------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit ece5b5e

Please sign in to comment.